tqp_type_and_id   339 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_cmd.h 	__le16 tqp_type_and_id[HCLGE_VECTOR_ELEMENTS_PER_CMD];
tqp_type_and_id  4500 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c 	u16 tqp_type_and_id;
tqp_type_and_id  4509 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c 		tqp_type_and_id = le16_to_cpu(req->tqp_type_and_id[i]);
tqp_type_and_id  4510 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c 		hnae3_set_field(tqp_type_and_id,  HCLGE_INT_TYPE_M,
tqp_type_and_id  4513 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c 		hnae3_set_field(tqp_type_and_id, HCLGE_TQP_ID_M,
tqp_type_and_id  4515 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c 		hnae3_set_field(tqp_type_and_id, HCLGE_INT_GL_IDX_M,
tqp_type_and_id  4520 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c 		req->tqp_type_and_id[i] = cpu_to_le16(tqp_type_and_id);
tqp_type_and_id   139 drivers/net/ethernet/hisilicon/hns3/hns3vf/hclgevf_cmd.h 	__le16 tqp_type_and_id[HCLGEVF_VECTOR_ELEMENTS_PER_CMD];