| /freebsd-10-stable/sys/dev/netfpga10g/nf10bmac/ |
| D | if_nf10bmac.c | 615 int rx_npkts; in nf10bmac_intr() local 632 rx_npkts = 0; in nf10bmac_intr() 633 while (rx_npkts < NF10BMAC_MAX_PKTS) { in nf10bmac_intr() 637 rx_npkts += c; in nf10bmac_intr() 658 int rx_npkts = 0; in nf10bmac_poll() local 664 return (rx_npkts); in nf10bmac_poll() 667 while (rx_npkts < count) { in nf10bmac_poll() 671 rx_npkts += c; in nf10bmac_poll() 677 if (rx_npkts > 0 || cmd == POLL_AND_CHECK_STATUS) { in nf10bmac_poll() 683 return (rx_npkts); in nf10bmac_poll()
|
| /freebsd-10-stable/sys/dev/rl/ |
| D | if_rl.c | 1122 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-10-stable/sys/dev/altera/atse/ |
| D | if_atse.c | 1234 int rx_npkts = 0; in atse_rx_locked() local 1246 return (rx_npkts); in atse_rx_locked() 1275 return (rx_npkts); in atse_rx_locked() 1334 rx_npkts++; in atse_rx_locked() 1355 return (rx_npkts); in atse_rx_locked() 1368 return (rx_npkts); in atse_rx_locked() 1505 int rx_npkts = 0; in atse_poll() local 1511 return (rx_npkts); in atse_poll() 1515 rx_npkts = atse_rx_locked(sc); in atse_poll() 1549 return (rx_npkts); in atse_poll()
|
| /freebsd-10-stable/sys/dev/ste/ |
| D | if_ste.c | 462 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-10-stable/sys/dev/tsec/ |
| D | if_tsec.c | 876 int rx_npkts; in tsec_poll() local 878 rx_npkts = 0; in tsec_poll() 883 return (rx_npkts); in tsec_poll() 898 rx_npkts = tsec_receive_intr_locked(sc, count); in tsec_poll() 902 return (rx_npkts); in tsec_poll() 1276 int c, rx_npkts; in tsec_receive_intr_locked() local 1284 rx_npkts = 0; in tsec_receive_intr_locked() 1378 rx_npkts++; in tsec_receive_intr_locked() 1394 return (rx_npkts); in tsec_receive_intr_locked()
|
| /freebsd-10-stable/sys/dev/vr/ |
| D | if_vr.c | 1288 int cons, prog, total_len, rx_npkts; in vr_rxeof() local 1294 rx_npkts = 0; in vr_rxeof() 1400 rx_npkts++; in vr_rxeof() 1420 return (rx_npkts); in vr_rxeof() 1575 int rx_npkts; in vr_poll() local 1578 rx_npkts = 0; in vr_poll() 1582 rx_npkts = vr_poll_locked(ifp, cmd, count); in vr_poll() 1584 return (rx_npkts); in vr_poll() 1591 int rx_npkts; in vr_poll_locked() local 1598 rx_npkts = vr_rxeof(sc); in vr_poll_locked() [all …]
|
| /freebsd-10-stable/sys/dev/nfe/ |
| D | if_nfe.c | 1643 int rx_npkts = 0; in nfe_poll() local 1649 return (rx_npkts); in nfe_poll() 1653 rx_npkts = nfe_jrxeof(sc, count, &rx_npkts); in nfe_poll() 1655 rx_npkts = nfe_rxeof(sc, count, &rx_npkts); in nfe_poll() 1663 return (rx_npkts); in nfe_poll() 1674 return (rx_npkts); in nfe_poll() 2122 int len, prog, rx_npkts; in nfe_rxeof() local 2125 rx_npkts = 0; in nfe_rxeof() 2215 rx_npkts++; in nfe_rxeof() 2223 *rx_npktsp = rx_npkts; in nfe_rxeof() [all …]
|
| /freebsd-10-stable/sys/dev/ixgb/ |
| D | if_ixgb.c | 761 int rx_npkts; in ixgb_poll_locked() local 772 rx_npkts = ixgb_process_receive_interrupts(adapter, count); in ixgb_poll_locked() 777 return (rx_npkts); in ixgb_poll_locked() 784 int rx_npkts = 0; in ixgb_poll() local 788 rx_npkts = ixgb_poll_locked(ifp, cmd, count); in ixgb_poll() 790 return (rx_npkts); in ixgb_poll() 2081 int rx_npkts = 0; local 2097 return (rx_npkts); 2171 rx_npkts++; 2243 return (rx_npkts);
|
| /freebsd-10-stable/sys/dev/sf/ |
| D | if_sf.c | 1531 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-10-stable/sys/dev/mge/ |
| D | if_mge.c | 605 int rx_npkts = 0; in mge_poll() local 611 return (rx_npkts); in mge_poll() 629 rx_npkts = mge_intr_rx_locked(sc, count); in mge_poll() 632 return (rx_npkts); in mge_poll() 1109 int rx_npkts = 0; in mge_intr_rx_locked() local 1148 rx_npkts++; in mge_intr_rx_locked() 1161 return (rx_npkts); in mge_intr_rx_locked()
|
| /freebsd-10-stable/sys/dev/fxp/ |
| D | if_fxp.c | 1678 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-10-stable/sys/dev/stge/ |
| D | if_stge.c | 1641 int cons, prog, rx_npkts; in stge_rxeof() local 1645 rx_npkts = 0; in stge_rxeof() 1763 rx_npkts++; in stge_rxeof() 1776 return (rx_npkts); in stge_rxeof() 1785 int rx_npkts; in stge_poll() local 1787 rx_npkts = 0; in stge_poll() 1792 return (rx_npkts); in stge_poll() 1796 rx_npkts = stge_rxeof(sc); in stge_poll() 1823 return (rx_npkts); in stge_poll()
|
| /freebsd-10-stable/sys/dev/nge/ |
| D | if_nge.c | 1445 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-10-stable/sys/dev/xl/ |
| D | if_xl.c | 1832 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-10-stable/sys/arm/xscale/ixp425/ |
| D | if_npe.c | 1110 int rx_npkts = 0; in npe_rxdone() local 1145 rx_npkts++; in npe_rxdone() 1157 return rx_npkts; in npe_rxdone() 1166 int rx_npkts = 0; in npe_poll() local 1169 rx_npkts = npe_rxdone(sc->rx_qid, sc); in npe_poll() 1172 return rx_npkts; in npe_poll()
|
| /freebsd-10-stable/sys/dev/sis/ |
| 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-10-stable/sys/mips/atheros/ |
| D | if_arge.c | 1878 int rx_npkts = 0; in arge_poll() local 1883 rx_npkts = arge_rx_locked(sc); in arge_poll() 1887 return (rx_npkts); in arge_poll() 1965 int rx_npkts = 0; in arge_rx_locked() local 1998 rx_npkts++; in arge_rx_locked() 2025 return (rx_npkts); in arge_rx_locked()
|
| /freebsd-10-stable/sys/dev/re/ |
| D | if_re.c | 2153 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-10-stable/sys/dev/dc/ |
| D | if_dc.c | 2863 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-10-stable/sys/dev/bge/ |
| D | if_bge.c | 4309 int rx_npkts = 0, stdcnt = 0, jumbocnt = 0; in bge_rxeof() local 4316 return (rx_npkts); in bge_rxeof() 4417 rx_npkts++; in bge_rxeof() 4420 return (rx_npkts); in bge_rxeof() 4449 return (rx_npkts); in bge_rxeof() 4539 int rx_npkts = 0; in bge_poll() local 4544 return (rx_npkts); in bge_poll() 4573 rx_npkts = bge_rxeof(sc, rx_prod, 1); in bge_poll() 4576 return (rx_npkts); in bge_poll() 4583 return (rx_npkts); in bge_poll()
|
| /freebsd-10-stable/sys/dev/vge/ |
| D | if_vge.c | 1702 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()
|