Searched refs:max_rx_queues (Results 1 - 8 of 8) sorted by relevance

/freebsd-10-stable/sys/dev/ixgbe/
H A Dixv_vf.c86 hw->mac.max_rx_queues = 1;
272 for (i = 0; i < hw->mac.max_rx_queues; i++) {
761 hw->mac.max_rx_queues = msg[IXGBE_VF_RX_QUEUES];
762 if (hw->mac.max_rx_queues == 0 ||
763 hw->mac.max_rx_queues > IXGBE_VF_MAX_RX_QUEUES)
764 hw->mac.max_rx_queues = IXGBE_VF_MAX_RX_QUEUES;
768 if (*num_tcs > hw->mac.max_rx_queues)
H A Dixv_vf.h140 u32 max_rx_queues; member in struct:ixgbe_mac_info
H A Dixgbe_82598.c159 mac->max_rx_queues = IXGBE_82598_MAX_RX_QUEUES;
274 for (i = 0; ((i < hw->mac.max_rx_queues) &&
1376 for (i = 0; ((i < hw->mac.max_rx_queues) &&
H A Dixgbe_api.c423 return hw->mac.max_rx_queues;
H A Dixgbe_x540.c136 mac->max_rx_queues = IXGBE_X540_MAX_RX_QUEUES;
H A Dixgbe_common.c473 for (i = 0; i < hw->mac.max_rx_queues; i++) {
1133 for (i = 0; i < hw->mac.max_rx_queues; i++) {
4453 for (i = 0; i < hw->mac.max_rx_queues; i++) {
H A Dixgbe_82599.c381 mac->max_rx_queues = IXGBE_82599_MAX_RX_QUEUES;
H A Dixgbe_type.h4023 u32 max_rx_queues; member in struct:ixgbe_mac_info

Completed in 145 milliseconds