Searched refs:c4iw_flush_rq (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/ofed/libcxgb4/ |
H A D | libcxgb4.h | 230 int c4iw_flush_rq(struct t4_wq *wq, struct t4_cq *cq, int count);
|
H A D | cq.c | 59 int c4iw_flush_rq(struct t4_wq *wq, struct t4_cq *cq, int count) in c4iw_flush_rq() function
|
H A D | qp.c | 524 c4iw_flush_rq(&qhp->wq, &rchp->cq, count); in c4iw_flush_qp()
|
/freebsd/sys/dev/cxgbe/iw_cxgbe/ |
H A D | iw_cxgbe.h | 971 int c4iw_flush_rq(struct t4_wq *wq, struct t4_cq *cq, int count);
|
H A D | cq.c | 221 int c4iw_flush_rq(struct t4_wq *wq, struct t4_cq *cq, int count) in c4iw_flush_rq() function
|
H A D | qp.c | 1184 rq_flushed = c4iw_flush_rq(&qhp->wq, &rchp->cq, count); in __flush_qp()
|