Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/renesas/
H A Dravb.h1012 #define NUM_TX_QUEUE 2 macro
1087 u32 num_tx_ring[NUM_TX_QUEUE];
1092 dma_addr_t tx_desc_dma[NUM_TX_QUEUE];
1098 struct ravb_tx_desc *tx_ring[NUM_TX_QUEUE];
1099 void *tx_align[NUM_TX_QUEUE];
1103 struct sk_buff **tx_skb[NUM_TX_QUEUE];
1115 u32 cur_tx[NUM_TX_QUEUE];
1116 u32 dirty_tx[NUM_TX_QUEUE];
H A Dravb_main.c2923 info->nc_queues ? NUM_TX_QUEUE : 1, in ravb_probe()