Lines Matching defs:mvneta_tx_queue
623 struct mvneta_tx_queue { struct
625 u8 id;
628 int size;
633 int count;
634 int pending;
635 int tx_stop_threshold;
636 int tx_wake_threshold;
639 struct mvneta_tx_buf *buf;
642 int txq_put_index;
645 int txq_get_index;
647 u32 done_pkts_coal;
650 struct mvneta_tx_desc *descs;
653 dma_addr_t descs_phys;
656 int last_desc;
659 int next_desc_to_proc;
662 char *tso_hdrs;
665 dma_addr_t tso_hdrs_phys;
668 cpumask_t affinity_mask;