Home
last modified time | relevance | path

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

/freebsd/sys/dev/ixgbe/
H A Dixgbe_vf.c536 return IXGBE_VF_MAX_RX_QUEUES; in ixgbe_get_num_of_rx_queues_vf()
801 hw->mac.max_rx_queues > IXGBE_VF_MAX_RX_QUEUES) in ixgbevf_get_queues()
802 hw->mac.max_rx_queues = IXGBE_VF_MAX_RX_QUEUES; in ixgbevf_get_queues()
H A Dixgbe_vf.h40 #define IXGBE_VF_MAX_RX_QUEUES 8 macro