Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/infiniband/hw/cxgb4/
Dqp.c447 FW_RI_SEND_WR_SENDOP_V(FW_RI_SEND_WITH_SE)); in build_rdma_send()
450 FW_RI_SEND_WR_SENDOP_V(FW_RI_SEND)); in build_rdma_send()
456 FW_RI_SEND_WR_SENDOP_V(FW_RI_SEND_WITH_SE_INV)); in build_rdma_send()
459 FW_RI_SEND_WR_SENDOP_V(FW_RI_SEND_WITH_INV)); in build_rdma_send()
Dt4fw_ri_api.h567 #define FW_RI_SEND_WR_SENDOP_V(x) ((x) << FW_RI_SEND_WR_SENDOP_S) macro