Lines Matching refs:txqs
685 struct mvpp2_tx_queue **txqs; member
4029 struct mvpp2_tx_queue *txq = port->txqs[queue]; in mvpp2_egress_enable()
4316 int id = port->txqs[queue]->id; in mvpp2_txq_sent_counter_clear()
4433 return port->txqs[queue]; in mvpp2_get_tx_queue()
4791 txq = port->txqs[queue]; in mvpp2_cleanup_txqs()
4835 txq = port->txqs[queue]; in mvpp2_setup_txqs()
5264 txq = port->txqs[txq_id]; in mvpp2_tx()
5865 struct mvpp2_tx_queue *txq = port->txqs[queue]; in mvpp2_ethtool_set_coalesce()
5881 c->tx_max_coalesced_frames = port->txqs[0]->done_pkts_coal; in mvpp2_ethtool_get_coalesce()
6016 port->txqs = devm_kcalloc(dev, txq_number, sizeof(*port->txqs), in mvpp2_port_init()
6018 if (!port->txqs) in mvpp2_port_init()
6046 port->txqs[queue] = txq; in mvpp2_port_init()
6105 if (!port->txqs[queue]) in mvpp2_port_init()
6107 free_percpu(port->txqs[queue]->pcpu); in mvpp2_port_init()
6261 free_percpu(port->txqs[i]->pcpu); in mvpp2_port_probe()
6280 free_percpu(port->txqs[i]->pcpu); in mvpp2_port_remove()