Home
last modified time | relevance | path

Searched defs:mvneta_tx_queue (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/net/
H A Dmvneta.c343 struct mvneta_tx_queue { struct
345 u8 id;
348 int size;
351 int txq_put_index;
354 int txq_get_index;
357 struct mvneta_tx_desc *descs;
360 dma_addr_t descs_phys;
363 int last_desc;
366 int next_desc_to_proc;
/OK3568_Linux_fs/kernel/drivers/net/ethernet/marvell/
H A Dmvneta.c620 struct mvneta_tx_queue { struct
622 u8 id;
625 int size;
630 int count;
631 int pending;
632 int tx_stop_threshold;
633 int tx_wake_threshold;
636 struct mvneta_tx_buf *buf;
639 int txq_put_index;
642 int txq_get_index;
[all …]