Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Dqp.c421 V_FW_RI_SEND_WR_SENDOP(FW_RI_SEND_WITH_SE)); in build_rdma_send()
424 V_FW_RI_SEND_WR_SENDOP(FW_RI_SEND)); in build_rdma_send()
430 V_FW_RI_SEND_WR_SENDOP(FW_RI_SEND_WITH_SE_INV)); in build_rdma_send()
433 V_FW_RI_SEND_WR_SENDOP(FW_RI_SEND_WITH_INV)); in build_rdma_send()
/freebsd/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h1851 #define V_FW_RI_SEND_WR_SENDOP(x) ((x) << S_FW_RI_SEND_WR_SENDOP) macro