Searched refs:UD_SEND_WQE_FIELD_LOC (Results 1 – 1 of 1) sorted by relevance
| /Linux-v6.1/drivers/infiniband/hw/hns/ |
| D | hns_roce_hw_v2.h | 877 #define UD_SEND_WQE_FIELD_LOC(h, l) FIELD_LOC(struct hns_roce_v2_ud_send_wqe, h, l) macro 879 #define UD_SEND_WQE_OPCODE UD_SEND_WQE_FIELD_LOC(4, 0) 880 #define UD_SEND_WQE_OWNER UD_SEND_WQE_FIELD_LOC(7, 7) 881 #define UD_SEND_WQE_CQE UD_SEND_WQE_FIELD_LOC(8, 8) 882 #define UD_SEND_WQE_SE UD_SEND_WQE_FIELD_LOC(11, 11) 883 #define UD_SEND_WQE_PD UD_SEND_WQE_FIELD_LOC(119, 96) 884 #define UD_SEND_WQE_SGE_NUM UD_SEND_WQE_FIELD_LOC(127, 120) 885 #define UD_SEND_WQE_MSG_START_SGE_IDX UD_SEND_WQE_FIELD_LOC(151, 128) 886 #define UD_SEND_WQE_UDPSPN UD_SEND_WQE_FIELD_LOC(191, 176) 887 #define UD_SEND_WQE_DQPN UD_SEND_WQE_FIELD_LOC(247, 224) [all …]
|