Home
last modified time | relevance | path

Searched refs:tc_nb (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/net/i40e/
H A Di40e_tm.c136 uint16_t tc_nb = i40e_tc_nb_get(dev); in i40e_tm_capabilities_get() local
141 if (tc_nb > hw->func_caps.num_tx_qp) in i40e_tm_capabilities_get()
463 uint16_t tc_nb = 0; in i40e_node_add() local
566 tc_nb = i40e_tc_nb_get(dev); in i40e_node_add()
567 if (pf->tm_conf.nb_tc_node >= tc_nb) { in i40e_node_add()
/f-stack/dpdk/drivers/net/ixgbe/
H A Dixgbe_tm.c143 uint8_t tc_nb = ixgbe_tc_nb_get(dev); in ixgbe_tm_capabilities_get() local
148 if (tc_nb > hw->mac.max_tx_queues) in ixgbe_tm_capabilities_get()