Lines Matching defs:mvneta_tx_queue
660 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;
684 u32 done_pkts_coal;
687 struct mvneta_tx_desc *descs;
690 dma_addr_t descs_phys;
693 int last_desc;
696 int next_desc_to_proc;
699 char *tso_hdrs[MVNETA_MAX_TSO_PAGES];
702 dma_addr_t tso_hdrs_phys[MVNETA_MAX_TSO_PAGES];
705 cpumask_t affinity_mask;