Searched refs:dest_idx (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Db44.c621 int dest_idx; local
627 dest_idx = dest_idx_unmasked & (B44_RX_RING_SIZE - 1);
628 map = &bp->rx_buffers[dest_idx];
673 if (dest_idx == (B44_RX_RING_SIZE - 1))
676 dp = &bp->rx_ring[dest_idx];
682 dest_idx * sizeof(dp),
693 int dest_idx; local
696 dest_idx = dest_idx_unmasked & (B44_RX_RING_SIZE - 1);
697 dest_desc = &bp->rx_ring[dest_idx];
698 dest_map = &bp->rx_buffers[dest_idx];
[all...]
H A Dtg3.c3143 int skb_size, dest_idx; local
3148 dest_idx = dest_idx_unmasked % TG3_RX_RING_SIZE;
3149 desc = &tp->rx_std[dest_idx];
3150 map = &tp->rx_std_buffers[dest_idx];
3157 dest_idx = dest_idx_unmasked % TG3_RX_JUMBO_RING_SIZE;
3158 desc = &tp->rx_jumbo[dest_idx];
3159 map = &tp->rx_jumbo_buffers[dest_idx];
3206 int dest_idx; local
3210 dest_idx = dest_idx_unmasked % TG3_RX_RING_SIZE;
3211 dest_desc = &tp->rx_std[dest_idx];
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dprintk.c150 unsigned long start, dest_idx, offset; local
164 dest_idx = 0;
166 log_buf[dest_idx] = __log_buf[start & (__LOG_BUF_LEN - 1)];
168 dest_idx++;

Completed in 164 milliseconds