Lines Matching defs:dest_idx
6673 int skb_size, data_size, dest_idx;
6677 dest_idx = dest_idx_unmasked & tp->rx_std_ring_mask;
6678 desc = &tpr->rx_std[dest_idx];
6679 map = &tpr->rx_std_buffers[dest_idx];
6684 dest_idx = dest_idx_unmasked & tp->rx_jmb_ring_mask;
6685 desc = &tpr->rx_jmb[dest_idx].std;
6686 map = &tpr->rx_jmb_buffers[dest_idx];
6741 int dest_idx;
6745 dest_idx = dest_idx_unmasked & tp->rx_std_ring_mask;
6746 dest_desc = &dpr->rx_std[dest_idx];
6747 dest_map = &dpr->rx_std_buffers[dest_idx];
6753 dest_idx = dest_idx_unmasked & tp->rx_jmb_ring_mask;
6754 dest_desc = &dpr->rx_jmb[dest_idx].std;
6755 dest_map = &dpr->rx_jmb_buffers[dest_idx];