Searched refs:UD_SEND_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 | 882 #define UD_SEND_WQE_FIELD_LOC(h, l) FIELD_LOC(struct hns_roce_v2_ud_send_wqe, h, l) macro 884 #define UD_SEND_WQE_OPCODE UD_SEND_WQE_FIELD_LOC(4, 0) 885 #define UD_SEND_WQE_OWNER UD_SEND_WQE_FIELD_LOC(7, 7) 886 #define UD_SEND_WQE_CQE UD_SEND_WQE_FIELD_LOC(8, 8) 887 #define UD_SEND_WQE_SE UD_SEND_WQE_FIELD_LOC(11, 11) 888 #define UD_SEND_WQE_PD UD_SEND_WQE_FIELD_LOC(119, 96) 889 #define UD_SEND_WQE_SGE_NUM UD_SEND_WQE_FIELD_LOC(127, 120) 890 #define UD_SEND_WQE_MSG_START_SGE_IDX UD_SEND_WQE_FIELD_LOC(151, 128) 891 #define UD_SEND_WQE_UDPSPN UD_SEND_WQE_FIELD_LOC(191, 176) 892 #define UD_SEND_WQE_DQPN UD_SEND_WQE_FIELD_LOC(247, 224) [all …]
|