Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/
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 …]
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/
Dmvneta.c660 struct mvneta_tx_queue { struct
662 u8 id;
665 int size;
670 int count;
671 int pending;
672 int tx_stop_threshold;
673 int tx_wake_threshold;
676 struct mvneta_tx_buf *buf;
679 int txq_put_index;
682 int txq_get_index;
[all …]