Lines Matching defs:mvneta_tx_queue
620 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;
644 u32 done_pkts_coal;
647 struct mvneta_tx_desc *descs;
650 dma_addr_t descs_phys;
653 int last_desc;
656 int next_desc_to_proc;
659 char *tso_hdrs;
662 dma_addr_t tso_hdrs_phys;
665 cpumask_t affinity_mask;