wqe_active        340 drivers/infiniband/sw/siw/siw.h 	struct siw_wqe wqe_active;
wqe_active        423 drivers/infiniband/sw/siw/siw.h 	struct siw_wqe wqe_active;
wqe_active        493 drivers/infiniband/sw/siw/siw.h #define tx_wqe(qp) (&(qp)->tx_ctx.wqe_active)
wqe_active        494 drivers/infiniband/sw/siw/siw.h #define rx_wqe(rctx) (&(rctx)->wqe_active)
wqe_active        495 drivers/infiniband/sw/siw/siw.h #define rx_mem(rctx) ((rctx)->wqe_active.mem[0])
wqe_active       1253 drivers/infiniband/sw/siw/siw_qp.c 	struct siw_wqe *wqe = &qp->rx_untagged.wqe_active;
wqe_active       1274 drivers/infiniband/sw/siw/siw_qp.c 	wqe = &qp->rx_tagged.wqe_active;
wqe_active        168 drivers/infiniband/sw/siw/siw_qp_rx.c 	struct siw_wqe *wqe = &frx->wqe_active;
wqe_active        280 drivers/infiniband/sw/siw/siw_qp_rx.c 	struct siw_wqe *wqe = &frx->wqe_active;
wqe_active         42 drivers/infiniband/sw/siw/siw_qp_tx.c 	struct siw_wqe *wqe = &c_tx->wqe_active;
wqe_active        121 drivers/infiniband/sw/siw/siw_qp_tx.c 	struct siw_wqe *wqe = &c_tx->wqe_active;
wqe_active        426 drivers/infiniband/sw/siw/siw_qp_tx.c 	struct siw_wqe *wqe = &c_tx->wqe_active;