Home
last modified time | relevance | path

Searched refs:max_rx_queues (Results 1 – 6 of 6) sorted by relevance

/dragonfly/sys/dev/netif/ix/
HDixgbe_82598.c159 mac->max_rx_queues = IXGBE_82598_MAX_RX_QUEUES; in ixgbe_init_ops_82598()
274 for (i = 0; ((i < hw->mac.max_rx_queues) && in ixgbe_start_hw_82598()
1377 for (i = 0; ((i < hw->mac.max_rx_queues) && in ixgbe_enable_relaxed_ordering_82598()
HDixgbe_x540.c136 mac->max_rx_queues = IXGBE_X540_MAX_RX_QUEUES; in ixgbe_init_ops_X540()
HDixgbe_api.c423 return hw->mac.max_rx_queues; in ixgbe_get_num_of_rx_queues()
HDixgbe_common.c476 for (i = 0; i < hw->mac.max_rx_queues; i++) { in ixgbe_start_hw_gen2()
1137 for (i = 0; i < hw->mac.max_rx_queues; i++) { in ixgbe_stop_adapter_generic()
4462 for (i = 0; i < hw->mac.max_rx_queues; i++) { in ixgbe_enable_relaxed_ordering_gen2()
HDixgbe_82599.c381 mac->max_rx_queues = IXGBE_82599_MAX_RX_QUEUES; in ixgbe_init_ops_82599()
HDixgbe_type.h4075 u32 max_rx_queues; member