Searched refs:MAX_TX_QUEUES (Results 1 - 7 of 7) 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.h208 #define MAX_TX_QUEUES (IXGBE_MAX_FDIR_INDICES + IXGBE_MAX_FCOE_INDICES) macro
211 #define MAX_TX_QUEUES IXGBE_MAX_FDIR_INDICES macro
233 DECLARE_BITMAP(txr_idx, MAX_TX_QUEUES); /* Tx ring indices */
300 struct ixgbe_ring *tx_ring[MAX_TX_QUEUES] ____cacheline_aligned_in_smp;
H A Dixgbe_main.c2313 bitmap_zero(q_vector->txr_idx, MAX_TX_QUEUES);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/ixgbevf/
H A Dixgbevf.h109 #define MAX_TX_QUEUES 1 macro
146 DECLARE_BITMAP(txr_idx, MAX_TX_QUEUES); /* Tx ring indices */
H A Dixgbevf_main.c1214 bitmap_zero(q_vector->txr_idx, MAX_TX_QUEUES);
2215 hw->mac.max_tx_queues = MAX_TX_QUEUES;
3342 MAX_TX_QUEUES);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/wl12xx/
H A Dwl1251_acx.c921 mem_conf->mem_config.num_tx_queues = MAX_TX_QUEUES;
934 for (i = 0; i < MAX_TX_QUEUES; i++) {
H A Dwl1251_acx.h1109 #define MAX_TX_QUEUES 4 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/qlcnic/
H A Dqlcnic.h1081 #define MAX_TX_QUEUES 1 macro
1087 #define IS_VALID_TX_QUEUES(que) (que > 0 && que <= MAX_TX_QUEUES)

Completed in 106 milliseconds