Lines Matching defs:rxq
79 #define MVPP2_RXQ_CONFIG_REG(rxq) (0x800 + 4 * (rxq)) argument
138 #define MVPP2_RXQ_STATUS_UPDATE_REG(rxq) (0x3000 + 4 * (rxq)) argument
141 #define MVPP2_RXQ_STATUS_REG(rxq) (0x3400 + 4 * (rxq)) argument
219 #define MVPP2_ISR_RX_THRESHOLD_REG(rxq) (0x5200 + 4 * (rxq)) argument
220 #define MVPP21_ISR_RXQ_GROUP_REG(rxq) (0x5400 + 4 * (rxq)) argument
2856 int rxq; in mvpp2_swf_bm_pool_init() local
3864 mvpp2_rxq_next_desc_get(struct mvpp2_rx_queue *rxq) in mvpp2_rxq_next_desc_get()
4085 struct mvpp2_rx_queue *rxq) in mvpp2_rxq_init()
4127 struct mvpp2_rx_queue *rxq) in mvpp2_rxq_drop_pkts()
4148 struct mvpp2_rx_queue *rxq) in mvpp2_rxq_deinit()
4659 struct mvpp2_rx_queue *rxq; in mvpp2_port_init() local
4676 struct mvpp2_rx_queue *rxq = port->rxqs[queue]; in mvpp2_port_init() local
5175 struct mvpp2_rx_queue *rxq; in mvpp2_recv() local