Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_mbx.c266 u16 tqp_type_and_id; in hclge_query_ring_vector_map() local
271 tqp_type_and_id = le16_to_cpu(req->tqp_type_and_id[0]); in hclge_query_ring_vector_map()
272 hnae3_set_field(tqp_type_and_id, HCLGE_INT_TYPE_M, HCLGE_INT_TYPE_S, in hclge_query_ring_vector_map()
274 hnae3_set_field(tqp_type_and_id, HCLGE_TQP_ID_M, HCLGE_TQP_ID_S, in hclge_query_ring_vector_map()
276 req->tqp_type_and_id[0] = cpu_to_le16(tqp_type_and_id); in hclge_query_ring_vector_map()
302 u16 tqp_type_and_id; in hclge_get_vf_ring_vector_map() local
319 tqp_type_and_id = le16_to_cpu(data->tqp_type_and_id[0]); in hclge_get_vf_ring_vector_map()
320 int_gl_index = hnae3_get_field(tqp_type_and_id, in hclge_get_vf_ring_vector_map()
H A Dhclge_cmd.h71 __le16 tqp_type_and_id[HCLGE_VECTOR_ELEMENTS_PER_CMD]; member
H A Dhclge_main.c4924 u16 tqp_type_and_id; in hclge_bind_ring_with_vector() local
4938 tqp_type_and_id = le16_to_cpu(req->tqp_type_and_id[i]); in hclge_bind_ring_with_vector()
4939 hnae3_set_field(tqp_type_and_id, HCLGE_INT_TYPE_M, in hclge_bind_ring_with_vector()
4942 hnae3_set_field(tqp_type_and_id, HCLGE_TQP_ID_M, in hclge_bind_ring_with_vector()
4944 hnae3_set_field(tqp_type_and_id, HCLGE_INT_GL_IDX_M, in hclge_bind_ring_with_vector()
4949 req->tqp_type_and_id[i] = cpu_to_le16(tqp_type_and_id); in hclge_bind_ring_with_vector()
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3vf/
H A Dhclgevf_cmd.h52 __le16 tqp_type_and_id[HCLGEVF_VECTOR_ELEMENTS_PER_CMD]; member