Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/ixgbe/
H A Dixgbe_vf_representor.c53 dev_info->max_rx_queues = IXGBE_VF_MAX_RX_QUEUES; in ixgbe_vf_representor_dev_infos_get()
211 ethdev->data->nb_rx_queues = IXGBE_VF_MAX_RX_QUEUES; in ixgbe_vf_representor_init()
212 ethdev->data->nb_tx_queues = IXGBE_VF_MAX_RX_QUEUES; in ixgbe_vf_representor_init()
/f-stack/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_vf.c476 return IXGBE_VF_MAX_RX_QUEUES; in ixgbe_get_num_of_rx_queues_vf()
736 hw->mac.max_rx_queues > IXGBE_VF_MAX_RX_QUEUES) in ixgbevf_get_queues()
737 hw->mac.max_rx_queues = IXGBE_VF_MAX_RX_QUEUES; in ixgbevf_get_queues()
H A Dixgbe_vf.h12 #define IXGBE_VF_MAX_RX_QUEUES 8 macro