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

/freebsd-10-stable/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_ethtool.c103 "LRO aggregated", "LRO flushed",
134 data[index++] = priv->lro.lro_mgr.stats.flushed;
135 if (priv->lro.lro_mgr.stats.flushed)
137 priv->lro.lro_mgr.stats.flushed;
/freebsd-10-stable/contrib/ofed/libcxgb4/src/
H A Dcq.c64 int flushed = 0; local
72 flushed++;
74 return flushed;
100 unsigned short flushed = 0; local
113 BUG_ON(swsqe->flushed);
114 swsqe->flushed = 1;
120 flushed++;
124 wq->sq.flush_cidx += flushed;
146 BUG_ON(swsqe->flushed);
157 swsqe->flushed
[all...]
H A Dqp.c392 swsqe->flushed = 0;
500 if (qhp->wq.flushed)
509 qhp->wq.flushed = 1;
540 if (!qhp->wq.flushed && t4_wq_in_error(&qhp->wq)) {
H A Dt4.h317 int flushed; member in struct:t4_swsqe
371 int flushed; member in struct:t4_wq
H A Ddev.c261 "QP: %p id %u error %d flushed %d qid_mask 0x%x\n"
267 qhp->wq.flushed,
/freebsd-10-stable/usr.sbin/ppp/
H A Dmppe.c246 int dictinit, flushed, ilen, len, n; local
257 flushed = prefix & MPPE_FLUSHED;
258 prefix &= ~flushed;
261 (prefix & MPPE_HEADER_BITMASK) | flushed);
268 if (!flushed && mip->stateless) {
271 flushed = MPPE_FLUSHED;
289 if (flushed) {
291 * We can always process a flushed packet.
314 log_Printf(LogDEBUG, "MPPE: Not flushed - discarded\n");
341 } else if (flushed)
[all...]
/freebsd-10-stable/contrib/mdocml/
H A Dmdoc_macro.c670 int j, lastarg, maxargs, flushed, nl; local
762 for (flushed = j = 0; ; j++) {
765 if (j == maxargs && ! flushed) {
768 flushed = 1;
788 if ( ! flushed) {
791 flushed = 1;
798 if ( ! flushed && ! rew_sub(MDOC_BLOCK, m, tok, line, ppos))
1477 int la, flushed, j, maxargs, nl; local
1532 for (flushed = j = 0; ; ) {
1553 if (j == maxargs && ! flushed) {
[all...]
/freebsd-10-stable/sys/dev/drm/
H A Dsavage_bci.c312 dev_priv->dma_pages[i].flushed = 0;
331 dev_priv->dma_pages[i].flushed = 0;
393 dev_priv->dma_pages[i].flushed = 0;
431 dev_priv->dma_pages[cur].used == dev_priv->dma_pages[cur].flushed)
439 DRM_DEBUG("first=%u, cur=%u, first->flushed=%u, cur->used=%u, "
441 first, cur, dev_priv->dma_pages[first].flushed,
460 dev_priv->dma_pages[first].flushed) * 4;
462 dev_priv->dma_pages[cur].used - dev_priv->dma_pages[first].flushed;
481 dev_priv->dma_pages[i].flushed = 0;
487 dev_priv->dma_pages[cur].flushed
[all...]
H A Dsavage_drv.h69 unsigned int used, flushed; member in struct:drm_savage_dma_page
/freebsd-10-stable/sys/netgraph/
H A Dng_mppc.c147 u_char flushed; /* clean history (xmit only) */ member in struct:ng_mppc_dir
346 d->flushed = 0;
494 /* Always set the flushed bit in stateless mode */
495 if (d->flushed || ((d->cfg.bits & MPPE_STATELESS) != 0)) {
497 d->flushed = 0;
531 d->flushed = 1;
564 d->flushed = (rtn & MPPC_EXPANDED) != 0
573 if (!d->flushed) {
575 d->flushed = 1;
653 /* If flushed bi
[all...]
/freebsd-10-stable/sys/dev/cxgbe/iw_cxgbe/
H A Dcq.c216 int flushed = 0; local
224 flushed++;
226 return flushed;
250 int flushed = 0; local
261 flushed++;
263 return flushed;
415 * cqe_flushed: 1 iff the CQE is flushed.
H A Dqp.c1006 int flushed; local
1017 flushed = c4iw_flush_rq(&qhp->wq, &rchp->cq, count);
1020 if (flushed && rchp->ibcq.comp_handler) {
1031 flushed = c4iw_flush_sq(&qhp->wq, &schp->cq, count);
1034 if (flushed && schp->ibcq.comp_handler) {
/freebsd-10-stable/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_qp.c768 int flushed; local
780 flushed = cxio_flush_rq(&qhp->wq, &rchp->cq, count);
783 if (flushed)
791 flushed = cxio_flush_sq(&qhp->wq, &schp->cq, count);
794 if (flushed)
H A Diw_cxgb_hal.c405 int flushed = 0; local
415 flushed++;
417 return flushed;
446 int flushed = 0; local
455 flushed++;
457 return flushed;
1146 * cqe_flushed: 1 iff the CQE is flushed.
/freebsd-10-stable/contrib/ipfilter/tools/
H A Dipmon.c1511 int fd, flushed = 0; local
1519 if (ioctl(fd, SIOCIPFFB, &flushed) == 0) {
1520 printf("%d bytes flushed from log buffer\n",
1521 flushed);
1527 if (flushed) {
1529 syslog(LOG_INFO, "%d bytes flushed from log\n",
1530 flushed);
1532 fprintf(log, "%d bytes flushed from log\n", flushed);
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DPathDiagnostic.h86 PathDiagnosticConsumer() : flushed(false) {}
107 bool flushed; member in class:clang::ento::PathDiagnosticConsumer
/freebsd-10-stable/sys/kern/
H A Dvfs_bio.c2554 * buffer flushing daemon. Buffers are normally flushed by the
2569 int flushed; local
2571 flushed = flushbufqueues(vp, target, 0);
2572 if (flushed == 0) {
2582 return (flushed);
2669 0, "Number of buffers flushed with dependecies that require rollbacks");
2679 int flushed; local
2684 flushed = 0;
2692 while (flushed != target) {
2736 flushed
[all...]
/freebsd-10-stable/sys/contrib/ipfilter/netinet/
H A Dfil.c3702 /* Returns: int - >= 0 - number of flushed rules */
3715 /* NOTE: Rules not loaded from user space cannot be flushed. */
3763 /* Returns: int - >= 0 - number of flushed rules */
3777 int flushed = 0, set; local
3786 ipf_flushlist(softc, &flushed, &softc->ipf_rules[1][set]);
3787 ipf_flushlist(softc, &flushed, &softc->ipf_acct[1][set]);
3790 ipf_flushlist(softc, &flushed, &softc->ipf_rules[0][set]);
3791 ipf_flushlist(softc, &flushed, &softc->ipf_acct[0][set]);
3794 flushed += ipf_flush_groups(softc, &softc->ipf_groups[unit][set],
3804 flushed
3832 int flushed = 0; local
[all...]
H A Dip_state.c5006 int *array, flushed, error; local
5014 flushed = 0;
5020 flushed++;
5024 obj.ipfo_retval = flushed;
H A Dip_nat.c7748 int *array, flushed, error; local
7756 flushed = 0;
7762 flushed++;
7766 obj.ipfo_retval = flushed;
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DPathDiagnostic.cpp431 if (flushed)
434 flushed = true;
450 // Delete the flushed diagnostics.
/freebsd-10-stable/contrib/ipfilter/
H A DHISTORY41 3543493 tokens are not flushed when disabled
/freebsd-10-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex3729 % then page number (#2) flushed to the right margin. It is used for index
/freebsd-10-stable/contrib/groff/doc/
H A Dtexinfo.tex3627 % then page number (#2) flushed to the right margin. It is used for index
/freebsd-10-stable/contrib/amd/doc/
H A Dtexinfo.tex4961 % then page number (#2) flushed to the right margin. It is used for index

Completed in 356 milliseconds