Lines Matching refs:mvneta_rx_queue
270 struct mvneta_rx_queue *rxqs;
368 struct mvneta_rx_queue { struct
459 struct mvneta_rx_queue *rxq, in mvneta_rxq_non_occup_desc_add()
478 struct mvneta_rx_queue *rxq) in mvneta_rxq_busy_desc_num_get()
490 struct mvneta_rx_queue *rxq, in mvneta_rxq_desc_num_update()
524 mvneta_rxq_next_desc_get(struct mvneta_rx_queue *rxq) in mvneta_rxq_next_desc_get()
560 struct mvneta_rx_queue *rxq, in mvneta_rxq_buf_size_set()
599 struct mvneta_rx_queue *rxq = &pp->rxqs[queue]; in mvneta_port_up()
974 static struct mvneta_rx_queue *mvneta_rxq_handle_get(struct mvneta_port *pp, in mvneta_rxq_handle_get()
983 struct mvneta_rx_queue *rxq) in mvneta_rxq_drop_pkts()
993 static int mvneta_rxq_fill(struct mvneta_port *pp, struct mvneta_rx_queue *rxq, in mvneta_rxq_fill()
1018 struct mvneta_rx_queue *rxq) in mvneta_rxq_init()
1045 struct mvneta_rx_queue *rxq) in mvneta_rxq_deinit()
1267 pp->rxqs = kzalloc(rxq_number * sizeof(struct mvneta_rx_queue), in mvneta_init2()
1279 struct mvneta_rx_queue *rxq = &pp->rxqs[queue]; in mvneta_init2()
1636 struct mvneta_rx_queue *rxq; in mvneta_recv()