Searched refs:RC_SEND_WQE_FIELD_LOC (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/infiniband/hw/hns/ |
| H A D | hns_roce_hw_v2.h | 918 #define RC_SEND_WQE_FIELD_LOC(h, l) FIELD_LOC(struct hns_roce_v2_rc_send_wqe, h, l) macro 920 #define RC_SEND_WQE_OPCODE RC_SEND_WQE_FIELD_LOC(4, 0) 921 #define RC_SEND_WQE_DB_SL_L RC_SEND_WQE_FIELD_LOC(6, 5) 922 #define RC_SEND_WQE_DB_SL_H RC_SEND_WQE_FIELD_LOC(14, 13) 923 #define RC_SEND_WQE_OWNER RC_SEND_WQE_FIELD_LOC(7, 7) 924 #define RC_SEND_WQE_CQE RC_SEND_WQE_FIELD_LOC(8, 8) 925 #define RC_SEND_WQE_FENCE RC_SEND_WQE_FIELD_LOC(9, 9) 926 #define RC_SEND_WQE_SO RC_SEND_WQE_FIELD_LOC(10, 10) 927 #define RC_SEND_WQE_SE RC_SEND_WQE_FIELD_LOC(11, 11) 928 #define RC_SEND_WQE_INLINE RC_SEND_WQE_FIELD_LOC(12, 12) [all …]
|