Home
last modified time | relevance | path

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

/drivers/infiniband/sw/siw/
Dsiw_qp_rx.c168 struct siw_wqe *wqe = &frx->wqe_active; in siw_rresp_check_ntoh()
280 struct siw_wqe *wqe = &frx->wqe_active; in siw_send_check_ntoh()
329 static struct siw_wqe *siw_rqe_get(struct siw_qp *qp) in siw_rqe_get()
333 struct siw_wqe *wqe = NULL; in siw_rqe_get()
424 struct siw_wqe *wqe; in siw_proc_send()
559 struct siw_wqe *wqe = rx_wqe(frx); in siw_proc_write()
661 struct siw_wqe *tx_work = tx_wqe(qp); in siw_init_rresp()
740 struct siw_wqe *wqe = NULL; in siw_orqe_start_rx()
781 struct siw_wqe *wqe = rx_wqe(frx); in siw_proc_rresp()
1140 struct siw_wqe *tx_waiting = tx_wqe(qp); in siw_check_tx_fence()
[all …]
Dsiw_qp_tx.c42 struct siw_wqe *wqe = &c_tx->wqe_active; in siw_try_1seg()
121 struct siw_wqe *wqe = &c_tx->wqe_active; in siw_qp_prepare_tx()
426 struct siw_wqe *wqe = &c_tx->wqe_active; in siw_tx_hdt()
693 static void siw_prepare_fpdu(struct siw_qp *qp, struct siw_wqe *wqe) in siw_prepare_fpdu()
751 static int siw_check_sgl_tx(struct ib_pd *pd, struct siw_wqe *wqe, in siw_check_sgl_tx()
781 static int siw_qp_sq_proc_tx(struct siw_qp *qp, struct siw_wqe *wqe) in siw_qp_sq_proc_tx()
959 static int siw_qp_sq_proc_local(struct siw_qp *qp, struct siw_wqe *wqe) in siw_qp_sq_proc_local()
1007 struct siw_wqe *wqe = tx_wqe(qp); in siw_qp_sq_process()
Dsiw_mem.h21 void siw_wqe_put_mem(struct siw_wqe *wqe, enum siw_opcode op);
Dsiw.h201 struct siw_wqe { struct
340 struct siw_wqe wqe_active;
423 struct siw_wqe wqe_active;
Dsiw_qp.c262 struct siw_wqe *wqe = tx_wqe(qp); in siw_qp_mpa_rts()
461 struct siw_wqe *wqe = tx_wqe(qp); in siw_send_terminate()
889 struct siw_wqe *wqe = tx_wqe(qp); in siw_activate_tx()
1178 struct siw_wqe *wqe = tx_wqe(qp); in siw_sq_flush()
1253 struct siw_wqe *wqe = &qp->rx_untagged.wqe_active; in siw_rq_flush()
Dsiw_mem.c262 void siw_wqe_put_mem(struct siw_wqe *wqe, enum siw_opcode op) in siw_wqe_put_mem()
Dsiw_verbs.c742 struct siw_wqe *wqe = tx_wqe(qp); in siw_post_send()