Searched refs:dest_idx (Results 1 – 3 of 3) sorted by relevance
665 int dest_idx; in b44_alloc_rx_skb() local671 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() local741 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()[all …]
6687 int skb_size, data_size, dest_idx; in tg3_alloc_rx_data() local6691 dest_idx = dest_idx_unmasked & tp->rx_std_ring_mask; in tg3_alloc_rx_data()6692 desc = &tpr->rx_std[dest_idx]; in tg3_alloc_rx_data()6693 map = &tpr->rx_std_buffers[dest_idx]; in tg3_alloc_rx_data()6698 dest_idx = dest_idx_unmasked & tp->rx_jmb_ring_mask; in tg3_alloc_rx_data()6699 desc = &tpr->rx_jmb[dest_idx].std; in tg3_alloc_rx_data()6700 map = &tpr->rx_jmb_buffers[dest_idx]; in tg3_alloc_rx_data()6757 int dest_idx; in tg3_recycle_rx() local6761 dest_idx = dest_idx_unmasked & tp->rx_std_ring_mask; in tg3_recycle_rx()6762 dest_desc = &dpr->rx_std[dest_idx]; in tg3_recycle_rx()[all …]
175 size_t dest_idx = 0, src_idx = 0, merged_idx = 0; in ftrace_log_combine() local196 if (pstore_ftrace_read_timestamp(&drec[dest_idx]) < in ftrace_log_combine()198 mrec[merged_idx++] = drec[dest_idx++]; in ftrace_log_combine()207 mrec[merged_idx++] = drec[dest_idx++]; in ftrace_log_combine()