Home
last modified time | relevance | path

Searched refs:prev_input_idx (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/intel/ice/
H A Dice_dpll.h81 u8 prev_input_idx; member
H A Dice_dpll.c2624 d->dpll_idx, d->prev_input_idx, d->input_idx, in ice_dpll_update_state()
2646 d->prev_input_idx = ICE_DPLL_PIN_IDX_INVALID; in ice_dpll_update_state()
2652 } else if (d->input_idx != d->prev_input_idx) { in ice_dpll_update_state()
2653 if (d->prev_input_idx != ICE_DPLL_PIN_IDX_INVALID) { in ice_dpll_update_state()
2654 p = &pf->dplls.inputs[d->prev_input_idx]; in ice_dpll_update_state()
2666 d->prev_input_idx = d->input_idx; in ice_dpll_update_state()