Searched refs:VNET_TX_RING_SIZE (Results 1 – 2 of 2) sorted by relevance
20 #define VNET_TX_RING_SIZE 512 macro52 struct vnet_tx_entry tx_bufs[VNET_TX_RING_SIZE];
65 return vio_dring_avail(dr, VNET_TX_RING_SIZE); in vnet_tx_dring_avail()937 for (i = 0; i < VNET_TX_RING_SIZE; ++i) { in vnet_clean_tx_ring()942 txi = VNET_TX_RING_SIZE-1; in vnet_clean_tx_ring()1426 dr->prod = (dr->prod + 1) & (VNET_TX_RING_SIZE - 1); in vnet_start_xmit()1643 for (i = 0; i < VNET_TX_RING_SIZE; i++) { in vnet_port_free_tx_bufs()1691 len = VNET_TX_RING_SIZE * elen; in vnet_port_alloc_tx_ring()1706 dr->num_entries = VNET_TX_RING_SIZE; in vnet_port_alloc_tx_ring()1709 dr->pending = VNET_TX_RING_SIZE; in vnet_port_alloc_tx_ring()1712 for (i = 0; i < VNET_TX_RING_SIZE; ++i) { in vnet_port_alloc_tx_ring()