Home
last modified time | relevance | path

Searched refs:flushed (Results 1 – 25 of 60) sorted by relevance

123

/NextBSD/contrib/ofed/libcxgb4/src/
HDcq.c64 int flushed = 0; in c4iw_flush_rq() local
72 flushed++; in c4iw_flush_rq()
74 return flushed; in c4iw_flush_rq()
100 unsigned short flushed = 0; in c4iw_flush_sq() local
113 BUG_ON(swsqe->flushed); in c4iw_flush_sq()
114 swsqe->flushed = 1; in c4iw_flush_sq()
120 flushed++; in c4iw_flush_sq()
124 wq->sq.flush_cidx += flushed; in c4iw_flush_sq()
146 BUG_ON(swsqe->flushed); in flush_completed_wrs()
157 swsqe->flushed = 1; in flush_completed_wrs()
HDqp.c382 swsqe->flushed = 0; in c4iw_post_send()
494 if (qhp->wq.flushed) in c4iw_flush_qp()
503 qhp->wq.flushed = 1; in c4iw_flush_qp()
534 if (!qhp->wq.flushed && t4_wq_in_error(&qhp->wq)) { in c4iw_flush_qps()
HDt4.h317 int flushed; member
367 int flushed; member
/NextBSD/sys/netgraph/
HDng_mppc.c145 u_char flushed; /* clean history (xmit only) */ member
344 d->flushed = 0; in ng_mppc_rcvmsg()
493 if (d->flushed || ((d->cfg.bits & MPPE_STATELESS) != 0)) { in ng_mppc_compress()
495 d->flushed = 0; in ng_mppc_compress()
529 d->flushed = 1; in ng_mppc_compress()
562 d->flushed = (rtn & MPPC_EXPANDED) != 0 in ng_mppc_compress()
571 if (!d->flushed) { in ng_mppc_compress()
573 d->flushed = 1; in ng_mppc_compress()
856 d->flushed = 1; in ng_mppc_reset_req()
/NextBSD/sys/ofed/drivers/infiniband/ulp/ipoib/
HDipoib_ethtool.c134 data[index++] = priv->lro.lro_mgr.stats.flushed; in ipoib_get_ethtool_stats()
135 if (priv->lro.lro_mgr.stats.flushed) in ipoib_get_ethtool_stats()
137 priv->lro.lro_mgr.stats.flushed; in ipoib_get_ethtool_stats()
/NextBSD/usr.sbin/ppp/
HDmppe.c246 int dictinit, flushed, ilen, len, n; in MPPEInput() local
257 flushed = prefix & MPPE_FLUSHED; in MPPEInput()
258 prefix &= ~flushed; in MPPEInput()
261 (prefix & MPPE_HEADER_BITMASK) | flushed); in MPPEInput()
268 if (!flushed && mip->stateless) { in MPPEInput()
271 flushed = MPPE_FLUSHED; in MPPEInput()
289 if (flushed) { in MPPEInput()
341 } else if (flushed) in MPPEInput()
/NextBSD/sys/dev/drm/
HDsavage_bci.c312 dev_priv->dma_pages[i].flushed = 0; in savage_dma_init()
331 dev_priv->dma_pages[i].flushed = 0; in savage_dma_reset()
393 dev_priv->dma_pages[i].flushed = 0; in savage_dma_alloc()
431 dev_priv->dma_pages[cur].used == dev_priv->dma_pages[cur].flushed) in savage_dma_flush()
441 first, cur, dev_priv->dma_pages[first].flushed, in savage_dma_flush()
460 dev_priv->dma_pages[first].flushed) * 4; in savage_dma_flush()
462 dev_priv->dma_pages[cur].used - dev_priv->dma_pages[first].flushed; in savage_dma_flush()
481 dev_priv->dma_pages[i].flushed = 0; in savage_dma_flush()
487 dev_priv->dma_pages[cur].flushed = 0; in savage_dma_flush()
495 dev_priv->dma_pages[cur].flushed = dev_priv->dma_pages[i].used; in savage_dma_flush()
[all …]
HDsavage_drv.h69 unsigned int used, flushed; member
/NextBSD/sys/dev/cxgbe/iw_cxgbe/
HDcq.c216 int flushed = 0; in c4iw_flush_rq() local
224 flushed++; in c4iw_flush_rq()
226 return flushed; in c4iw_flush_rq()
250 int flushed = 0; in c4iw_flush_sq() local
261 flushed++; in c4iw_flush_sq()
263 return flushed; in c4iw_flush_sq()
HDqp.c939 int flushed; in __flush_qp() local
950 flushed = c4iw_flush_rq(&qhp->wq, &rchp->cq, count); in __flush_qp()
953 if (flushed) { in __flush_qp()
964 flushed = c4iw_flush_sq(&qhp->wq, &schp->cq, count); in __flush_qp()
967 if (flushed) { in __flush_qp()
/NextBSD/contrib/tcsh/nls/ukrainian/
HDset176 3 ПОМИЛКА: process flushed twice
/NextBSD/contrib/tcsh/nls/russian/
HDset176 3 BUG: process flushed twice
/NextBSD/bin/sh/tests/execution/
HDkilled1.02 # Sometimes the "Killed" message is not flushed soon enough and it
/NextBSD/contrib/tcsh/nls/C/
HDset176 3 BUG: process flushed twice
/NextBSD/usr.bin/col/
HDREADME40 If a character is to be placed on a line that has been flushed, a warning
47 a line is flushed, the characters in the line are sorted according to
/NextBSD/contrib/tcsh/nls/german/
HDset176 3 FEHLER: Prozeß "flushed" zum zweitenmal
/NextBSD/contrib/tcsh/nls/et/
HDset176 3 BUG: process flushed twice
/NextBSD/sys/dev/cxgb/ulp/iw_cxgb/
HDiw_cxgb_hal.c405 int flushed = 0; in cxio_flush_rq() local
415 flushed++; in cxio_flush_rq()
417 return flushed; in cxio_flush_rq()
446 int flushed = 0; in cxio_flush_sq() local
455 flushed++; in cxio_flush_sq()
457 return flushed; in cxio_flush_sq()
HDiw_cxgb_qp.c768 int flushed; in __flush_qp() local
780 flushed = cxio_flush_rq(&qhp->wq, &rchp->cq, count); in __flush_qp()
783 if (flushed) in __flush_qp()
791 flushed = cxio_flush_sq(&qhp->wq, &schp->cq, count); in __flush_qp()
794 if (flushed) in __flush_qp()
/NextBSD/contrib/ipfilter/tools/
HDipmon.c1511 int fd, flushed = 0; local
1519 if (ioctl(fd, SIOCIPFFB, &flushed) == 0) {
1521 flushed);
1527 if (flushed) {
1530 flushed);
1532 fprintf(log, "%d bytes flushed from log\n", flushed);
/NextBSD/sys/kern/
HDvfs_bio.c2939 int flushed; in buf_flush() local
2941 flushed = flushbufqueues(vp, target, 0); in buf_flush()
2942 if (flushed == 0) { in buf_flush()
2952 return (flushed); in buf_flush()
3049 int flushed; in flushbufqueues() local
3054 flushed = 0; in flushbufqueues()
3062 while (flushed != target) { in flushbufqueues()
3106 flushed++; in flushbufqueues()
3156 flushed++; in flushbufqueues()
3174 return (flushed); in flushbufqueues()
/NextBSD/contrib/ipfilter/
HDWhatsNew50.txt82 flushed;
/NextBSD/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/
HDPathDiagnostic.h92 PathDiagnosticConsumer() : flushed(false) {} in PathDiagnosticConsumer()
113 bool flushed;
/NextBSD/release/picobsd/floppy.tree/etc/
HDrc.firewall7 # as the key for the case statement. On entry, the firewall will be flushed
/NextBSD/contrib/ofed/libcxgb4/
HDChangeLog397 flushed. Since we already track where in the sq we've flushed via
429 completions are flushed but not yet polled by the consumer and the qp
430 is then flushed, we end up inserting duplicate completions.
697 a signaled WR. The result was too many flushed CQEs causing application

123