Lines Matching refs:mvpp2_tx_queue
925 struct mvpp2_tx_queue *aggr_txqs;
973 struct mvpp2_tx_queue **txqs;
1134 struct mvpp2_tx_queue { struct
3804 struct mvpp2_tx_queue *txq = port->txqs[queue]; in mvpp2_egress_enable()
3925 struct mvpp2_tx_queue *txq) in mvpp2_txq_pend_desc_num_get()
3937 mvpp2_txq_next_desc_get(struct mvpp2_tx_queue *txq) in mvpp2_txq_next_desc_get()
3957 struct mvpp2_tx_queue *txq) in mvpp2_txq_sent_desc_proc()
4031 struct mvpp2_tx_queue *txq, in mvpp2_txq_bufs_free()
4048 static inline struct mvpp2_tx_queue *mvpp2_get_tx_queue(struct mvpp2_port *port, in mvpp2_get_tx_queue()
4060 struct mvpp2_tx_queue *aggr_txq, in mvpp2_aggr_txq_init()
4182 struct mvpp2_tx_queue *txq) in mvpp2_txq_init()
4251 struct mvpp2_tx_queue *txq) in mvpp2_txq_deinit()
4268 static void mvpp2_txq_clean(struct mvpp2_port *port, struct mvpp2_tx_queue *txq) in mvpp2_txq_clean()
4315 struct mvpp2_tx_queue *txq; in mvpp2_cleanup_txqs()
4366 struct mvpp2_tx_queue *txq; in mvpp2_setup_txqs()
4644 struct mvpp2_tx_queue *txq; in mvpp2_port_init()
5029 sizeof(struct mvpp2_tx_queue), in mvpp2_init()
5257 struct mvpp2_tx_queue *txq, *aggr_txq; in mvpp2_send()