Searched refs:tqp_type_and_id (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/net/ethernet/hisilicon/hns3/hns3vf/
H A Dhclgevf_cmd.h52 __le16 tqp_type_and_id[HCLGEVF_VECTOR_ELEMENTS_PER_CMD]; member in struct:hclgevf_ctrl_vector_chain
/linux-master/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_mbx.c266 u16 tqp_type_and_id; local
271 tqp_type_and_id = le16_to_cpu(req->tqp_type_and_id[0]);
272 hnae3_set_field(tqp_type_and_id, HCLGE_INT_TYPE_M, HCLGE_INT_TYPE_S,
274 hnae3_set_field(tqp_type_and_id, HCLGE_TQP_ID_M, HCLGE_TQP_ID_S,
276 req->tqp_type_and_id[0] = cpu_to_le16(tqp_type_and_id);
302 u16 tqp_type_and_id; local
319 tqp_type_and_id = le16_to_cpu(data->tqp_type_and_id[
[all...]
H A Dhclge_cmd.h71 __le16 tqp_type_and_id[HCLGE_VECTOR_ELEMENTS_PER_CMD]; member in struct:hclge_ctrl_vector_chain_cmd
H A Dhclge_main.c4914 u16 tqp_type_and_id; local
4928 tqp_type_and_id = le16_to_cpu(req->tqp_type_and_id[i]);
4929 hnae3_set_field(tqp_type_and_id, HCLGE_INT_TYPE_M,
4932 hnae3_set_field(tqp_type_and_id, HCLGE_TQP_ID_M,
4934 hnae3_set_field(tqp_type_and_id, HCLGE_INT_GL_IDX_M,
4939 req->tqp_type_and_id[i] = cpu_to_le16(tqp_type_and_id);

Completed in 159 milliseconds