Searched defs:flushed (Results 1 - 6 of 6) sorted by relevance

/drivers/infiniband/hw/cxgb3/
H A Diwch_qp.c809 int flushed; local
822 flushed = cxio_flush_rq(&qhp->wq, &rchp->cq, count);
825 if (flushed) {
836 flushed = cxio_flush_sq(&qhp->wq, &schp->cq, count);
839 if (flushed) {
H A Dcxio_hal.c371 int flushed = 0; local
381 flushed++;
383 return flushed;
410 int flushed = 0; local
420 flushed++;
422 return flushed;
1142 * cqe_flushed: 1 iff the CQE is flushed.
/drivers/infiniband/hw/cxgb4/
H A Dcq.c196 int flushed = 0; local
204 flushed++;
206 return flushed;
230 int flushed = 0; local
241 flushed++;
243 return flushed;
394 * cqe_flushed: 1 iff the CQE is flushed.
H A Dqp.c938 int flushed; local
948 flushed = c4iw_flush_rq(&qhp->wq, &rchp->cq, count);
951 if (flushed) {
962 flushed = c4iw_flush_sq(&qhp->wq, &schp->cq, count);
965 if (flushed) {
/drivers/net/ppp/
H A Dppp_mppe.c481 int flushed = MPPE_BITS(ibuf) & MPPE_BIT_FLUSHED; local
520 if (!state->stateful && !flushed) {
526 if (state->stateful && ((ccount & 0xff) == 0xff) && !flushed) {
571 if (!flushed) {
596 if (flushed)
/drivers/gpu/drm/savage/
H A Dsavage_drv.h66 unsigned int used, flushed; member in struct:drm_savage_dma_page

Completed in 127 milliseconds