Searched refs:FRMR_WQE_FIELD_LOC (Results 1 - 1 of 1) sorted by relevance
/kernel/linux/linux-6.6/drivers/infiniband/hw/hns/ |
H A D | hns_roce_hw_v2.h | 911 #define FRMR_WQE_FIELD_LOC(h, l) FIELD_LOC(struct hns_roce_wqe_frmr_seg, h, l) macro 913 #define FRMR_PBL_SIZE FRMR_WQE_FIELD_LOC(31, 0) 914 #define FRMR_BLOCK_SIZE FRMR_WQE_FIELD_LOC(35, 32) 915 #define FRMR_PBL_BUF_PG_SZ FRMR_WQE_FIELD_LOC(39, 36) 916 #define FRMR_BLK_MODE FRMR_WQE_FIELD_LOC(40, 40) 917 #define FRMR_ZBVA FRMR_WQE_FIELD_LOC(41, 41) 918 #define FRMR_BIND_EN FRMR_WQE_FIELD_LOC(42, 42) 919 #define FRMR_ATOMIC FRMR_WQE_FIELD_LOC(43, 43) 920 #define FRMR_RR FRMR_WQE_FIELD_LOC(44, 44) 921 #define FRMR_RW FRMR_WQE_FIELD_LOC(4 [all...] |
Completed in 6 milliseconds