Searched refs:FRMR_WQE_FIELD_LOC (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/infiniband/hw/hns/ |
D | hns_roce_hw_v2.h | 936 #define FRMR_WQE_FIELD_LOC(h, l) FIELD_LOC(struct hns_roce_wqe_frmr_seg, h, l) macro 938 #define FRMR_PBL_SIZE FRMR_WQE_FIELD_LOC(31, 0) 939 #define FRMR_BLOCK_SIZE FRMR_WQE_FIELD_LOC(35, 32) 940 #define FRMR_PBL_BUF_PG_SZ FRMR_WQE_FIELD_LOC(39, 36) 941 #define FRMR_BLK_MODE FRMR_WQE_FIELD_LOC(40, 40) 942 #define FRMR_ZBVA FRMR_WQE_FIELD_LOC(41, 41) 943 #define FRMR_BIND_EN FRMR_WQE_FIELD_LOC(42, 42) 944 #define FRMR_ATOMIC FRMR_WQE_FIELD_LOC(43, 43) 945 #define FRMR_RR FRMR_WQE_FIELD_LOC(44, 44) 946 #define FRMR_RW FRMR_WQE_FIELD_LOC(45, 45) [all …]
|