Lines Matching refs:dest_idx
6676 int skb_size, data_size, dest_idx; in tg3_alloc_rx_data() local
6680 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() local
6750 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()
6752 dest_map = &dpr->rx_std_buffers[dest_idx]; in tg3_recycle_rx()
6758 dest_idx = dest_idx_unmasked & tp->rx_jmb_ring_mask; in tg3_recycle_rx()
6759 dest_desc = &dpr->rx_jmb[dest_idx].std; in tg3_recycle_rx()
6760 dest_map = &dpr->rx_jmb_buffers[dest_idx]; in tg3_recycle_rx()