Home
last modified time | relevance | path

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

123

/freebsd-11-stable/contrib/ofed/libcxgb4/
HDcq.c61 int flushed = 0; in c4iw_flush_rq() local
69 flushed++; in c4iw_flush_rq()
71 return flushed; in c4iw_flush_rq()
97 unsigned short flushed = 0; in c4iw_flush_sq() local
110 BUG_ON(swsqe->flushed); in c4iw_flush_sq()
111 swsqe->flushed = 1; in c4iw_flush_sq()
117 flushed++; in c4iw_flush_sq()
121 wq->sq.flush_cidx += flushed; in c4iw_flush_sq()
143 BUG_ON(swsqe->flushed); in flush_completed_wrs()
154 swsqe->flushed = 1; in flush_completed_wrs()
HDqp.c390 swsqe->flushed = 0; in c4iw_post_send()
507 if (qhp->wq.flushed) in c4iw_flush_qp()
516 qhp->wq.flushed = 1; in c4iw_flush_qp()
547 if (!qhp->wq.flushed && t4_wq_in_error(&qhp->wq)) { in c4iw_flush_qps()
HDt4.h302 int flushed; member
359 int flushed; member
/freebsd-11-stable/sys/netgraph/
HDng_mppc.c144 u_char flushed; /* clean history (xmit only) */ member
343 d->flushed = 0; in ng_mppc_rcvmsg()
492 if (d->flushed || ((d->cfg.bits & MPPE_STATELESS) != 0)) { in ng_mppc_compress()
494 d->flushed = 0; in ng_mppc_compress()
528 d->flushed = 1; in ng_mppc_compress()
561 d->flushed = (rtn & MPPC_EXPANDED) != 0 in ng_mppc_compress()
570 if (!d->flushed) { in ng_mppc_compress()
572 d->flushed = 1; in ng_mppc_compress()
855 d->flushed = 1; in ng_mppc_reset_req()
/freebsd-11-stable/usr.sbin/ppp/
HDmppe.c248 int dictinit, flushed, ilen, len, n; in MPPEInput() local
259 flushed = prefix & MPPE_FLUSHED; in MPPEInput()
260 prefix &= ~flushed; in MPPEInput()
263 (prefix & MPPE_HEADER_BITMASK) | flushed); in MPPEInput()
270 if (!flushed && mip->stateless) { in MPPEInput()
273 flushed = MPPE_FLUSHED; in MPPEInput()
291 if (flushed) { in MPPEInput()
343 } else if (flushed) in MPPEInput()
/freebsd-11-stable/sys/ofed/drivers/infiniband/ulp/ipoib/
HDipoib_ethtool.c137 data[index++] = priv->lro.lro_mgr.stats.flushed; in ipoib_get_ethtool_stats()
138 if (priv->lro.lro_mgr.stats.flushed) in ipoib_get_ethtool_stats()
140 priv->lro.lro_mgr.stats.flushed; in ipoib_get_ethtool_stats()
/freebsd-11-stable/sys/dev/cxgbe/iw_cxgbe/
HDcq.c221 int flushed = 0; in c4iw_flush_rq() local
229 flushed++; in c4iw_flush_rq()
231 return flushed; in c4iw_flush_rq()
257 int flushed = 0; in c4iw_flush_sq() local
270 BUG_ON(swsqe->flushed); in c4iw_flush_sq()
271 swsqe->flushed = 1; in c4iw_flush_sq()
277 flushed++; in c4iw_flush_sq()
281 wq->sq.flush_cidx += flushed; in c4iw_flush_sq()
284 return flushed; in c4iw_flush_sq()
304 BUG_ON(swsqe->flushed); in flush_completed_wrs()
[all …]
HDt4.h297 int flushed; member
367 int flushed; member
/freebsd-11-stable/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
/freebsd-11-stable/contrib/tcsh/nls/ukrainian/
HDset175 3 ПОМИЛКА: process flushed twice
/freebsd-11-stable/contrib/tcsh/nls/russian/
HDset175 3 BUG: process flushed twice
/freebsd-11-stable/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
/freebsd-11-stable/contrib/tcsh/nls/C/
HDset175 3 BUG: process flushed twice
/freebsd-11-stable/bin/sh/tests/execution/
HDkilled1.02 # Sometimes the "Killed" message is not flushed soon enough and it
/freebsd-11-stable/contrib/tcsh/nls/german/
HDset175 3 FEHLER: Prozeß "flushed" zum zweitenmal
/freebsd-11-stable/contrib/tcsh/nls/et/
HDset175 3 BUG: process flushed twice
/freebsd-11-stable/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()
/freebsd-11-stable/contrib/ipfilter/tools/
HDipmon.c1473 int fd, flushed = 0; local
1481 if (ioctl(fd, SIOCIPFFB, &flushed) == 0) {
1483 flushed);
1489 if (flushed) {
1492 flushed);
1494 fprintf(log, "%d bytes flushed from log\n", flushed);
/freebsd-11-stable/contrib/ipfilter/
HDWhatsNew50.txt82 flushed;
/freebsd-11-stable/sys/kern/
HDvfs_bio.c3013 int flushed; in buf_flush() local
3015 flushed = flushbufqueues(vp, target, 0); in buf_flush()
3016 if (flushed == 0) { in buf_flush()
3026 return (flushed); in buf_flush()
3123 int flushed; in flushbufqueues() local
3128 flushed = 0; in flushbufqueues()
3136 while (flushed != target) { in flushbufqueues()
3180 flushed++; in flushbufqueues()
3230 flushed++; in flushbufqueues()
3248 return (flushed); in flushbufqueues()
/freebsd-11-stable/contrib/ofed/librdmacm/examples/
HDrping.c280 int flushed = 0; in rping_cq_event_handler() local
287 flushed = 1; in rping_cq_event_handler()
342 return flushed; in rping_cq_event_handler()
/freebsd-11-stable/release/picobsd/floppy.tree/etc/
HDrc.firewall7 # as the key for the case statement. On entry, the firewall will be flushed
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDCommandFlags.inc161 "the sign of a flushed-to-zero number is preserved "
164 "denormals are flushed to positive zero")));

123