Lines Matching refs:txqs
674 struct mvpp2_tx_queue **txqs; member
4016 struct mvpp2_tx_queue *txq = port->txqs[queue]; in mvpp2_egress_enable()
4303 int id = port->txqs[queue]->id; in mvpp2_txq_sent_counter_clear()
4393 struct mvpp2_tx_queue *txq = port->txqs[queue]; in mvpp2_tx_done_pkts_coal_set()
4438 return port->txqs[queue]; in mvpp2_get_tx_queue()
4758 txq = port->txqs[queue]; in mvpp2_cleanup_txqs()
4802 txq = port->txqs[queue]; in mvpp2_setup_txqs()
5182 txq = port->txqs[txq_id]; in mvpp2_tx()
5782 struct mvpp2_tx_queue *txq = port->txqs[queue]; in mvpp2_ethtool_set_coalesce()
5799 c->tx_max_coalesced_frames = port->txqs[0]->done_pkts_coal; in mvpp2_ethtool_get_coalesce()
5934 port->txqs = devm_kcalloc(dev, txq_number, sizeof(*port->txqs), in mvpp2_port_init()
5936 if (!port->txqs) in mvpp2_port_init()
5964 port->txqs[queue] = txq; in mvpp2_port_init()
6023 if (!port->txqs[queue]) in mvpp2_port_init()
6025 free_percpu(port->txqs[queue]->pcpu); in mvpp2_port_init()
6158 free_percpu(port->txqs[i]->pcpu); in mvpp2_port_probe()
6176 free_percpu(port->txqs[i]->pcpu); in mvpp2_port_remove()