Searched refs:next_to_refresh (Results 1 – 9 of 9) sorted by relevance
288 u32 next_to_refresh; member427 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()
347 u16 next_to_refresh; member537 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()
2709 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()
3754 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;
326 u32 next_to_refresh; member477 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()
342 u32 next_to_refresh; member524 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()
3960 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()
4094 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()
255 rxr->next_to_refresh = nic_i; // XXX in em_netmap_rxsync()