Searched refs:NUM_TX_QUEUES (Results 1 - 20 of 20) sorted by relevance

/drivers/net/wireless/wl12xx/
H A Dwl12xx.h165 #define NUM_TX_QUEUES 4 macro
199 u8 tx_released_pkts[NUM_TX_QUEUES];
283 struct sk_buff_head tx_queue[NUM_TX_QUEUES];
365 u32 tx_pkts_freed[NUM_TX_QUEUES];
366 u32 tx_allocated_pkts[NUM_TX_QUEUES];
375 int tx_queue_count[NUM_TX_QUEUES];
H A Dps.c223 int filtered[NUM_TX_QUEUES];
226 for (i = 0; i < NUM_TX_QUEUES; i++) {
242 for (i = 0; i < NUM_TX_QUEUES; i++)
H A Dtx.h203 for (i = 0; i < NUM_TX_QUEUES; i++)
H A Dtx.c478 for (i = 0; i < NUM_TX_QUEUES; i++) {
504 for (i = 0; i < NUM_TX_QUEUES; i++) {
939 int total[NUM_TX_QUEUES];
941 for (i = 0; i < NUM_TX_QUEUES; i++) {
958 for (i = 0; i < NUM_TX_QUEUES; i++)
995 for (i = 0; i < NUM_TX_QUEUES; i++)
H A Dmain.c801 for (i = 0; i < NUM_TX_QUEUES; i++) {
1918 for (i = 0; i < NUM_TX_QUEUES; i++) {
5312 for (i = 0; i < NUM_TX_QUEUES; i++)
/drivers/net/ethernet/freescale/
H A Ducc_geth.h35 #define NUM_TX_QUEUES 8 macro
439 struct ucc_geth_send_queue_qd sqqd[NUM_TX_QUEUES];
471 u32 weightstatus[NUM_TX_QUEUES]; /* accumulated weight factor */
484 u8 weightfactor[NUM_TX_QUEUES];
1131 u8 weightfactor[NUM_TX_QUEUES];
1137 u16 bdRingLenTx[NUM_TX_QUEUES];
1186 u8 __iomem *p_tx_bd_ring[NUM_TX_QUEUES];
1187 u32 tx_bd_ring_offset[NUM_TX_QUEUES];
1190 u8 __iomem *confBd[NUM_TX_QUEUES];
1191 u8 __iomem *txBd[NUM_TX_QUEUES];
[all...]
H A Ducc_geth.c2151 if (ug_info->numQueuesTx > NUM_TX_QUEUES) {
2695 for (i = 0; i < NUM_TX_QUEUES; i++)
/drivers/net/wireless/rt2x00/
H A Drt2500usb.h68 #define NUM_TX_QUEUES 2 macro
H A Drt2400pci.h57 #define NUM_TX_QUEUES 2 macro
H A Drt2500pci.h68 #define NUM_TX_QUEUES 2 macro
H A Drt73usb.h59 #define NUM_TX_QUEUES 4 macro
H A Drt2800pci.c1140 .tx_queues = NUM_TX_QUEUES,
H A Drt2800usb.c899 .tx_queues = NUM_TX_QUEUES,
H A Drt61pci.h66 #define NUM_TX_QUEUES 4 macro
H A Drt2400pci.c1787 .tx_queues = NUM_TX_QUEUES,
H A Drt2500usb.c1894 .tx_queues = NUM_TX_QUEUES,
H A Drt2800.h108 #define NUM_TX_QUEUES 4 macro
H A Drt2500pci.c2079 .tx_queues = NUM_TX_QUEUES,
H A Drt73usb.c2380 .tx_queues = NUM_TX_QUEUES,
H A Drt61pci.c3044 .tx_queues = NUM_TX_QUEUES,

Completed in 256 milliseconds