Lines Matching defs:mvneta_tx_queue
460 struct mvneta_tx_queue { struct
462 u8 id;
465 int size;
470 int count;
471 int tx_stop_threshold;
472 int tx_wake_threshold;
475 struct sk_buff **tx_skb;
478 int txq_put_index;
481 int txq_get_index;
483 u32 done_pkts_coal;
486 struct mvneta_tx_desc *descs;
489 dma_addr_t descs_phys;
492 int last_desc;
495 int next_desc_to_proc;
498 char *tso_hdrs;
501 dma_addr_t tso_hdrs_phys;