Home
last modified time | relevance | path

Searched refs:NUM_TX_QUEUE (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/renesas/
A Dravb.h976 #define NUM_TX_QUEUE 2 macro
1045 u32 num_tx_ring[NUM_TX_QUEUE];
1050 dma_addr_t tx_desc_dma[NUM_TX_QUEUE];
1053 struct ravb_tx_desc *tx_ring[NUM_TX_QUEUE];
1054 void *tx_align[NUM_TX_QUEUE];
1057 struct sk_buff **tx_skb[NUM_TX_QUEUE];
1069 u32 cur_tx[NUM_TX_QUEUE];
1070 u32 dirty_tx[NUM_TX_QUEUE];
1081 int tx_irqs[NUM_TX_QUEUE];
A Dravb_main.c49 static const char *ravb_tx_irqs[NUM_TX_QUEUE] = {
2592 NUM_TX_QUEUE, NUM_RX_QUEUE); in ravb_probe()
2664 for (i = 0; i < NUM_TX_QUEUE; i++) { in ravb_probe()

Completed in 13 milliseconds