Lines Matching refs:txqs
511 struct mvneta_tx_queue *txqs; member
1260 struct mvneta_tx_queue *txq = &pp->txqs[queue]; in mvneta_port_up()
1864 return &pp->txqs[queue]; in mvneta_tx_done_policy()
2188 txq = &pp->txqs[cpu % txq_number]; in mvneta_xdp_xmit_back()
2229 txq = &pp->txqs[cpu % txq_number]; in mvneta_xdp_xmit()
2918 struct mvneta_tx_queue *txq = &pp->txqs[txq_id]; in mvneta_tx()
3429 mvneta_txq_done_force(pp, &pp->txqs[queue]); in mvneta_tx_reset()
3650 mvneta_txq_deinit(pp, &pp->txqs[queue]); in mvneta_cleanup_txqs()
3688 int err = mvneta_txq_init(pp, &pp->txqs[queue]); in mvneta_setup_txqs()
4738 struct mvneta_tx_queue *txq = &pp->txqs[queue]; in mvneta_ethtool_set_coalesce()
4758 c->tx_max_coalesced_frames = pp->txqs[0].done_pkts_coal; in mvneta_ethtool_get_coalesce()
5375 pp->txqs = devm_kcalloc(dev, txq_number, sizeof(*pp->txqs), GFP_KERNEL); in mvneta_init()
5376 if (!pp->txqs) in mvneta_init()
5381 struct mvneta_tx_queue *txq = &pp->txqs[queue]; in mvneta_init()
5827 struct mvneta_tx_queue *txq = &pp->txqs[queue]; in mvneta_suspend()
5880 struct mvneta_tx_queue *txq = &pp->txqs[queue]; in mvneta_resume()