Home
last modified time | relevance | path

Searched refs:dest_idx_unmasked (Results 1 – 2 of 2) sorted by relevance

/drivers/net/
Db44.c637 static int b44_alloc_rx_skb(struct b44 *bp, int src_idx, u32 dest_idx_unmasked) in b44_alloc_rx_skb() argument
650 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() argument
720 dest_idx = dest_idx_unmasked & (B44_RX_RING_SIZE - 1); in b44_recycle_rx()
Dtg3.c4105 int src_idx, u32 dest_idx_unmasked) in tg3_alloc_rx_skb() argument
4116 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() argument
4178 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()