Searched refs:MPT_FIELD_LOC (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.15/drivers/infiniband/hw/hns/ |
| D | hns_roce_hw_v2.h | 764 #define MPT_FIELD_LOC(h, l) FIELD_LOC(struct hns_roce_v2_mpt_entry, h, l) macro 766 #define MPT_ST MPT_FIELD_LOC(1, 0) 767 #define MPT_PBL_HOP_NUM MPT_FIELD_LOC(3, 2) 768 #define MPT_PBL_BA_PG_SZ MPT_FIELD_LOC(7, 4) 769 #define MPT_PD MPT_FIELD_LOC(31, 8) 770 #define MPT_RA_EN MPT_FIELD_LOC(32, 32) 771 #define MPT_R_INV_EN MPT_FIELD_LOC(33, 33) 772 #define MPT_L_INV_EN MPT_FIELD_LOC(34, 34) 773 #define MPT_BIND_EN MPT_FIELD_LOC(35, 35) 774 #define MPT_ATOMIC_EN MPT_FIELD_LOC(36, 36) [all …]
|