Searched refs:FRMR_WQE_FIELD_LOC (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/infiniband/hw/hns/ |
H A D | hns_roce_hw_v2.h | 917 #define FRMR_WQE_FIELD_LOC(h, l) FIELD_LOC(struct hns_roce_wqe_frmr_seg, h, l) macro 919 #define FRMR_PBL_SIZE FRMR_WQE_FIELD_LOC(31, 0) 920 #define FRMR_BLOCK_SIZE FRMR_WQE_FIELD_LOC(35, 32) 921 #define FRMR_PBL_BUF_PG_SZ FRMR_WQE_FIELD_LOC(39, 36) 922 #define FRMR_BLK_MODE FRMR_WQE_FIELD_LOC(40, 40) 923 #define FRMR_ZBVA FRMR_WQE_FIELD_LOC(41, 41) 924 #define FRMR_BIND_EN FRMR_WQE_FIELD_LOC(42, 42) 925 #define FRMR_ATOMIC FRMR_WQE_FIELD_LOC(43, 43) 926 #define FRMR_RR FRMR_WQE_FIELD_LOC(44, 44) 927 #define FRMR_RW FRMR_WQE_FIELD_LOC(45, 45) [all …]
|