Home
last modified time | relevance | path

Searched refs:igc_rx_ndesc (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/igc/
H A Digc_ring.c376 if (i < igc->igc_rx_ndesc) { in igc_rx_bufs_alloc()
407 kmem_free(ring->irr_work_list, igc->igc_rx_ndesc * in igc_rx_data_free()
430 igc->igc_rx_ndesc; in igc_rx_data_alloc()
440 igc->igc_rx_ndesc, KM_NOSLEEP); in igc_rx_data_alloc()
507 for (uint32_t i = 0; i < igc->igc_rx_ndesc; i++) { in igc_rx_ring_hw_init()
524 val = igc->igc_rx_ndesc * sizeof (union igc_adv_rx_desc); in igc_rx_ring_hw_init()
614 igc->igc_rx_ndesc - 1); in igc_rx_hw_init()
834 cur_head = igc_next_desc(cur_head, 1, igc->igc_rx_ndesc); in igc_ring_rx()
863 tail = igc_prev_desc(cur_head, 1, igc->igc_rx_ndesc); in igc_ring_rx()
H A Digc.c1714 igc->igc_rx_ndesc = IGC_DEF_RX_RING_SIZE; in igc_attach()
1716 igc->igc_rx_nbuf = igc->igc_rx_ndesc + (igc->igc_rx_ndesc >> 1); in igc_attach()
1718 igc->igc_rx_nfree = igc->igc_rx_nbuf - igc->igc_rx_ndesc; in igc_attach()
H A Digc.h445 uint32_t igc_rx_ndesc; member