Home
last modified time | relevance | path

Searched refs:rx_process_limit (Results 1 – 11 of 11) sorted by relevance

/freebsd-9-stable/sys/dev/rt/
Dif_rtvar.h212 int rx_process_limit; member
Dif_rt.c426 sc->rx_process_limit = 100; in rt_attach()
1488 again = rt_rx_eof(sc, sc->rx_process_limit); in rt_rx_done_task()
/freebsd-9-stable/sys/dev/ixgbe/
Dixv.h374 u32 rx_process_limit; member
Dixv.c401 "max number of rx packets to process", &adapter->rx_process_limit, in ixv_attach()
977 more = ixv_rxeof(que, adapter->rx_process_limit); in ixv_handle_que()
1017 more_rx = ixv_rxeof(que, adapter->rx_process_limit); in ixv_msix_que()
1034 more_rx = ixv_rxeof(que, adapter->rx_process_limit); in ixv_msix_que()
Dixgbe.c259 SYSCTL_INT(_hw_ix, OID_AUTO, rx_process_limit, CTLFLAG_RDTUN,
/freebsd-9-stable/sys/dev/e1000/
Dif_lem.h402 int rx_process_limit; member
Dif_em.h402 u32 rx_process_limit; member
Dif_igb.h482 int rx_process_limit; member
Dif_em.c401 SYSCTL_INT(_hw_em, OID_AUTO, rx_process_limit, CTLFLAG_RDTUN,
589 "max number of rx packets to process", &adapter->rx_process_limit, in em_attach()
1534 bool more = em_rxeof(rxr, adapter->rx_process_limit, NULL); in em_handle_que()
1600 more = em_rxeof(rxr, adapter->rx_process_limit, NULL); in em_msix_rx()
1639 more = em_rxeof(rxr, adapter->rx_process_limit, NULL); in em_handle_rx()
Dif_igb.c407 SYSCTL_INT(_hw_igb, OID_AUTO, rx_process_limit, CTLFLAG_RDTUN,
532 &adapter->rx_process_limit, igb_rx_process_limit); in igb_attach()
1414 more = igb_rxeof(que, adapter->rx_process_limit, NULL); in igb_handle_que()
1621 more_rx = igb_rxeof(que, adapter->rx_process_limit, NULL); in igb_msix_que()
Dif_lem.c458 "max number of rx packets to process", &adapter->rx_process_limit, in lem_attach()
1349 bool more = lem_rxeof(adapter, adapter->rx_process_limit, NULL); in lem_handle_rxtx()