Home
last modified time | relevance | path

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

/freebsd/sys/dev/mxge/
H A Dif_mxge.c3178 int tx_ring_entries) in mxge_alloc_slice_rings() argument
3275 ss->tx.mask = tx_ring_entries - 1; in mxge_alloc_slice_rings()
3276 ss->tx.max_desc = MIN(MXGE_MAX_SEND_DESC, tx_ring_entries / 4); in mxge_alloc_slice_rings()
3292 bytes = tx_ring_entries * sizeof (*ss->tx.info); in mxge_alloc_slice_rings()
3335 int tx_ring_entries, rx_ring_entries; in mxge_alloc_rings() local
3346 tx_ring_entries = tx_ring_size / sizeof (mcp_kreq_ether_send_t); in mxge_alloc_rings()
3348 if_setsendqlen(sc->ifp, tx_ring_entries - 1); in mxge_alloc_rings()
3354 tx_ring_entries); in mxge_alloc_rings()