Lines Matching defs:mvneta_tx_queue
544 struct mvneta_tx_queue { struct
546 u8 id;
549 int size;
554 int count;
555 int pending;
556 int tx_stop_threshold;
557 int tx_wake_threshold;
560 struct sk_buff **tx_skb;
563 int txq_put_index;
566 int txq_get_index;
568 u32 done_pkts_coal;
571 struct mvneta_tx_desc *descs;
574 dma_addr_t descs_phys;
577 int last_desc;
580 int next_desc_to_proc;
583 char *tso_hdrs;
586 dma_addr_t tso_hdrs_phys;
589 cpumask_t affinity_mask;