Lines Matching refs:rx_next
134 unsigned int rx_next;
349 priv->rx_next = get_mb_rx_first(priv);
657 * The variable priv->rx_next points to the next mailbox to read a
680 if (priv->rx_next > get_mb_rx_low_last(priv) &&
686 for (mb = find_next_bit(addr, get_mb_tx_first(priv), priv->rx_next);
689 mb = find_next_bit(addr, get_mb_tx_first(priv), ++priv->rx_next)) {
705 if (priv->rx_next > get_mb_rx_low_last(priv) &&
707 priv->rx_next = get_mb_rx_first(priv);
800 /* enable IRQs for frame errors and all mailboxes >= rx_next */
803 reg_ier |= get_irq_mb_rx(priv) & ~AT91_MB_MASK(priv->rx_next);