Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/rdma/
Dsiw-abi.h100 SIW_WQE_SOLICITED = (1 << 3), enumerator
/Linux-v5.4/drivers/infiniband/sw/siw/
Dsiw_qp_tx.c149 if (tx_flags(wqe) & SIW_WQE_SOLICITED) in siw_qp_prepare_tx()
171 if (tx_flags(wqe) & SIW_WQE_SOLICITED) in siw_qp_prepare_tx()
Dsiw_qp.c1033 (flags & SIW_WQE_SOLICITED))) { in siw_cq_notify_now()
Dsiw_qp_rx.c1216 wqe->rqe.flags |= SIW_WQE_SOLICITED; in siw_rdmap_complete()
Dsiw_verbs.c756 sqe->flags |= SIW_WQE_SOLICITED; in siw_post_send()