Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/infiniband/sw/siw/
A Dsiw.h192 struct siw_sqe sqe;
436 struct siw_sqe *sendq; /* send queue element array */
441 struct siw_sqe *orq; /* outbound read queue element array */
455 struct siw_sqe *irq; /* inbound read queue element array */
524 void siw_read_to_orq(struct siw_sqe *rreq, struct siw_sqe *sqe);
628 struct siw_sqe *sqe = &qp->sendq[qp->sq_get % qp->attrs.sq_size]; in siw_sq_empty()
633 static inline struct siw_sqe *sq_get_next(struct siw_qp *qp) in sq_get_next()
635 struct siw_sqe *sqe = &qp->sendq[qp->sq_get % qp->attrs.sq_size]; in sq_get_next()
643 static inline struct siw_sqe *orq_get_current(struct siw_qp *qp) in orq_get_current()
648 static inline struct siw_sqe *orq_get_free(struct siw_qp *qp) in orq_get_free()
[all …]
A Dsiw_qp.c207 qp->irq = vzalloc(irq_size * sizeof(struct siw_sqe)); in siw_qp_readq_init()
215 qp->orq = vzalloc(orq_size * sizeof(struct siw_sqe)); in siw_qp_readq_init()
294 struct siw_sqe *rreq = NULL; in siw_qp_mpa_rts()
872 void siw_read_to_orq(struct siw_sqe *rreq, struct siw_sqe *sqe) in siw_read_to_orq()
886 struct siw_sqe *sqe; in siw_activate_tx_from_sq()
937 struct siw_sqe *rreq; in siw_activate_tx_from_sq()
982 struct siw_sqe *irqe; in siw_activate_tx()
1063 int siw_sqe_complete(struct siw_qp *qp, struct siw_sqe *sqe, u32 bytes, in siw_sqe_complete()
1193 struct siw_sqe *sqe; in siw_sq_flush()
A Dsiw_verbs.c382 qp->sendq = vmalloc_user(num_sqe * sizeof(struct siw_sqe)); in siw_create_qp()
384 qp->sendq = vzalloc(num_sqe * sizeof(struct siw_sqe)); in siw_create_qp()
443 length = num_sqe * sizeof(struct siw_sqe); in siw_create_qp()
644 struct siw_sqe *sqe) in siw_copy_inline_sgl()
682 struct siw_sqe sqe = {}; in siw_sq_flush_wr()
819 struct siw_sqe *sqe = &qp->sendq[idx]; in siw_post_send()
A Dsiw_qp_rx.c663 struct siw_sqe *resp; in siw_init_rresp()
745 struct siw_sqe *orqe; in siw_orqe_start_rx()
1153 struct siw_sqe *rreq; in siw_check_tx_fence()
A Dsiw_qp_tx.c939 static int siw_fastreg_mr(struct ib_pd *pd, struct siw_sqe *sqe) in siw_fastreg_mr()
/linux-6.3-rc2/include/uapi/rdma/
A Dsiw-abi.h107 struct siw_sqe { struct

Completed in 19 milliseconds