Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/emx/
H A Dif_emx.c533 int tx_ring_max, ring_cnt; in emx_attach() local
766 tx_ring_max = 1; in emx_attach()
774 tx_ring_max = EMX_NTX_RING; in emx_attach()
776 sc->tx_rmap = if_ringmap_alloc(dev, ring_cnt, tx_ring_max); in emx_attach()