Lines Matching defs:mvneta_tx_queue
398 struct mvneta_tx_queue { struct
400 u8 id;
403 int size;
408 int count;
409 int tx_stop_threshold;
410 int tx_wake_threshold;
413 struct sk_buff **tx_skb;
416 int txq_put_index;
419 int txq_get_index;
421 u32 done_pkts_coal;
424 struct mvneta_tx_desc *descs;
427 dma_addr_t descs_phys;
430 int last_desc;
433 int next_desc_to_proc;
436 char *tso_hdrs;
439 dma_addr_t tso_hdrs_phys;