Lines Matching refs:i
410 size_t i; in efx_ptp_update_stats() local
417 for (i = 0; i < PTP_STAT_COUNT; i++) { in efx_ptp_update_stats()
418 if (efx_ptp_stat_desc[i].dma_width) in efx_ptp_update_stats()
420 stats[i] = *(unsigned int *)((char *)efx->ptp_data + in efx_ptp_update_stats()
421 efx_ptp_stat_desc[i].offset); in efx_ptp_update_stats()
936 unsigned i; in efx_ptp_process_times() local
954 for (i = 0; i < number_readings; i++) { in efx_ptp_process_times()
960 PTP_OUT_SYNCHRONIZE_TIMESET, i), in efx_ptp_process_times()
961 &ptp->timeset[i]); in efx_ptp_process_times()
964 ptp->nic_to_kernel_time(0, ptp->timeset[i].wait, 0)); in efx_ptp_process_times()
965 window = ptp->timeset[i].window; in efx_ptp_process_times()
985 last_good = i; in efx_ptp_process_times()