Searched refs:IXGBE_VF_MAX_RX_QUEUES (Results 1 – 3 of 3) sorted by relevance
53 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()
476 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()
12 #define IXGBE_VF_MAX_RX_QUEUES 8 macro