Home
last modified time | relevance | path

Searched refs:hns_roce_cmq_desc (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/infiniband/hw/hns/
H A Dhns_roce_hw_v2.c1149 int size = ring->desc_num * sizeof(struct hns_roce_cmq_desc); in hns_roce_alloc_cmq_desc()
1163 ring->desc_num * sizeof(struct hns_roce_cmq_desc), in hns_roce_free_cmq_desc()
1218 static void hns_roce_cmq_setup_basic_desc(struct hns_roce_cmq_desc *desc, in hns_roce_cmq_setup_basic_desc()
1222 memset((void *)desc, 0, sizeof(struct hns_roce_cmq_desc)); in hns_roce_cmq_setup_basic_desc()
1274 struct hns_roce_cmq_desc *desc, int num) in __hns_roce_cmq_send()
1338 struct hns_roce_cmq_desc *desc, int num) in hns_roce_cmq_send()
1376 struct hns_roce_cmq_desc desc; in hns_roce_cmq_query_hw_info()
1478 struct hns_roce_cmq_desc desc; in __hns_roce_function_clear()
1527 struct hns_roce_cmq_desc desc[2]; in hns_roce_free_vf_resource()
1563 struct hns_roce_cmq_desc desc; in hns_roce_clear_extdb_list_info()
[all …]
H A Dhns_roce_hw_v2.h1270 struct hns_roce_cmq_desc { struct
1287 struct hns_roce_cmq_desc *desc; argument