Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/sun/
Dsunvnet_common.h13 #define VNET_TX_RING_SIZE 512 macro
73 struct vnet_tx_entry tx_bufs[VNET_TX_RING_SIZE];
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()
1511 dr->prod = (dr->prod + 1) & (VNET_TX_RING_SIZE - 1); in sunvnet_start_xmit_common()
1697 for (i = 0; i < VNET_TX_RING_SIZE; i++) { in sunvnet_port_free_tx_bufs_common()
1747 len = VNET_TX_RING_SIZE * elen; in vnet_port_alloc_tx_ring()
1762 dr->num_entries = VNET_TX_RING_SIZE; in vnet_port_alloc_tx_ring()
1766 dr->pending = VNET_TX_RING_SIZE; in vnet_port_alloc_tx_ring()
1769 for (i = 0; i < VNET_TX_RING_SIZE; ++i) { in vnet_port_alloc_tx_ring()