Lines Matching defs:rxq
92 #define MVPP2_RXQ_CONFIG_REG(rxq) (0x800 + 4 * (rxq)) argument
151 #define MVPP2_RXQ_STATUS_UPDATE_REG(rxq) (0x3000 + 4 * (rxq)) argument
154 #define MVPP2_RXQ_STATUS_REG(rxq) (0x3400 + 4 * (rxq)) argument
232 #define MVPP2_ISR_RX_THRESHOLD_REG(rxq) (0x5200 + 4 * (rxq)) argument
233 #define MVPP21_ISR_RXQ_GROUP_REG(rxq) (0x5400 + 4 * (rxq)) argument
2870 int rxq; in mvpp2_swf_bm_pool_init() local
3878 mvpp2_rxq_next_desc_get(struct mvpp2_rx_queue *rxq) in mvpp2_rxq_next_desc_get()
4099 struct mvpp2_rx_queue *rxq) in mvpp2_rxq_init()
4141 struct mvpp2_rx_queue *rxq) in mvpp2_rxq_drop_pkts()
4162 struct mvpp2_rx_queue *rxq) in mvpp2_rxq_deinit()
4673 struct mvpp2_rx_queue *rxq; in mvpp2_port_init() local
4690 struct mvpp2_rx_queue *rxq = port->rxqs[queue]; in mvpp2_port_init() local
5194 struct mvpp2_rx_queue *rxq; in mvpp2_recv() local