Searched refs:rx_next (Results 1 – 9 of 9) sorted by relevance
224 u32 rx_next; member393 priv->rx_next = HECC_RX_FIRST_MBOX; in ti_hecc_start()580 if (priv->rx_next < HECC_RX_BUFFER_MBOX) in ti_hecc_rx_pkt()626 mbx_mask = BIT(priv->rx_next); /* next rx mailbox to process */ in ti_hecc_rx_poll()628 if (ti_hecc_rx_pkt(priv, priv->rx_next) < 0) in ti_hecc_rx_poll()631 } else if (priv->rx_next > HECC_RX_BUFFER_MBOX) { in ti_hecc_rx_poll()634 --priv->rx_next; in ti_hecc_rx_poll()635 if (priv->rx_next == HECC_RX_BUFFER_MBOX) { in ti_hecc_rx_poll()642 } else if (priv->rx_next == HECC_MAX_TX_MBOX - 1) { in ti_hecc_rx_poll()643 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()813 reg_ier |= get_irq_mb_rx(priv) & ~AT91_MB_MASK(priv->rx_next); in at91_poll()
979 goto rx_next; in ath9k_rx_prepare()989 goto rx_next; in ath9k_rx_prepare()1019 goto rx_next; in ath9k_rx_prepare()1024 goto rx_next; in ath9k_rx_prepare()1030 goto rx_next; in ath9k_rx_prepare()1041 rx_next: in ath9k_rx_prepare()
221 goto rx_next; in moxart_rx_poll()238 goto rx_next; in moxart_rx_poll()252 rx_next: in moxart_rx_poll()
137 unsigned int rx_next; member375 re.d64 = p->rx_ring[p->rx_next]; in octeon_mgmt_dequeue_rx_buffer()376 p->rx_next = (p->rx_next + 1) % OCTEON_MGMT_RX_RING_SIZE; in octeon_mgmt_dequeue_rx_buffer()1005 p->rx_next = 0; in octeon_mgmt_open()
501 goto rx_next; in cp_rx_poll()506 goto rx_next; in cp_rx_poll()515 goto rx_next; in cp_rx_poll()523 goto rx_next; in cp_rx_poll()543 rx_next: in cp_rx_poll()
427 goto rx_next; in de_rx()432 goto rx_next; in de_rx()447 goto rx_next; in de_rx()479 rx_next: in de_rx()
1538 sky2->rx_put = sky2->rx_next = 0; in sky2_rx_start()2586 struct rx_ring_info *re = sky2->rx_ring + sky2->rx_next; in sky2_receive()2592 sky2->rx_next, status, length); in sky2_receive()2594 sky2->rx_next = (sky2->rx_next + 1) % sky2->rx_pending; in sky2_receive()2595 prefetch(sky2->rx_ring + sky2->rx_next); in sky2_receive()2694 struct sk_buff *skb = sky2->rx_ring[sky2->rx_next].skb; in sky2_rx_checksum()2716 skb = sky2->rx_ring[sky2->rx_next].skb; in sky2_rx_tag()2724 skb = sky2->rx_ring[sky2->rx_next].skb; in sky2_rx_hash()
2244 u16 rx_next; /* next re to check */ member