Home
last modified time | relevance | path

Searched refs:ETH_VMDQ_DCB_NUM_QUEUES (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/lib/librte_ethdev/
H A Drte_ethdev.h776 #define ETH_VMDQ_DCB_NUM_QUEUES 128 /**< Maximum nb. of VMDQ DCB queues. */ macro
/f-stack/dpdk/drivers/net/txgbe/
H A Dtxgbe_rxtx.c2947 nb_tcs = (uint8_t)(ETH_VMDQ_DCB_NUM_QUEUES / (int)num_pools); in txgbe_vmdq_dcb_configure()
/f-stack/dpdk/drivers/net/ixgbe/
H A Dixgbe_rxtx.c3663 nb_tcs = (uint8_t)(ETH_VMDQ_DCB_NUM_QUEUES / (int)num_pools); in ixgbe_vmdq_dcb_configure()