Home
last modified time | relevance | path

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

/Linux-v6.1/include/uapi/rdma/
Dsiw-abi.h99 SIW_WQE_SIGNALLED = (1 << 2), enumerator
/Linux-v6.1/drivers/infiniband/sw/siw/
Dsiw_qp_tx.c280 !(tx_flags(wqe) & SIW_WQE_SIGNALLED)) in siw_qp_prepare_tx()
1069 if (tx_flags(wqe) & SIW_WQE_SIGNALLED) in siw_qp_sq_process()
Dsiw_qp.c1159 notify = siw_cq_notify_now(cq, SIW_WQE_SIGNALLED); in siw_rqe_complete()
Dsiw_qp_rx.c1301 if ((wqe->sqe.flags & SIW_WQE_SIGNALLED) || error != 0) in siw_rdmap_complete()
Dsiw_verbs.c803 sqe->flags |= SIW_WQE_SIGNALLED; in siw_post_send()