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 …]
6676 int skb_size, data_size, dest_idx; in tg3_alloc_rx_data() local6680 dest_idx = dest_idx_unmasked & tp->rx_std_ring_mask; in tg3_alloc_rx_data()6681 desc = &tpr->rx_std[dest_idx]; in tg3_alloc_rx_data()6682 map = &tpr->rx_std_buffers[dest_idx]; in tg3_alloc_rx_data()6687 dest_idx = dest_idx_unmasked & tp->rx_jmb_ring_mask; in tg3_alloc_rx_data()6688 desc = &tpr->rx_jmb[dest_idx].std; in tg3_alloc_rx_data()6689 map = &tpr->rx_jmb_buffers[dest_idx]; in tg3_alloc_rx_data()6746 int dest_idx; in tg3_recycle_rx() local6750 dest_idx = dest_idx_unmasked & tp->rx_std_ring_mask; in tg3_recycle_rx()6751 dest_desc = &dpr->rx_std[dest_idx]; in tg3_recycle_rx()[all …]
191 size_t dest_idx = 0, src_idx = 0, merged_idx = 0; in ftrace_log_combine() local212 if (pstore_ftrace_read_timestamp(&drec[dest_idx]) < in ftrace_log_combine()214 mrec[merged_idx++] = drec[dest_idx++]; in ftrace_log_combine()223 mrec[merged_idx++] = drec[dest_idx++]; in ftrace_log_combine()