Lines Matching refs:txqs
470 struct mvneta_tx_queue *txqs; member
1220 struct mvneta_tx_queue *txq = &pp->txqs[queue]; in mvneta_port_up()
1828 return &pp->txqs[queue]; in mvneta_tx_done_policy()
2100 txq = &pp->txqs[cpu % txq_number]; in mvneta_xdp_xmit_back()
2141 txq = &pp->txqs[cpu % txq_number]; in mvneta_xdp_xmit()
2769 struct mvneta_tx_queue *txq = &pp->txqs[txq_id]; in mvneta_tx()
3278 mvneta_txq_done_force(pp, &pp->txqs[queue]); in mvneta_tx_reset()
3503 mvneta_txq_deinit(pp, &pp->txqs[queue]); in mvneta_cleanup_txqs()
3541 int err = mvneta_txq_init(pp, &pp->txqs[queue]); in mvneta_setup_txqs()
4498 struct mvneta_tx_queue *txq = &pp->txqs[queue]; in mvneta_ethtool_set_coalesce()
4515 c->tx_max_coalesced_frames = pp->txqs[0].done_pkts_coal; in mvneta_ethtool_get_coalesce()
4958 pp->txqs = devm_kcalloc(dev, txq_number, sizeof(*pp->txqs), GFP_KERNEL); in mvneta_init()
4959 if (!pp->txqs) in mvneta_init()
4964 struct mvneta_tx_queue *txq = &pp->txqs[queue]; in mvneta_init()
5363 struct mvneta_tx_queue *txq = &pp->txqs[queue]; in mvneta_suspend()
5416 struct mvneta_tx_queue *txq = &pp->txqs[queue]; in mvneta_resume()