Lines Matching refs:dest_idx
6660 int skb_size, data_size, dest_idx; in tg3_alloc_rx_data() local
6664 dest_idx = dest_idx_unmasked & tp->rx_std_ring_mask; in tg3_alloc_rx_data()
6665 desc = &tpr->rx_std[dest_idx]; in tg3_alloc_rx_data()
6666 map = &tpr->rx_std_buffers[dest_idx]; in tg3_alloc_rx_data()
6671 dest_idx = dest_idx_unmasked & tp->rx_jmb_ring_mask; in tg3_alloc_rx_data()
6672 desc = &tpr->rx_jmb[dest_idx].std; in tg3_alloc_rx_data()
6673 map = &tpr->rx_jmb_buffers[dest_idx]; in tg3_alloc_rx_data()
6730 int dest_idx; in tg3_recycle_rx() local
6734 dest_idx = dest_idx_unmasked & tp->rx_std_ring_mask; in tg3_recycle_rx()
6735 dest_desc = &dpr->rx_std[dest_idx]; in tg3_recycle_rx()
6736 dest_map = &dpr->rx_std_buffers[dest_idx]; in tg3_recycle_rx()
6742 dest_idx = dest_idx_unmasked & tp->rx_jmb_ring_mask; in tg3_recycle_rx()
6743 dest_desc = &dpr->rx_jmb[dest_idx].std; in tg3_recycle_rx()
6744 dest_map = &dpr->rx_jmb_buffers[dest_idx]; in tg3_recycle_rx()