Home
last modified time | relevance | path

Searched refs:SIW_OP_SEND (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/include/uapi/rdma/
H A Dsiw-abi.h58 SIW_OP_SEND, enumerator
/openbmc/linux/drivers/infiniband/sw/siw/
H A Dsiw_cq.c15 [SIW_OP_SEND] = IB_WC_SEND,
H A Dsiw_qp_tx.c147 case SIW_OP_SEND: in siw_qp_prepare_tx()
1062 case SIW_OP_SEND: in siw_qp_sq_process()
1145 case SIW_OP_SEND: in siw_qp_sq_process()
H A Dsiw_mem.c265 case SIW_OP_SEND: in siw_wqe_put_mem()
H A Dsiw_verbs.c695 sqe.opcode = SIW_OP_SEND; in siw_sq_flush_wr()
860 sqe->opcode = SIW_OP_SEND; in siw_post_send()
H A Dsiw_qp.c905 if (wqe->sqe.opcode != SIW_OP_SEND && in siw_activate_tx_from_sq()