Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/rdma/
H A Dsiw-abi.h98 SIW_WQE_INLINE = (1 << 1), enumerator
/openbmc/linux/drivers/infiniband/sw/siw/
H A Dsiw_qp_tx.c52 if (tx_flags(wqe) & SIW_WQE_INLINE) { in siw_try_1seg()
475 if (!(tx_flags(wqe) & SIW_WQE_INLINE)) { in siw_tx_hdt()
816 if (!(wqe->sqe.flags & SIW_WQE_INLINE)) { in siw_qp_sq_proc_tx()
H A Dsiw_mem.c271 if (!(wqe->sqe.flags & SIW_WQE_INLINE)) in siw_wqe_put_mem()
H A Dsiw_verbs.c856 sqe->flags |= SIW_WQE_INLINE; in siw_post_send()
905 sqe->flags |= SIW_WQE_INLINE; in siw_post_send()
H A Dsiw_qp.c904 if (wqe->sqe.flags & SIW_WQE_INLINE) { in siw_activate_tx_from_sq()