Home
last modified time | relevance | path

Searched refs:rx_npkts (Results 1 – 19 of 19) sorted by relevance

/freebsd-9-stable/sys/dev/rl/
Dif_rl.c1122 int rx_npkts = 0; in rl_rxeof() local
1172 return (rx_npkts); in rl_rxeof()
1226 rx_npkts++; in rl_rxeof()
1230 return (rx_npkts); in rl_rxeof()
1440 int rx_npkts = 0; in rl_poll() local
1444 rx_npkts = rl_poll_locked(ifp, cmd, count); in rl_poll()
1446 return (rx_npkts); in rl_poll()
1453 int rx_npkts; in rl_poll_locked() local
1458 rx_npkts = rl_rxeof(sc); in rl_poll_locked()
1470 return (rx_npkts); in rl_poll_locked()
[all …]
/freebsd-9-stable/sys/dev/ste/
Dif_ste.c462 int rx_npkts = 0; in ste_poll() local
466 rx_npkts = ste_poll_locked(ifp, cmd, count); in ste_poll()
468 return (rx_npkts); in ste_poll()
475 int rx_npkts; in ste_poll_locked() local
479 rx_npkts = ste_rxeof(sc, count); in ste_poll_locked()
498 return (rx_npkts); in ste_poll_locked()
594 int total_len, rx_npkts; in ste_rxeof() local
603 for (rx_npkts = 0; rx_npkts < STE_RX_LIST_CNT; rx_npkts++, in ste_rxeof()
655 if (rx_npkts > 0) { in ste_rxeof()
662 return (rx_npkts); in ste_rxeof()
/freebsd-9-stable/sys/dev/tsec/
Dif_tsec.c868 int rx_npkts; in tsec_poll() local
870 rx_npkts = 0; in tsec_poll()
875 return (rx_npkts); in tsec_poll()
890 rx_npkts = tsec_receive_intr_locked(sc, count); in tsec_poll()
894 return (rx_npkts); in tsec_poll()
1268 int c, rx_npkts; in tsec_receive_intr_locked() local
1276 rx_npkts = 0; in tsec_receive_intr_locked()
1370 rx_npkts++; in tsec_receive_intr_locked()
1386 return (rx_npkts); in tsec_receive_intr_locked()
/freebsd-9-stable/sys/dev/vr/
Dif_vr.c1284 int cons, prog, total_len, rx_npkts; in vr_rxeof() local
1290 rx_npkts = 0; in vr_rxeof()
1396 rx_npkts++; in vr_rxeof()
1416 return (rx_npkts); in vr_rxeof()
1571 int rx_npkts; in vr_poll() local
1574 rx_npkts = 0; in vr_poll()
1578 rx_npkts = vr_poll_locked(ifp, cmd, count); in vr_poll()
1580 return (rx_npkts); in vr_poll()
1587 int rx_npkts; in vr_poll_locked() local
1594 rx_npkts = vr_rxeof(sc); in vr_poll_locked()
[all …]
/freebsd-9-stable/sys/dev/nfe/
Dif_nfe.c1644 int rx_npkts = 0; in nfe_poll() local
1650 return (rx_npkts); in nfe_poll()
1654 rx_npkts = nfe_jrxeof(sc, count, &rx_npkts); in nfe_poll()
1656 rx_npkts = nfe_rxeof(sc, count, &rx_npkts); in nfe_poll()
1664 return (rx_npkts); in nfe_poll()
1675 return (rx_npkts); in nfe_poll()
2123 int len, prog, rx_npkts; in nfe_rxeof() local
2126 rx_npkts = 0; in nfe_rxeof()
2216 rx_npkts++; in nfe_rxeof()
2224 *rx_npktsp = rx_npkts; in nfe_rxeof()
[all …]
/freebsd-9-stable/sys/dev/ixgb/
Dif_ixgb.c759 int rx_npkts; in ixgb_poll_locked() local
770 rx_npkts = ixgb_process_receive_interrupts(adapter, count); in ixgb_poll_locked()
775 return (rx_npkts); in ixgb_poll_locked()
782 int rx_npkts = 0; in ixgb_poll() local
786 rx_npkts = ixgb_poll_locked(ifp, cmd, count); in ixgb_poll()
788 return (rx_npkts); in ixgb_poll()
2081 int rx_npkts = 0; local
2097 return (rx_npkts);
2171 rx_npkts++;
2243 return (rx_npkts);
/freebsd-9-stable/sys/dev/sf/
Dif_sf.c1531 int cons, eidx, prog, rx_npkts; in sf_rxeof() local
1537 rx_npkts = 0; in sf_rxeof()
1653 rx_npkts++; in sf_rxeof()
1677 return (rx_npkts); in sf_rxeof()
1797 int rx_npkts; in sf_poll() local
1800 rx_npkts = 0; in sf_poll()
1805 return (rx_npkts); in sf_poll()
1809 rx_npkts = sf_rxeof(sc); in sf_poll()
1829 return (rx_npkts); in sf_poll()
1847 return (rx_npkts); in sf_poll()
/freebsd-9-stable/sys/dev/mge/
Dif_mge.c591 int rx_npkts = 0; in mge_poll() local
597 return (rx_npkts); in mge_poll()
615 rx_npkts = mge_intr_rx_locked(sc, count); in mge_poll()
618 return (rx_npkts); in mge_poll()
1049 int rx_npkts = 0; in mge_intr_rx_locked() local
1088 rx_npkts++; in mge_intr_rx_locked()
1101 return (rx_npkts); in mge_intr_rx_locked()
/freebsd-9-stable/sys/dev/fxp/
Dif_fxp.c1678 int rx_npkts = 0; in fxp_poll() local
1683 return (rx_npkts); in fxp_poll()
1694 return (rx_npkts); /* nothing to do */ in fxp_poll()
1702 rx_npkts = fxp_intr_body(sc, ifp, statack, count); in fxp_poll()
1704 return (rx_npkts); in fxp_poll()
1869 int rx_npkts; in fxp_intr_body() local
1872 rx_npkts = 0; in fxp_intr_body()
1911 return (rx_npkts); in fxp_intr_body()
2008 rx_npkts++; in fxp_intr_body()
2010 return (rx_npkts); in fxp_intr_body()
[all …]
/freebsd-9-stable/sys/dev/stge/
Dif_stge.c1642 int cons, prog, rx_npkts; in stge_rxeof() local
1646 rx_npkts = 0; in stge_rxeof()
1764 rx_npkts++; in stge_rxeof()
1777 return (rx_npkts); in stge_rxeof()
1786 int rx_npkts; in stge_poll() local
1788 rx_npkts = 0; in stge_poll()
1793 return (rx_npkts); in stge_poll()
1797 rx_npkts = stge_rxeof(sc); in stge_poll()
1824 return (rx_npkts); in stge_poll()
/freebsd-9-stable/sys/dev/nge/
Dif_nge.c1445 int cons, prog, rx_npkts, total_len; in nge_rxeof() local
1452 rx_npkts = 0; in nge_rxeof()
1598 rx_npkts++; in nge_rxeof()
1607 return (rx_npkts); in nge_rxeof()
1758 int rx_npkts = 0; in nge_poll() local
1765 return (rx_npkts); in nge_poll()
1776 rx_npkts = nge_rxeof(sc); in nge_poll()
1788 rx_npkts += nge_rxeof(sc); in nge_poll()
1799 return (rx_npkts); in nge_poll()
/freebsd-9-stable/sys/dev/xl/
Dif_xl.c1832 int rx_npkts = 0; in xl_rxeof() local
1850 rx_npkts++; in xl_rxeof()
1942 return (rx_npkts); in xl_rxeof()
1966 return (rx_npkts); in xl_rxeof()
2217 int rx_npkts = 0; in xl_poll() local
2221 rx_npkts = xl_poll_locked(ifp, cmd, count); in xl_poll()
2223 return (rx_npkts); in xl_poll()
2230 int rx_npkts; in xl_poll_locked() local
2235 rx_npkts = xl_rxeof(sc); in xl_poll_locked()
2270 return (rx_npkts); in xl_poll_locked()
/freebsd-9-stable/sys/arm/xscale/ixp425/
Dif_npe.c1107 int rx_npkts = 0; in npe_rxdone() local
1141 rx_npkts++; in npe_rxdone()
1153 return rx_npkts; in npe_rxdone()
1162 int rx_npkts = 0; in npe_poll() local
1165 rx_npkts = npe_rxdone(sc->rx_qid, sc); in npe_poll()
1168 return rx_npkts; in npe_poll()
/freebsd-9-stable/sys/mips/atheros/
Dif_arge.c1613 int rx_npkts = 0; in arge_poll() local
1618 rx_npkts = arge_rx_locked(sc); in arge_poll()
1622 return (rx_npkts); in arge_poll()
1699 int rx_npkts = 0; in arge_rx_locked() local
1732 rx_npkts++; in arge_rx_locked()
1759 return (rx_npkts); in arge_rx_locked()
/freebsd-9-stable/sys/dev/sis/
Dif_sis.c1482 int prog, rx_cons, rx_npkts = 0, total_len; in sis_rxeof() local
1546 rx_npkts++; in sis_rxeof()
1555 return (rx_npkts); in sis_rxeof()
1641 int rx_npkts = 0; in sis_poll() local
1646 return (rx_npkts); in sis_poll()
1657 rx_npkts = sis_rxeof(sc); in sis_poll()
1681 return (rx_npkts); in sis_poll()
/freebsd-9-stable/sys/dev/re/
Dif_re.c2153 int jumbo, maxpkt = 16, rx_npkts = 0; in re_rxeof() local
2159 if (netmap_rx_irq(ifp, 0, &rx_npkts)) in re_rxeof()
2371 rx_npkts++; in re_rxeof()
2383 *rx_npktsp = rx_npkts; in re_rxeof()
2492 int rx_npkts = 0; in re_poll() local
2496 rx_npkts = re_poll_locked(ifp, cmd, count); in re_poll()
2498 return (rx_npkts); in re_poll()
2505 int rx_npkts; in re_poll_locked() local
2510 re_rxeof(sc, &rx_npkts); in re_poll_locked()
2521 return (rx_npkts); in re_poll_locked()
[all …]
/freebsd-9-stable/sys/dev/dc/
Dif_dc.c2863 int i, total_len, rx_npkts; in dc_rxeof() local
2869 rx_npkts = 0; in dc_rxeof()
2891 rx_npkts++; in dc_rxeof()
2926 return (rx_npkts); in dc_rxeof()
2972 return (rx_npkts); in dc_rxeof()
3231 int rx_npkts = 0; in dc_poll() local
3237 return (rx_npkts); in dc_poll()
3241 rx_npkts = dc_rxeof(sc); in dc_poll()
3256 return (rx_npkts); in dc_poll()
3282 return (rx_npkts); in dc_poll()
/freebsd-9-stable/sys/dev/bge/
Dif_bge.c4328 int rx_npkts = 0, stdcnt = 0, jumbocnt = 0; in bge_rxeof() local
4335 return (rx_npkts); in bge_rxeof()
4436 rx_npkts++; in bge_rxeof()
4439 return (rx_npkts); in bge_rxeof()
4468 return (rx_npkts); in bge_rxeof()
4558 int rx_npkts = 0; in bge_poll() local
4563 return (rx_npkts); in bge_poll()
4592 rx_npkts = bge_rxeof(sc, rx_prod, 1); in bge_poll()
4595 return (rx_npkts); in bge_poll()
4602 return (rx_npkts); in bge_poll()
/freebsd-9-stable/sys/dev/vge/
Dif_vge.c1702 int rx_npkts = 0; in vge_poll() local
1708 rx_npkts = vge_rxeof(sc, count); in vge_poll()
1740 return (rx_npkts); in vge_poll()