Home
last modified time | relevance | path

Searched refs:SIW_OP_WRITE (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/include/uapi/rdma/
H A Dsiw-abi.h55 SIW_OP_WRITE, enumerator
/openbmc/linux/drivers/infiniband/sw/siw/
H A Dsiw_cq.c14 [SIW_OP_WRITE] = IB_WC_RDMA_WRITE,
H A Dsiw_qp_tx.c192 case SIW_OP_WRITE: in siw_qp_prepare_tx()
1062 case SIW_OP_WRITE: in siw_qp_sq_process()
1146 case SIW_OP_WRITE: in siw_qp_sq_process()
H A Dsiw_qp.c292 wqe->sqe.opcode = SIW_OP_WRITE; in siw_qp_mpa_rts()
906 wqe->sqe.opcode != SIW_OP_WRITE) { in siw_activate_tx_from_sq()
1285 rx_type(wqe) != SIW_OP_WRITE) { in siw_rq_flush()
H A Dsiw_mem.c266 case SIW_OP_WRITE: in siw_wqe_put_mem()
H A Dsiw_verbs.c686 sqe.opcode = SIW_OP_WRITE; in siw_sq_flush_wr()
910 sqe->opcode = SIW_OP_WRITE; in siw_post_send()
H A Dsiw_qp_rx.c574 rx_type(wqe) = SIW_OP_WRITE; in siw_proc_write()