Home
last modified time | relevance | path

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

/drivers/net/ethernet/freescale/
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 …]
Ducc_geth.c2151 if (ug_info->numQueuesTx > NUM_TX_QUEUES) { in ucc_struct_init()
2695 for (i = 0; i < NUM_TX_QUEUES; i++) in ucc_geth_startup()
/drivers/net/wireless/wl12xx/
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];
Dps.c223 int filtered[NUM_TX_QUEUES]; in wl1271_ps_filter_frames()
226 for (i = 0; i < NUM_TX_QUEUES; i++) { in wl1271_ps_filter_frames()
242 for (i = 0; i < NUM_TX_QUEUES; i++) in wl1271_ps_filter_frames()
Dtx.c478 for (i = 0; i < NUM_TX_QUEUES; i++) { in wl1271_handle_tx_low_watermark()
504 for (i = 0; i < NUM_TX_QUEUES; i++) { in wl1271_select_queue()
939 int total[NUM_TX_QUEUES]; in wl1271_tx_reset_link_queues()
941 for (i = 0; i < NUM_TX_QUEUES; i++) { in wl1271_tx_reset_link_queues()
958 for (i = 0; i < NUM_TX_QUEUES; i++) in wl1271_tx_reset_link_queues()
995 for (i = 0; i < NUM_TX_QUEUES; i++) in wl12xx_tx_reset()
Dtx.h203 for (i = 0; i < NUM_TX_QUEUES; i++) in wl1271_tx_total_queue_count()
Dmain.c801 for (i = 0; i < NUM_TX_QUEUES; i++) { in wl12xx_fw_status()
1918 for (i = 0; i < NUM_TX_QUEUES; i++) { in wl1271_op_stop()
5312 for (i = 0; i < NUM_TX_QUEUES; i++) in wl1271_alloc_hw()
/drivers/net/wireless/rt2x00/
Drt2500usb.h68 #define NUM_TX_QUEUES 2 macro
Drt2400pci.h57 #define NUM_TX_QUEUES 2 macro
Drt73usb.h59 #define NUM_TX_QUEUES 4 macro
Drt2500pci.h68 #define NUM_TX_QUEUES 2 macro
Drt61pci.h66 #define NUM_TX_QUEUES 4 macro
Drt2800usb.c916 .tx_queues = NUM_TX_QUEUES,
Drt2800pci.c1149 .tx_queues = NUM_TX_QUEUES,
Drt2800.h108 #define NUM_TX_QUEUES 4 macro
Drt2400pci.c1796 .tx_queues = NUM_TX_QUEUES,
Drt2500usb.c1903 .tx_queues = NUM_TX_QUEUES,
Drt2500pci.c2088 .tx_queues = NUM_TX_QUEUES,
Drt73usb.c2390 .tx_queues = NUM_TX_QUEUES,
Drt61pci.c3053 .tx_queues = NUM_TX_QUEUES,