Lines Matching refs:dest_idx
660 int dest_idx; in b44_alloc_rx_skb() local
666 dest_idx = dest_idx_unmasked & (B44_RX_RING_SIZE - 1); in b44_alloc_rx_skb()
667 map = &bp->rx_buffers[dest_idx]; in b44_alloc_rx_skb()
713 if (dest_idx == (B44_RX_RING_SIZE - 1)) in b44_alloc_rx_skb()
716 dp = &bp->rx_ring[dest_idx]; in b44_alloc_rx_skb()
722 dest_idx * sizeof(*dp), in b44_alloc_rx_skb()
733 int dest_idx; in b44_recycle_rx() local
736 dest_idx = dest_idx_unmasked & (B44_RX_RING_SIZE - 1); in b44_recycle_rx()
737 dest_desc = &bp->rx_ring[dest_idx]; in b44_recycle_rx()
738 dest_map = &bp->rx_buffers[dest_idx]; in b44_recycle_rx()
754 if (dest_idx == (B44_RX_RING_SIZE - 1)) in b44_recycle_rx()
766 dest_idx * sizeof(*dest_desc), in b44_recycle_rx()