Searched refs:FIELD_LOC (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/drivers/infiniband/hw/hns/ |
A D | hns_roce_hw_v2.h | 308 #define CQC_FIELD_LOC(h, l) FIELD_LOC(struct hns_roce_v2_cq_context, h, l) 352 #define SRQC_FIELD_LOC(h, l) FIELD_LOC(struct hns_roce_srq_context, h, l) 476 #define QPC_FIELD_LOC(h, l) FIELD_LOC(struct hns_roce_v2_qp_context, h, l) 694 #define CQE_FIELD_LOC(h, l) FIELD_LOC(struct hns_roce_v2_cqe, h, l) 739 #define MPT_FIELD_LOC(h, l) FIELD_LOC(struct hns_roce_v2_mpt_entry, h, l) 846 #define DB_FIELD_LOC(h, l) FIELD_LOC(struct hns_roce_v2_db, h, l) 1223 FIELD_LOC(struct hns_roce_query_pf_caps_c, h, l) 1245 FIELD_LOC(struct hns_roce_query_pf_caps_d, h, l) 1283 FIELD_LOC(struct hns_roce_query_pf_caps_e, h, l) 1295 #define CMQ_REQ_FIELD_LOC(h, l) FIELD_LOC(struct hns_roce_cmq_req, h, l) [all …]
|
A D | hns_roce_common.h | 58 #define FIELD_LOC(field_type, field_h, field_l) field_type, field_h, field_l macro
|
A D | hns_roce_device.h | 640 #define CEQE_FIELD_LOC(h, l) FIELD_LOC(struct hns_roce_ceqe, h, l) 664 #define AEQE_FIELD_LOC(h, l) FIELD_LOC(struct hns_roce_aeqe, h, l)
|
Completed in 21 milliseconds