Searched refs:NET_TX_RING_SIZE (Results 1 – 1 of 1) sorted by relevance
78 #define NET_TX_RING_SIZE __CONST_RING_SIZE(xen_netif_tx, XEN_PAGE_SIZE) macro132 } tx_skbs[NET_TX_RING_SIZE];134 grant_ref_t grant_tx_ref[NET_TX_RING_SIZE];135 struct page *grant_tx_page[NET_TX_RING_SIZE];242 (NET_TX_RING_SIZE - XEN_NETIF_NR_SLOTS_MIN - 1); in netfront_tx_slot_available()1134 for (i = 0; i < NET_TX_RING_SIZE; i++) { in xennet_release_tx_bufs()1623 for (i = 0; i < NET_TX_RING_SIZE; i++) { in xennet_init_queue()1636 if (gnttab_alloc_grant_references(NET_TX_RING_SIZE, in xennet_init_queue()