Lines Matching defs:dest_idx
6690 int skb_size, data_size, dest_idx;
6694 dest_idx = dest_idx_unmasked & tp->rx_std_ring_mask;
6695 desc = &tpr->rx_std[dest_idx];
6696 map = &tpr->rx_std_buffers[dest_idx];
6701 dest_idx = dest_idx_unmasked & tp->rx_jmb_ring_mask;
6702 desc = &tpr->rx_jmb[dest_idx].std;
6703 map = &tpr->rx_jmb_buffers[dest_idx];
6760 int dest_idx;
6764 dest_idx = dest_idx_unmasked & tp->rx_std_ring_mask;
6765 dest_desc = &dpr->rx_std[dest_idx];
6766 dest_map = &dpr->rx_std_buffers[dest_idx];
6772 dest_idx = dest_idx_unmasked & tp->rx_jmb_ring_mask;
6773 dest_desc = &dpr->rx_jmb[dest_idx].std;
6774 dest_map = &dpr->rx_jmb_buffers[dest_idx];