Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/renesas/
Dravb.h743 #define NUM_TX_QUEUE 2 macro
780 u32 num_tx_ring[NUM_TX_QUEUE];
785 dma_addr_t tx_desc_dma[NUM_TX_QUEUE];
787 struct ravb_tx_desc *tx_ring[NUM_TX_QUEUE];
788 void *tx_align[NUM_TX_QUEUE];
790 struct sk_buff **tx_skb[NUM_TX_QUEUE];
802 u32 cur_tx[NUM_TX_QUEUE];
803 u32 dirty_tx[NUM_TX_QUEUE];
Dravb_main.c1691 NUM_TX_QUEUE, NUM_RX_QUEUE); in ravb_probe()