Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/infiniband/hw/hns/
Dhns_roce_hw_v2.c1177 int size = ring->desc_num * sizeof(struct hns_roce_cmq_desc); in hns_roce_alloc_cmq_desc()
1191 ring->desc_num * sizeof(struct hns_roce_cmq_desc), in hns_roce_free_cmq_desc()
1246 static void hns_roce_cmq_setup_basic_desc(struct hns_roce_cmq_desc *desc, in hns_roce_cmq_setup_basic_desc()
1250 memset((void *)desc, 0, sizeof(struct hns_roce_cmq_desc)); in hns_roce_cmq_setup_basic_desc()
1278 struct hns_roce_cmq_desc *desc, int num) in __hns_roce_cmq_send()
1342 struct hns_roce_cmq_desc *desc, int num) in hns_roce_cmq_send()
1380 struct hns_roce_cmq_desc desc; in hns_roce_cmq_query_hw_info()
1482 struct hns_roce_cmq_desc desc; in __hns_roce_function_clear()
1531 struct hns_roce_cmq_desc desc[2]; in hns_roce_free_vf_resource()
1567 struct hns_roce_cmq_desc desc; in hns_roce_clear_extdb_list_info()
[all …]
Dhns_roce_hw_v2.h1291 struct hns_roce_cmq_desc { struct
1308 struct hns_roce_cmq_desc *desc; argument