Lines Matching refs:rxqs
292 struct mvneta_rx_queue *rxqs; member
761 struct mvneta_rx_queue *rxq = &pp->rxqs[queue]; in mvneta_port_up()
1437 return (queue < 0 || queue >= rxq_number) ? NULL : &pp->rxqs[queue]; in mvneta_rx_policy()
2163 rx_done = mvneta_rx(pp, budget, &pp->rxqs[rxq_def]); in mvneta_poll()
2385 mvneta_rxq_deinit(pp, &pp->rxqs[queue]); in mvneta_cleanup_rxqs()
2395 int err = mvneta_rxq_init(pp, &pp->rxqs[queue]); in mvneta_setup_rxqs()
2797 struct mvneta_rx_queue *rxq = &pp->rxqs[queue]; in mvneta_ethtool_set_coalesce()
2819 c->rx_coalesce_usecs = pp->rxqs[0].time_coal; in mvneta_ethtool_get_coalesce()
2820 c->rx_max_coalesced_frames = pp->rxqs[0].pkts_coal; in mvneta_ethtool_get_coalesce()
2925 pp->rxqs = devm_kcalloc(dev, rxq_number, sizeof(struct mvneta_rx_queue), in mvneta_init()
2927 if (!pp->rxqs) in mvneta_init()
2932 struct mvneta_rx_queue *rxq = &pp->rxqs[queue]; in mvneta_init()