Searched refs:cause_rx (Results 1 – 1 of 1) sorted by relevance
5312 u32 cause_rx_tx, cause_rx; in mvpp2_poll() local5320 cause_rx = cause_rx_tx & MVPP2_CAUSE_RXQ_OCCUP_DESC_ALL_MASK; in mvpp2_poll()5323 cause_rx |= port->pending_cause_rx; in mvpp2_poll()5324 while (cause_rx && budget > 0) { in mvpp2_poll()5328 rxq = mvpp2_get_rx_queue(port, cause_rx); in mvpp2_poll()5340 cause_rx &= ~(1 << rxq->logic_rxq); in mvpp2_poll()5345 cause_rx = 0; in mvpp2_poll()5350 port->pending_cause_rx = cause_rx; in mvpp2_poll()