Lines Matching defs:mvneta_tx_queue
548 struct mvneta_tx_queue { struct
550 u8 id;
553 int size;
558 int count;
559 int pending;
560 int tx_stop_threshold;
561 int tx_wake_threshold;
564 struct sk_buff **tx_skb;
567 int txq_put_index;
570 int txq_get_index;
572 u32 done_pkts_coal;
575 struct mvneta_tx_desc *descs;
578 dma_addr_t descs_phys;
581 int last_desc;
584 int next_desc_to_proc;
587 char *tso_hdrs;
590 dma_addr_t tso_hdrs_phys;
593 cpumask_t affinity_mask;