Searched refs:UD_SEND_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 | 862 #define UD_SEND_WQE_FIELD_LOC(h, l) FIELD_LOC(struct hns_roce_v2_ud_send_wqe, h, l) macro 864 #define UD_SEND_WQE_OPCODE UD_SEND_WQE_FIELD_LOC(4, 0) 865 #define UD_SEND_WQE_OWNER UD_SEND_WQE_FIELD_LOC(7, 7) 866 #define UD_SEND_WQE_CQE UD_SEND_WQE_FIELD_LOC(8, 8) 867 #define UD_SEND_WQE_SE UD_SEND_WQE_FIELD_LOC(11, 11) 868 #define UD_SEND_WQE_PD UD_SEND_WQE_FIELD_LOC(119, 96) 869 #define UD_SEND_WQE_SGE_NUM UD_SEND_WQE_FIELD_LOC(127, 120) 870 #define UD_SEND_WQE_MSG_START_SGE_IDX UD_SEND_WQE_FIELD_LOC(151, 128) 871 #define UD_SEND_WQE_UDPSPN UD_SEND_WQE_FIELD_LOC(191, 176) 872 #define UD_SEND_WQE_DQPN UD_SEND_WQE_FIELD_LOC(247, 224) [all …]
|