Lines Matching refs:dest_idx
639 int dest_idx; in b44_alloc_rx_skb() local
645 dest_idx = dest_idx_unmasked & (B44_RX_RING_SIZE - 1); in b44_alloc_rx_skb()
646 map = &bp->rx_buffers[dest_idx]; in b44_alloc_rx_skb()
692 if (dest_idx == (B44_RX_RING_SIZE - 1)) in b44_alloc_rx_skb()
695 dp = &bp->rx_ring[dest_idx]; in b44_alloc_rx_skb()
701 dest_idx * sizeof(*dp), in b44_alloc_rx_skb()
712 int dest_idx; in b44_recycle_rx() local
715 dest_idx = dest_idx_unmasked & (B44_RX_RING_SIZE - 1); in b44_recycle_rx()
716 dest_desc = &bp->rx_ring[dest_idx]; in b44_recycle_rx()
717 dest_map = &bp->rx_buffers[dest_idx]; in b44_recycle_rx()
733 if (dest_idx == (B44_RX_RING_SIZE - 1)) in b44_recycle_rx()
745 dest_idx * sizeof(*dest_desc), in b44_recycle_rx()