/freebsd/sys/dev/rl/ |
H A D | if_rl.c | 1113 int rx_npkts = 0; in rl_rxeof() local 1163 return (rx_npkts); in rl_rxeof() 1217 rx_npkts++; in rl_rxeof() 1221 return (rx_npkts); in rl_rxeof() 1431 int rx_npkts = 0; in rl_poll() local 1435 rx_npkts = rl_poll_locked(ifp, cmd, count); in rl_poll() 1437 return (rx_npkts); in rl_poll() 1444 int rx_npkts; in rl_poll_locked() local 1449 rx_npkts = rl_rxeof(sc); in rl_poll_locked() 1461 return (rx_npkts); in rl_poll_locked() [all …]
|
/freebsd/sys/dev/ste/ |
H A D | if_ste.c | 463 int rx_npkts = 0; in ste_poll() local 467 rx_npkts = ste_poll_locked(ifp, cmd, count); in ste_poll() 469 return (rx_npkts); in ste_poll() 476 int rx_npkts; in ste_poll_locked() local 480 rx_npkts = ste_rxeof(sc, count); in ste_poll_locked() 499 return (rx_npkts); in ste_poll_locked() 595 int total_len, rx_npkts; in ste_rxeof() local 604 for (rx_npkts = 0; rx_npkts < STE_RX_LIST_CNT; rx_npkts++, in ste_rxeof() 656 if (rx_npkts > 0) { in ste_rxeof() 663 return (rx_npkts); in ste_rxeof()
|
/freebsd/sys/dev/tsec/ |
H A D | if_tsec.c | 889 int rx_npkts; in tsec_poll() local 891 rx_npkts = 0; in tsec_poll() 896 return (rx_npkts); in tsec_poll() 911 rx_npkts = tsec_receive_intr_locked(sc, count); in tsec_poll() 915 return (rx_npkts); in tsec_poll() 1282 int c, rx_npkts; in tsec_receive_intr_locked() local 1289 rx_npkts = 0; in tsec_receive_intr_locked() 1382 rx_npkts++; in tsec_receive_intr_locked() 1398 return (rx_npkts); in tsec_receive_intr_locked()
|
/freebsd/sys/dev/vr/ |
H A D | if_vr.c | 1290 int cons, prog, total_len, rx_npkts; in vr_rxeof() local 1296 rx_npkts = 0; in vr_rxeof() 1402 rx_npkts++; in vr_rxeof() 1422 return (rx_npkts); in vr_rxeof() 1577 int rx_npkts; in vr_poll() local 1580 rx_npkts = 0; in vr_poll() 1584 rx_npkts = vr_poll_locked(ifp, cmd, count); in vr_poll() 1586 return (rx_npkts); in vr_poll() 1593 int rx_npkts; in vr_poll_locked() local 1600 rx_npkts = vr_rxeof(sc); in vr_poll_locked() [all …]
|
/freebsd/sys/dev/nfe/ |
H A D | if_nfe.c | 1607 int rx_npkts = 0; in nfe_poll() local 1613 return (rx_npkts); in nfe_poll() 1617 rx_npkts = nfe_jrxeof(sc, count, &rx_npkts); in nfe_poll() 1619 rx_npkts = nfe_rxeof(sc, count, &rx_npkts); in nfe_poll() 1627 return (rx_npkts); in nfe_poll() 1638 return (rx_npkts); in nfe_poll() 2072 int len, prog, rx_npkts; in nfe_rxeof() local 2075 rx_npkts = 0; in nfe_rxeof() 2165 rx_npkts++; in nfe_rxeof() 2173 *rx_npktsp = rx_npkts; in nfe_rxeof() [all …]
|
/freebsd/sys/dev/mge/ |
H A D | if_mge.c | 743 int rx_npkts = 0; in mge_poll() local 749 return (rx_npkts); in mge_poll() 767 rx_npkts = mge_intr_rx_locked(sc, count); in mge_poll() 773 return (rx_npkts); in mge_poll() 1321 int rx_npkts = 0; in mge_intr_rx_locked() local 1362 rx_npkts++; in mge_intr_rx_locked() 1375 if_inc_counter(ifp, IFCOUNTER_IPACKETS, rx_npkts); in mge_intr_rx_locked() 1377 return (rx_npkts); in mge_intr_rx_locked()
|
/freebsd/sys/dev/fxp/ |
H A D | if_fxp.c | 1668 int rx_npkts = 0; in fxp_poll() local 1673 return (rx_npkts); in fxp_poll() 1684 return (rx_npkts); /* nothing to do */ in fxp_poll() 1692 rx_npkts = fxp_intr_body(sc, ifp, statack, count); in fxp_poll() 1694 return (rx_npkts); in fxp_poll() 1859 int rx_npkts; in fxp_intr_body() local 1862 rx_npkts = 0; in fxp_intr_body() 1901 return (rx_npkts); in fxp_intr_body() 1998 rx_npkts++; in fxp_intr_body() 2000 return (rx_npkts); in fxp_intr_body() [all …]
|
/freebsd/sys/dev/stge/ |
H A D | if_stge.c | 1629 int cons, prog, rx_npkts; in stge_rxeof() local 1633 rx_npkts = 0; in stge_rxeof() 1751 rx_npkts++; in stge_rxeof() 1764 return (rx_npkts); in stge_rxeof() 1773 int rx_npkts; in stge_poll() local 1775 rx_npkts = 0; in stge_poll() 1780 return (rx_npkts); in stge_poll() 1784 rx_npkts = stge_rxeof(sc); in stge_poll() 1810 return (rx_npkts); in stge_poll()
|
/freebsd/sys/dev/nge/ |
H A D | if_nge.c | 1433 int cons, prog, rx_npkts, total_len; in nge_rxeof() local 1440 rx_npkts = 0; in nge_rxeof() 1586 rx_npkts++; in nge_rxeof() 1595 return (rx_npkts); in nge_rxeof() 1747 int rx_npkts = 0; in nge_poll() local 1754 return (rx_npkts); in nge_poll() 1765 rx_npkts = nge_rxeof(sc); in nge_poll() 1777 rx_npkts += nge_rxeof(sc); in nge_poll() 1788 return (rx_npkts); in nge_poll()
|
/freebsd/sys/dev/xl/ |
H A D | if_xl.c | 1820 int rx_npkts = 0; in xl_rxeof() local 1838 rx_npkts++; in xl_rxeof() 1930 return (rx_npkts); in xl_rxeof() 1954 return (rx_npkts); in xl_rxeof() 2205 int rx_npkts = 0; in xl_poll() local 2209 rx_npkts = xl_poll_locked(ifp, cmd, count); in xl_poll() 2211 return (rx_npkts); in xl_poll() 2218 int rx_npkts; in xl_poll_locked() local 2223 rx_npkts = xl_rxeof(sc); in xl_poll_locked() 2258 return (rx_npkts); in xl_poll_locked()
|
/freebsd/sys/dev/sis/ |
H A D | if_sis.c | 1481 int prog, rx_cons, rx_npkts = 0, total_len; in sis_rxeof() local 1545 rx_npkts++; in sis_rxeof() 1554 return (rx_npkts); in sis_rxeof() 1640 int rx_npkts = 0; in sis_poll() local 1645 return (rx_npkts); in sis_poll() 1656 rx_npkts = sis_rxeof(sc); in sis_poll() 1680 return (rx_npkts); in sis_poll()
|
/freebsd/sys/dev/re/ |
H A D | if_re.c | 2169 int jumbo, maxpkt = 16, rx_npkts = 0; in re_rxeof() local 2175 if (netmap_rx_irq(ifp, 0, &rx_npkts)) in re_rxeof() 2387 rx_npkts++; in re_rxeof() 2399 *rx_npktsp = rx_npkts; in re_rxeof() 2508 int rx_npkts = 0; in re_poll() local 2512 rx_npkts = re_poll_locked(ifp, cmd, count); in re_poll() 2514 return (rx_npkts); in re_poll() 2521 int rx_npkts; in re_poll_locked() local 2526 re_rxeof(sc, &rx_npkts); in re_poll_locked() 2537 return (rx_npkts); in re_poll_locked() [all …]
|
/freebsd/sys/dev/dc/ |
H A D | if_dc.c | 2853 int i, total_len, rx_npkts; in dc_rxeof() local 2859 rx_npkts = 0; in dc_rxeof() 2881 rx_npkts++; in dc_rxeof() 2916 return (rx_npkts); in dc_rxeof() 2962 return (rx_npkts); in dc_rxeof() 3221 int rx_npkts = 0; in dc_poll() local 3227 return (rx_npkts); in dc_poll() 3231 rx_npkts = dc_rxeof(sc); in dc_poll() 3246 return (rx_npkts); in dc_poll() 3272 return (rx_npkts); in dc_poll()
|
/freebsd/sys/arm/allwinner/ |
H A D | if_awg.c | 1348 int rx_npkts; in awg_poll() local 1351 rx_npkts = 0; in awg_poll() 1360 rx_npkts = awg_rxintr(sc); in awg_poll() 1373 return (rx_npkts); in awg_poll()
|
/freebsd/sys/dev/bge/ |
H A D | if_bge.c | 4289 int rx_npkts = 0, stdcnt = 0, jumbocnt = 0; in bge_rxeof() local 4296 return (rx_npkts); in bge_rxeof() 4397 rx_npkts++; in bge_rxeof() 4400 return (rx_npkts); in bge_rxeof() 4429 return (rx_npkts); in bge_rxeof() 4519 int rx_npkts = 0; in bge_poll() local 4524 return (rx_npkts); in bge_poll() 4553 rx_npkts = bge_rxeof(sc, rx_prod, 1); in bge_poll() 4556 return (rx_npkts); in bge_poll() 4563 return (rx_npkts); in bge_poll()
|
/freebsd/sys/dev/vge/ |
H A D | if_vge.c | 1697 int rx_npkts = 0; in vge_poll() local 1703 rx_npkts = vge_rxeof(sc, count); in vge_poll() 1735 return (rx_npkts); in vge_poll()
|