Home
last modified time | relevance | path

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

/linux/include/uapi/rdma/
H A Dsiw-abi.h99 SIW_WQE_SIGNALLED = (1 << 2), enumerator
/linux/drivers/infiniband/sw/siw/
H A Dsiw_qp_tx.c272 !(tx_flags(wqe) & SIW_WQE_SIGNALLED)) in siw_qp_prepare_tx()
1060 if (tx_flags(wqe) & SIW_WQE_SIGNALLED) in siw_qp_sq_process()
H A Dsiw_qp.c1130 notify = siw_cq_notify_now(cq, SIW_WQE_SIGNALLED); in siw_rqe_complete()