Lines Matching refs:dest_idx
665 int dest_idx; in b44_alloc_rx_skb() local
671 dest_idx = dest_idx_unmasked & (B44_RX_RING_SIZE - 1); in b44_alloc_rx_skb()
672 map = &bp->rx_buffers[dest_idx]; in b44_alloc_rx_skb()
718 if (dest_idx == (B44_RX_RING_SIZE - 1)) in b44_alloc_rx_skb()
721 dp = &bp->rx_ring[dest_idx]; in b44_alloc_rx_skb()
727 dest_idx * sizeof(*dp), in b44_alloc_rx_skb()
738 int dest_idx; in b44_recycle_rx() local
741 dest_idx = dest_idx_unmasked & (B44_RX_RING_SIZE - 1); in b44_recycle_rx()
742 dest_desc = &bp->rx_ring[dest_idx]; in b44_recycle_rx()
743 dest_map = &bp->rx_buffers[dest_idx]; in b44_recycle_rx()
759 if (dest_idx == (B44_RX_RING_SIZE - 1)) in b44_recycle_rx()
771 dest_idx * sizeof(*dest_desc), in b44_recycle_rx()