Home
last modified time | relevance | path

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

/NextBSD/contrib/ofed/libcxgb4/src/
HDlibcxgb4.h221 void c4iw_flush_sq(struct c4iw_qp *qhp);
HDcq.c98 void c4iw_flush_sq(struct c4iw_qp *qhp) in c4iw_flush_sq() function
HDqp.c520 c4iw_flush_sq(qhp); in c4iw_flush_qp()
/NextBSD/contrib/ofed/libcxgb4/
HDChangeLog267 with FLUSHED status. Function c4iw_flush_sq(), however was dropping
275 c4iw_flush_sq() MUST always flush all non-completed WRs with FLUSHED
396 c4iw_flush_sq() should only flush wrs that have not already been
/NextBSD/sys/dev/cxgbe/iw_cxgbe/
HDiw_cxgbe.h906 int c4iw_flush_sq(struct t4_wq *wq, struct t4_cq *cq, int count);
HDcq.c248 int c4iw_flush_sq(struct t4_wq *wq, struct t4_cq *cq, int count) in c4iw_flush_sq() function
HDqp.c964 flushed = c4iw_flush_sq(&qhp->wq, &schp->cq, count); in __flush_qp()