Searched refs:MAX_RX_QUEUES (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/ixgbe/
H A Dixgbe.h207 #define MAX_RX_QUEUES (IXGBE_MAX_FDIR_INDICES + IXGBE_MAX_FCOE_INDICES) macro
210 #define MAX_RX_QUEUES IXGBE_MAX_FDIR_INDICES macro
232 DECLARE_BITMAP(rxr_idx, MAX_RX_QUEUES); /* Rx ring indices */
309 struct ixgbe_ring *rx_ring[MAX_RX_QUEUES] ____cacheline_aligned_in_smp;
H A Dixgbe_ethtool.c2348 target_queue = MAX_RX_QUEUES - 1;
H A Dixgbe_main.c2312 bitmap_zero(q_vector->rxr_idx, MAX_RX_QUEUES);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/ixgbevf/
H A Dixgbevf.h108 #define MAX_RX_QUEUES 1 macro
145 DECLARE_BITMAP(rxr_idx, MAX_RX_QUEUES); /* Rx ring indices */
H A Dixgbevf_main.c1213 bitmap_zero(q_vector->rxr_idx, MAX_RX_QUEUES);
2216 hw->mac.max_rx_queues = MAX_RX_QUEUES;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/qlcnic/
H A Dqlcnic.h1082 #define MAX_RX_QUEUES 4 macro
1088 #define IS_VALID_RX_QUEUES(que) (que > 0 && que <= MAX_RX_QUEUES)

Completed in 141 milliseconds