Lines Matching refs:dest_idx
6672 int skb_size, data_size, dest_idx; in tg3_alloc_rx_data() local
6676 dest_idx = dest_idx_unmasked & tp->rx_std_ring_mask; in tg3_alloc_rx_data()
6677 desc = &tpr->rx_std[dest_idx]; in tg3_alloc_rx_data()
6678 map = &tpr->rx_std_buffers[dest_idx]; in tg3_alloc_rx_data()
6683 dest_idx = dest_idx_unmasked & tp->rx_jmb_ring_mask; in tg3_alloc_rx_data()
6684 desc = &tpr->rx_jmb[dest_idx].std; in tg3_alloc_rx_data()
6685 map = &tpr->rx_jmb_buffers[dest_idx]; in tg3_alloc_rx_data()
6740 int dest_idx; in tg3_recycle_rx() local
6744 dest_idx = dest_idx_unmasked & tp->rx_std_ring_mask; in tg3_recycle_rx()
6745 dest_desc = &dpr->rx_std[dest_idx]; in tg3_recycle_rx()
6746 dest_map = &dpr->rx_std_buffers[dest_idx]; in tg3_recycle_rx()
6752 dest_idx = dest_idx_unmasked & tp->rx_jmb_ring_mask; in tg3_recycle_rx()
6753 dest_desc = &dpr->rx_jmb[dest_idx].std; in tg3_recycle_rx()
6754 dest_map = &dpr->rx_jmb_buffers[dest_idx]; in tg3_recycle_rx()