Lines Matching refs:dest_idx
6681 int skb_size, data_size, dest_idx; in tg3_alloc_rx_data() local
6685 dest_idx = dest_idx_unmasked & tp->rx_std_ring_mask; in tg3_alloc_rx_data()
6686 desc = &tpr->rx_std[dest_idx]; in tg3_alloc_rx_data()
6687 map = &tpr->rx_std_buffers[dest_idx]; in tg3_alloc_rx_data()
6692 dest_idx = dest_idx_unmasked & tp->rx_jmb_ring_mask; in tg3_alloc_rx_data()
6693 desc = &tpr->rx_jmb[dest_idx].std; in tg3_alloc_rx_data()
6694 map = &tpr->rx_jmb_buffers[dest_idx]; in tg3_alloc_rx_data()
6751 int dest_idx; in tg3_recycle_rx() local
6755 dest_idx = dest_idx_unmasked & tp->rx_std_ring_mask; in tg3_recycle_rx()
6756 dest_desc = &dpr->rx_std[dest_idx]; in tg3_recycle_rx()
6757 dest_map = &dpr->rx_std_buffers[dest_idx]; in tg3_recycle_rx()
6763 dest_idx = dest_idx_unmasked & tp->rx_jmb_ring_mask; in tg3_recycle_rx()
6764 dest_desc = &dpr->rx_jmb[dest_idx].std; in tg3_recycle_rx()
6765 dest_map = &dpr->rx_jmb_buffers[dest_idx]; in tg3_recycle_rx()