Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/infiniband/hw/hns/
H A Dhns_roce_hw_v2.c1069 int size = ring->desc_num * sizeof(struct hns_roce_cmq_desc); in hns_roce_alloc_cmq_desc()
1091 ring->desc_num * sizeof(struct hns_roce_cmq_desc), in hns_roce_free_cmq_desc()
1189 static void hns_roce_cmq_setup_basic_desc(struct hns_roce_cmq_desc *desc, in hns_roce_cmq_setup_basic_desc()
1193 memset((void *)desc, 0, sizeof(struct hns_roce_cmq_desc)); in hns_roce_cmq_setup_basic_desc()
1215 struct hns_roce_cmq_desc *desc; in hns_roce_cmq_csq_clean()
1236 struct hns_roce_cmq_desc *desc, int num) in __hns_roce_cmq_send()
1240 struct hns_roce_cmq_desc *desc_to_use; in __hns_roce_cmq_send()
1322 struct hns_roce_cmq_desc *desc, int num) in hns_roce_cmq_send()
1348 struct hns_roce_cmq_desc desc; in hns_roce_cmq_query_hw_info()
1452 struct hns_roce_cmq_desc desc; in hns_roce_function_clear()
[all …]
H A Dhns_roce_hw_v2.h1729 struct hns_roce_cmq_desc { struct
1744 struct hns_roce_cmq_desc *desc; argument