Searched refs:cause_rx (Results 1 – 1 of 1) sorted by relevance
5366 u32 cause_rx_tx, cause_rx, cause_misc; in mvpp2_poll() local5394 cause_rx = cause_rx_tx & MVPP2_CAUSE_RXQ_OCCUP_DESC_ALL_MASK; in mvpp2_poll()5397 cause_rx |= port->pending_cause_rx; in mvpp2_poll()5398 while (cause_rx && budget > 0) { in mvpp2_poll()5402 rxq = mvpp2_get_rx_queue(port, cause_rx); in mvpp2_poll()5414 cause_rx &= ~(1 << rxq->logic_rxq); in mvpp2_poll()5419 cause_rx = 0; in mvpp2_poll()5424 port->pending_cause_rx = cause_rx; in mvpp2_poll()