Searched refs:igc_rx_nfree (Results 1 – 3 of 3) sorted by relevance
326 ASSERT3U(ring->irr_nfree, <=, igc->igc_rx_nfree); in igc_rx_recycle()401 kmem_free(ring->irr_free_list, igc->igc_rx_nfree * in igc_rx_data_free()448 igc->igc_rx_nfree, KM_NOSLEEP); in igc_rx_data_alloc()893 while (ring->irr_nfree < igc->igc_rx_nfree) { in igc_rx_drain()
449 uint32_t igc_rx_nfree; member
1718 igc->igc_rx_nfree = igc->igc_rx_nbuf - igc->igc_rx_ndesc; in igc_attach()