Lines Matching refs:mvneta_rx_queue
292 struct mvneta_rx_queue *rxqs;
442 struct mvneta_rx_queue { struct
576 struct mvneta_rx_queue *rxq, in mvneta_rxq_non_occup_desc_add()
595 struct mvneta_rx_queue *rxq) in mvneta_rxq_busy_desc_num_get()
607 struct mvneta_rx_queue *rxq, in mvneta_rxq_desc_num_update()
641 mvneta_rxq_next_desc_get(struct mvneta_rx_queue *rxq) in mvneta_rxq_next_desc_get()
665 struct mvneta_rx_queue *rxq, in mvneta_rxq_offset_set()
718 struct mvneta_rx_queue *rxq, in mvneta_rxq_buf_size_set()
733 struct mvneta_rx_queue *rxq) in mvneta_rxq_bm_disable()
761 struct mvneta_rx_queue *rxq = &pp->rxqs[queue]; in mvneta_port_up()
1129 struct mvneta_rx_queue *rxq, u32 value) in mvneta_rx_pkts_coal_set()
1140 struct mvneta_rx_queue *rxq, u32 value) in mvneta_rx_time_coal_set()
1432 static struct mvneta_rx_queue *mvneta_rx_policy(struct mvneta_port *pp, in mvneta_rx_policy()
1442 struct mvneta_rx_queue *rxq) in mvneta_rxq_drop_pkts()
1462 struct mvneta_rx_queue *rxq) in mvneta_rx()
2142 struct mvneta_rx_queue *rxq; in mvneta_poll()
2183 static int mvneta_rxq_fill(struct mvneta_port *pp, struct mvneta_rx_queue *rxq, in mvneta_rxq_fill()
2228 struct mvneta_rx_queue *rxq) in mvneta_rxq_init()
2266 struct mvneta_rx_queue *rxq) in mvneta_rxq_deinit()
2797 struct mvneta_rx_queue *rxq = &pp->rxqs[queue]; in mvneta_ethtool_set_coalesce()
2925 pp->rxqs = devm_kcalloc(dev, rxq_number, sizeof(struct mvneta_rx_queue), in mvneta_init()
2932 struct mvneta_rx_queue *rxq = &pp->rxqs[queue]; in mvneta_init()