Home
last modified time | relevance | path

Searched refs:hns_roce_v2_cq_context (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/infiniband/hw/hns/
Dhns_roce_restrack.c47 struct hns_roce_v2_cq_context context; in hns_roce_fill_res_cq_entry_raw()
Dhns_roce_hw_v2.h266 struct hns_roce_v2_cq_context { struct
292 #define CQC_FIELD_LOC(h, l) FIELD_LOC(struct hns_roce_v2_cq_context, h, l) argument
Dhns_roce_hw_v2.c3588 struct hns_roce_v2_cq_context *cq_context; in hns_roce_v2_write_cqc()
5866 struct hns_roce_v2_cq_context *cq_context; in hns_roce_v2_modify_cq()
5868 struct hns_roce_v2_cq_context *cqc_mask; in hns_roce_v2_modify_cq()
5878 cqc_mask = (struct hns_roce_v2_cq_context *)mailbox->buf + 1; in hns_roce_v2_modify_cq()
5915 struct hns_roce_v2_cq_context *context; in hns_roce_v2_query_cqc()