Searched refs:dest_idx_unmasked (Results 1 – 2 of 2) sorted by relevance
637 static int b44_alloc_rx_skb(struct b44 *bp, int src_idx, u32 dest_idx_unmasked) in b44_alloc_rx_skb() argument650 dest_idx = dest_idx_unmasked & (B44_RX_RING_SIZE - 1); in b44_alloc_rx_skb()712 static void b44_recycle_rx(struct b44 *bp, int src_idx, u32 dest_idx_unmasked) in b44_recycle_rx() argument720 dest_idx = dest_idx_unmasked & (B44_RX_RING_SIZE - 1); in b44_recycle_rx()
4105 int src_idx, u32 dest_idx_unmasked) in tg3_alloc_rx_skb() argument4116 dest_idx = dest_idx_unmasked % TG3_RX_RING_SIZE; in tg3_alloc_rx_skb()4125 dest_idx = dest_idx_unmasked % TG3_RX_JUMBO_RING_SIZE; in tg3_alloc_rx_skb()4170 int src_idx, u32 dest_idx_unmasked) in tg3_recycle_rx() argument4178 dest_idx = dest_idx_unmasked % TG3_RX_RING_SIZE; in tg3_recycle_rx()4186 dest_idx = dest_idx_unmasked % TG3_RX_JUMBO_RING_SIZE; in tg3_recycle_rx()