Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/hw/hns/
Dhns_roce_hw_v2.c667 int size = ring->desc_num * sizeof(struct hns_roce_cmq_desc); in hns_roce_alloc_cmq_desc()
689 ring->desc_num * sizeof(struct hns_roce_cmq_desc), in hns_roce_free_cmq_desc()
789 static void hns_roce_cmq_setup_basic_desc(struct hns_roce_cmq_desc *desc, in hns_roce_cmq_setup_basic_desc()
793 memset((void *)desc, 0, sizeof(struct hns_roce_cmq_desc)); in hns_roce_cmq_setup_basic_desc()
815 struct hns_roce_cmq_desc *desc; in hns_roce_cmq_csq_clean()
836 struct hns_roce_cmq_desc *desc, int num) in hns_roce_cmq_send()
840 struct hns_roce_cmq_desc *desc_to_use; in hns_roce_cmq_send()
928 struct hns_roce_cmq_desc desc; in hns_roce_cmq_query_hw_info()
946 struct hns_roce_cmq_desc desc; in hns_roce_config_global_param()
965 struct hns_roce_cmq_desc desc[2]; in hns_roce_query_pf_resource()
[all …]
Dhns_roce_hw_v2.h1319 struct hns_roce_cmq_desc { struct
1346 struct hns_roce_cmq_desc *desc; argument