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()
148 unsigned int rx_next; member372 priv->rx_next = get_mb_rx_first(priv); in at91_setup_mailboxes()710 if (priv->rx_next > get_mb_rx_low_last(priv) && in at91_poll_rx()716 for (mb = find_next_bit(addr, get_mb_tx_first(priv), priv->rx_next); in at91_poll_rx()719 mb = find_next_bit(addr, get_mb_tx_first(priv), ++priv->rx_next)) { in at91_poll_rx()735 if (priv->rx_next > get_mb_rx_low_last(priv) && in at91_poll_rx()737 priv->rx_next = get_mb_rx_first(priv); in at91_poll_rx()834 reg_ier |= get_irq_mb_rx(priv) & ~AT91_MB_MASK(priv->rx_next); in at91_poll()
986 goto rx_next; in ath9k_rx_prepare()996 goto rx_next; in ath9k_rx_prepare()1026 goto rx_next; in ath9k_rx_prepare()1031 goto rx_next; in ath9k_rx_prepare()1037 goto rx_next; in ath9k_rx_prepare()1048 rx_next: in ath9k_rx_prepare()
221 goto rx_next; in moxart_rx_poll()238 goto rx_next; in moxart_rx_poll()253 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()
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()
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