Home
last modified time | relevance | path

Searched refs:RC_SEND_WQE_FIELD_LOC (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/infiniband/hw/hns/
H A Dhns_roce_hw_v2.h894 #define RC_SEND_WQE_FIELD_LOC(h, l) FIELD_LOC(struct hns_roce_v2_rc_send_wqe, h, l) macro
896 #define RC_SEND_WQE_OPCODE RC_SEND_WQE_FIELD_LOC(4, 0)
897 #define RC_SEND_WQE_DB_SL_L RC_SEND_WQE_FIELD_LOC(6, 5)
898 #define RC_SEND_WQE_DB_SL_H RC_SEND_WQE_FIELD_LOC(14, 13)
899 #define RC_SEND_WQE_OWNER RC_SEND_WQE_FIELD_LOC(7, 7)
900 #define RC_SEND_WQE_CQE RC_SEND_WQE_FIELD_LOC(8, 8)
901 #define RC_SEND_WQE_FENCE RC_SEND_WQE_FIELD_LOC(9, 9)
902 #define RC_SEND_WQE_SO RC_SEND_WQE_FIELD_LOC(10, 10)
903 #define RC_SEND_WQE_SE RC_SEND_WQE_FIELD_LOC(11, 11)
904 #define RC_SEND_WQE_INLINE RC_SEND_WQE_FIELD_LOC(12, 12)
[all …]