Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/igc/
H A Digc_ring.c980 kmem_free(ring->itr_work_list, igc->igc_tx_ndesc * in igc_tx_data_free()
1005 igc->igc_tx_ndesc; in igc_tx_data_alloc()
1015 igc->igc_tx_ndesc, KM_NOSLEEP); in igc_tx_data_alloc()
1063 val = igc->igc_tx_ndesc * sizeof (union igc_adv_tx_desc); in igc_tx_ring_hw_init()
1075 ring->itr_ring_free = igc->igc_tx_ndesc; in igc_tx_ring_hw_init()
1199 next_desc = igc_next_desc(last_desc, 1, igc->igc_tx_ndesc); in igc_tx_recycle()
1201 desc = igc_next_desc(desc, 1, igc->igc_tx_ndesc)) { in igc_tx_recycle()
1431 igc_next_desc(ring->itr_ring_tail, 1, igc->igc_tx_ndesc)) { in igc_tx_ring_write_buf_descs()
1552 igc->igc_tx_ndesc); in igc_tx_ring_write_descs()
1570 last_desc = igc_prev_desc(ring->itr_ring_tail, 1, igc->igc_tx_ndesc); in igc_tx_ring_write_descs()
H A Digc.h446 uint32_t igc_tx_ndesc; member
H A Digc.c1715 igc->igc_tx_ndesc = IGC_DEF_TX_RING_SIZE; in igc_attach()
1717 igc->igc_tx_nbuf = igc->igc_tx_ndesc; in igc_attach()