Home
last modified time | relevance | path

Searched refs:next_to_refresh (Results 1 – 9 of 9) sorted by relevance

/freebsd-9-stable/sys/dev/ixgbe/
Dixv.h288 u32 next_to_refresh; member
427 if (rxr->next_to_check > rxr->next_to_refresh) in ixv_rx_unrefreshed()
428 return (rxr->next_to_check - rxr->next_to_refresh - 1); in ixv_rx_unrefreshed()
431 rxr->next_to_refresh - 1); in ixv_rx_unrefreshed()
Dixgbe.h347 u16 next_to_refresh; member
537 if (rxr->next_to_check > rxr->next_to_refresh) in ixgbe_rx_unrefreshed()
538 return (rxr->next_to_check - rxr->next_to_refresh - 1); in ixgbe_rx_unrefreshed()
541 rxr->next_to_refresh - 1); in ixgbe_rx_unrefreshed()
Dixv.c2709 i = j = rxr->next_to_refresh; in ixv_refresh_mbufs()
2765 rxr->next_to_refresh = i = j; in ixv_refresh_mbufs()
2773 IXGBE_VFRDT(rxr->me), rxr->next_to_refresh); in ixv_refresh_mbufs()
2979 rxr->next_to_refresh = 0; in ixv_setup_receive_ring()
Dixgbe.c3754 i = j = rxr->next_to_refresh;
3800 rxr->next_to_refresh = i;
3807 IXGBE_RDT(rxr->me), rxr->next_to_refresh);
4056 rxr->next_to_refresh = 0;
/freebsd-9-stable/sys/dev/e1000/
Dif_em.h326 u32 next_to_refresh; member
477 if (rxr->next_to_check > rxr->next_to_refresh) in e1000_rx_unrefreshed()
478 return (rxr->next_to_check - rxr->next_to_refresh - 1); in e1000_rx_unrefreshed()
481 rxr->next_to_refresh - 1); in e1000_rx_unrefreshed()
Dif_igb.h342 u32 next_to_refresh; member
524 if (rxr->next_to_check > rxr->next_to_refresh) in igb_rx_unrefreshed()
525 return (rxr->next_to_check - rxr->next_to_refresh - 1); in igb_rx_unrefreshed()
528 rxr->next_to_refresh - 1); in igb_rx_unrefreshed()
Dif_em.c3960 i = j = rxr->next_to_refresh; in em_refresh_mbufs()
4006 rxr->next_to_refresh = i; in em_refresh_mbufs()
4018 E1000_RDT(rxr->me), rxr->next_to_refresh); in em_refresh_mbufs()
4167 rxr->next_to_refresh = 0; in em_setup_receive_ring()
4212 rxr->next_to_refresh = 0; in em_setup_receive_structures()
4269 rxr->next_to_refresh = 0; in em_free_receive_buffers()
5806 device_printf(dev, "RX Next to Refresh = %d\n", rxr->next_to_refresh); in em_print_debug_info()
Dif_igb.c4094 i = j = rxr->next_to_refresh; in igb_refresh_mbufs()
4161 rxr->next_to_refresh = i; in igb_refresh_mbufs()
4168 E1000_RDT(rxr->me), rxr->next_to_refresh); in igb_refresh_mbufs()
4393 rxr->next_to_refresh = adapter->num_rx_desc - 1; in igb_setup_receive_ring()
4640 int t = rxr->next_to_refresh - nm_kr_rxspace(kring); in igb_initialize_receive_units()
4649 E1000_WRITE_REG(hw, E1000_RDT(i), rxr->next_to_refresh); in igb_initialize_receive_units()
/freebsd-9-stable/sys/dev/netmap/
Dif_em_netmap.h255 rxr->next_to_refresh = nic_i; // XXX in em_netmap_rxsync()