Searched refs:VNET_MAX_TXQS (Results 1 – 1 of 1) sorted by relevance
45 #define VNET_MAX_TXQS 16 macro1765 dev = alloc_etherdev_mqs(sizeof(*vp), VNET_MAX_TXQS, 1); in vnet_new()1901 n = n & (VNET_MAX_TXQS - 1); in vnet_port_add_txq()