Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/sun/
A Dsunvnet_common.h13 #define VNET_TX_RING_SIZE 512 macro
73 struct vnet_tx_entry tx_bufs[VNET_TX_RING_SIZE];
A Dsunvnet_common.c50 return vio_dring_avail(dr, VNET_TX_RING_SIZE); in vnet_tx_dring_avail()
998 for (i = 0; i < VNET_TX_RING_SIZE; ++i) { in vnet_clean_tx_ring()
1003 txi = VNET_TX_RING_SIZE - 1; in vnet_clean_tx_ring()
1495 dr->prod = (dr->prod + 1) & (VNET_TX_RING_SIZE - 1); in sunvnet_start_xmit_common()
1680 for (i = 0; i < VNET_TX_RING_SIZE; i++) { in sunvnet_port_free_tx_bufs_common()
1730 len = VNET_TX_RING_SIZE * elen; in vnet_port_alloc_tx_ring()
1745 dr->num_entries = VNET_TX_RING_SIZE; in vnet_port_alloc_tx_ring()
1749 dr->pending = VNET_TX_RING_SIZE; in vnet_port_alloc_tx_ring()
1752 for (i = 0; i < VNET_TX_RING_SIZE; ++i) { in vnet_port_alloc_tx_ring()

Completed in 6 milliseconds