Home
last modified time | relevance | path

Searched refs:siw_qp_sq_process (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/infiniband/sw/siw/
H A Dsiw_qp_tx.c1020 int siw_qp_sq_process(struct siw_qp *qp) in siw_qp_sq_process() function
1174 int rv = siw_qp_sq_process(qp); in siw_sq_resume()
H A Dsiw.h533 int siw_qp_sq_process(struct siw_qp *qp);
H A Dsiw_verbs.c967 if (siw_qp_sq_process(qp) != 0 && !(qp->tx_ctx.tx_suspend)) in siw_post_send()