Home
last modified time | relevance | path

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

/linux/drivers/infiniband/sw/siw/
H A Dsiw_qp_rx.c169 struct siw_wqe *wqe = &frx->wqe_active; in siw_rresp_check_ntoh()
281 struct siw_wqe *wqe = &frx->wqe_active; in siw_send_check_ntoh()
330 static struct siw_wqe *siw_rqe_get(struct siw_qp *qp) in siw_rqe_get()
334 struct siw_wqe *wqe = NULL; in siw_rqe_get()
439 struct siw_wqe *wqe; in siw_proc_send()
565 struct siw_wqe *wqe = rx_wqe(frx); in siw_proc_write()
658 struct siw_wqe *tx_work = tx_wqe(qp); in siw_init_rresp()
742 struct siw_wqe *wqe = NULL; in siw_orqe_start_rx()
786 struct siw_wqe *wqe = rx_wqe(frx); in siw_proc_rresp()
1132 struct siw_wqe *tx_waiting = tx_wqe(qp); in siw_check_tx_fence()
[all …]
H A Dsiw_qp_tx.c51 struct siw_wqe *wqe = &c_tx->wqe_active; in siw_try_1seg()
119 struct siw_wqe *wqe = &c_tx->wqe_active; in siw_qp_prepare_tx()
434 struct siw_wqe *wqe = &c_tx->wqe_active; in siw_tx_hdt()
702 static void siw_prepare_fpdu(struct siw_qp *qp, struct siw_wqe *wqe) in siw_prepare_fpdu()
760 static int siw_check_sgl_tx(struct ib_pd *pd, struct siw_wqe *wqe, in siw_check_sgl_tx()
790 static int siw_qp_sq_proc_tx(struct siw_qp *qp, struct siw_wqe *wqe) in siw_qp_sq_proc_tx()
975 static int siw_qp_sq_proc_local(struct siw_qp *qp, struct siw_wqe *wqe) in siw_qp_sq_proc_local()
1022 struct siw_wqe *wqe = tx_wqe(qp); in siw_qp_sq_process()
H A Dsiw_mem.h22 void siw_wqe_put_mem(struct siw_wqe *wqe, enum siw_opcode op);
H A Dsiw_qp.c265 struct siw_wqe *wqe = tx_wqe(qp); in siw_qp_mpa_rts()
465 struct siw_wqe *wqe = tx_wqe(qp); in siw_send_terminate()
887 struct siw_wqe *wqe = tx_wqe(qp); in siw_activate_tx_from_sq()
983 struct siw_wqe *wqe = tx_wqe(qp); in siw_activate_tx()
1194 struct siw_wqe *wqe = tx_wqe(qp); in siw_sq_flush()
1269 struct siw_wqe *wqe = &qp->rx_untagged.wqe_active; in siw_rq_flush()
H A Dsiw.h187 struct siw_wqe { struct
325 struct siw_wqe wqe_active;
408 struct siw_wqe wqe_active;
H A Dsiw_mem.c254 void siw_wqe_put_mem(struct siw_wqe *wqe, enum siw_opcode op) in siw_wqe_put_mem()
H A Dsiw_verbs.c760 struct siw_wqe *wqe = tx_wqe(qp); in siw_post_send()