Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/sun/
H A Dsunvnet_common.h13 #define VNET_TX_RING_SIZE 512 macro
73 struct vnet_tx_entry tx_bufs[VNET_TX_RING_SIZE];
H A Dsunvnet_common.c51 return vio_dring_avail(dr, VNET_TX_RING_SIZE); in vnet_tx_dring_avail()
999 for (i = 0; i < VNET_TX_RING_SIZE; ++i) { in vnet_clean_tx_ring()
1004 txi = VNET_TX_RING_SIZE - 1; in vnet_clean_tx_ring()
1496 dr->prod = (dr->prod + 1) & (VNET_TX_RING_SIZE - 1); in sunvnet_start_xmit_common()
1681 for (i = 0; i < VNET_TX_RING_SIZE; i++) { in sunvnet_port_free_tx_bufs_common()
1731 len = VNET_TX_RING_SIZE * elen; in vnet_port_alloc_tx_ring()
1746 dr->num_entries = VNET_TX_RING_SIZE; in vnet_port_alloc_tx_ring()
1750 dr->pending = VNET_TX_RING_SIZE; in vnet_port_alloc_tx_ring()
1753 for (i = 0; i < VNET_TX_RING_SIZE; ++i) { in vnet_port_alloc_tx_ring()