Searched refs:next_to_clean (Results 1 - 11 of 11) sorted by relevance

/freebsd-9.3-release/sys/dev/netmap/
H A Dixgbe_netmap.h292 nic_i = txr->next_to_clean + report_frequency;
304 * We (re)use the driver's txr->next_to_clean to keep
317 if (nic_i != txr->next_to_clean) {
319 txr->next_to_clean = nic_i;
H A Dif_em_netmap.h195 if (nic_i != txr->next_to_clean) {
196 txr->next_to_clean = nic_i;
H A Dif_igb_netmap.h179 txr->next_to_clean = nic_i;
/freebsd-9.3-release/sys/dev/e1000/
H A Dif_em.h291 u32 next_to_clean; member in struct:tx_ring
H A Dif_igb.h297 u32 next_to_clean; member in struct:tx_ring
H A Dif_em.c2314 txr->me, txr->tx_avail, txr->next_to_clean);
3367 txr->next_to_clean = 0;
3849 first = txr->next_to_clean;
3909 txr->next_to_clean = first;
H A Dif_igb.c2263 txr->me, txr->tx_avail, txr->next_to_clean);
3527 txr->next_to_clean = 0;
3922 first = txr->next_to_clean;
3986 txr->next_to_clean = first;
/freebsd-9.3-release/sys/dev/ixgbe/
H A Dixgbe.h302 u16 next_to_clean; member in struct:tx_ring
H A Dixv.h260 u32 next_to_clean; member in struct:tx_ring
H A Dixv.c1469 txr->me, txr->tx_avail, txr->next_to_clean);
2208 txr->next_to_clean = 0;
2603 first = txr->next_to_clean;
2670 txr->next_to_clean = first;
H A Dixgbe.c2093 txr->me, txr->tx_avail, txr->next_to_clean);
3056 txr->next_to_clean = 0;
3639 work = txr->next_to_clean;
3718 txr->next_to_clean = work;

Completed in 297 milliseconds