Searched refs:rx_next (Results 1 – 9 of 9) sorted by relevance
206 u32 rx_next; member378 priv->rx_next = HECC_RX_FIRST_MBOX; in ti_hecc_start()565 if (priv->rx_next < HECC_RX_BUFFER_MBOX) in ti_hecc_rx_pkt()611 mbx_mask = BIT(priv->rx_next); /* next rx mailbox to process */ in ti_hecc_rx_poll()613 if (ti_hecc_rx_pkt(priv, priv->rx_next) < 0) in ti_hecc_rx_poll()616 } else if (priv->rx_next > HECC_RX_BUFFER_MBOX) { in ti_hecc_rx_poll()619 --priv->rx_next; in ti_hecc_rx_poll()620 if (priv->rx_next == HECC_RX_BUFFER_MBOX) { in ti_hecc_rx_poll()627 } else if (priv->rx_next == HECC_MAX_TX_MBOX - 1) { in ti_hecc_rx_poll()628 priv->rx_next = HECC_RX_FIRST_MBOX; in ti_hecc_rx_poll()
138 unsigned int rx_next; member353 priv->rx_next = get_mb_rx_first(priv); in at91_setup_mailboxes()689 if (priv->rx_next > get_mb_rx_low_last(priv) && in at91_poll_rx()695 for (mb = find_next_bit(addr, get_mb_tx_first(priv), priv->rx_next); in at91_poll_rx()698 mb = find_next_bit(addr, get_mb_tx_first(priv), ++priv->rx_next)) { in at91_poll_rx()714 if (priv->rx_next > get_mb_rx_low_last(priv) && in at91_poll_rx()716 priv->rx_next = get_mb_rx_first(priv); in at91_poll_rx()814 reg_ier |= get_irq_mb_rx(priv) & ~AT91_MB_MASK(priv->rx_next); in at91_poll()
980 goto rx_next; in ath9k_rx_prepare()990 goto rx_next; in ath9k_rx_prepare()1020 goto rx_next; in ath9k_rx_prepare()1025 goto rx_next; in ath9k_rx_prepare()1031 goto rx_next; in ath9k_rx_prepare()1042 rx_next: in ath9k_rx_prepare()
233 goto rx_next; in moxart_rx_poll()250 goto rx_next; in moxart_rx_poll()264 rx_next: in moxart_rx_poll()
137 unsigned int rx_next; member374 re.d64 = p->rx_ring[p->rx_next]; in octeon_mgmt_dequeue_rx_buffer()375 p->rx_next = (p->rx_next + 1) % OCTEON_MGMT_RX_RING_SIZE; in octeon_mgmt_dequeue_rx_buffer()1003 p->rx_next = 0; in octeon_mgmt_open()
499 goto rx_next; in cp_rx_poll()504 goto rx_next; in cp_rx_poll()513 goto rx_next; in cp_rx_poll()521 goto rx_next; in cp_rx_poll()541 rx_next: in cp_rx_poll()
425 goto rx_next; in de_rx()430 goto rx_next; in de_rx()445 goto rx_next; in de_rx()477 rx_next: in de_rx()
1538 sky2->rx_put = sky2->rx_next = 0; in sky2_rx_start()2576 struct rx_ring_info *re = sky2->rx_ring + sky2->rx_next; in sky2_receive()2582 sky2->rx_next, status, length); in sky2_receive()2584 sky2->rx_next = (sky2->rx_next + 1) % sky2->rx_pending; in sky2_receive()2585 prefetch(sky2->rx_ring + sky2->rx_next); in sky2_receive()2684 struct sk_buff *skb = sky2->rx_ring[sky2->rx_next].skb; in sky2_rx_checksum()2706 skb = sky2->rx_ring[sky2->rx_next].skb; in sky2_rx_tag()2714 skb = sky2->rx_ring[sky2->rx_next].skb; in sky2_rx_hash()
2245 u16 rx_next; /* next re to check */ member