Searched refs:NET_TX_RING_SIZE (Results 1 – 1 of 1) sorted by relevance
83 #define NET_TX_RING_SIZE __CONST_RING_SIZE(xen_netif_tx, XEN_PAGE_SIZE) macro139 } tx_skbs[NET_TX_RING_SIZE];141 grant_ref_t grant_tx_ref[NET_TX_RING_SIZE];142 struct page *grant_tx_page[NET_TX_RING_SIZE];256 (NET_TX_RING_SIZE - XEN_NETIF_NR_SLOTS_MIN - 1); in netfront_tx_slot_available()1289 for (i = 0; i < NET_TX_RING_SIZE; i++) { in xennet_release_tx_bufs()1860 for (i = 0; i < NET_TX_RING_SIZE; i++) { in xennet_init_queue()1873 if (gnttab_alloc_grant_references(NET_TX_RING_SIZE, in xennet_init_queue()