Home
last modified time | relevance | path

Searched refs:ICE_RESET_PFR (Results 1 – 6 of 6) sorted by relevance

/linux-6.12.1/drivers/net/ethernet/intel/ice/
Dice_idc.c153 reset = ICE_RESET_PFR; in ice_rdma_request_reset()
Dice_main.c576 if (reset_type == ICE_RESET_PFR) { in ice_prepare_for_reset()
632 if (pf->lag && pf->lag->bonded && reset_type == ICE_RESET_PFR) { in ice_do_reset()
656 if (reset_type == ICE_RESET_PFR) { in ice_do_reset()
721 reset_type = ICE_RESET_PFR; in ice_reset_subtask()
2482 case ICE_RESET_PFR: in ice_schedule_reset()
4826 ice_reset(&pf->hw, ICE_RESET_PFR); in ice_deinit_dev()
5659 reset_type = ICE_RESET_PFR; in ice_resume()
5699 ice_prepare_for_reset(pf, ICE_RESET_PFR); in ice_pci_err_detected()
5767 ice_do_reset(pf, ICE_RESET_PFR); in ice_pci_err_resume()
5785 ice_prepare_for_reset(pf, ICE_RESET_PFR); in ice_pci_err_reset_prepare()
[all …]
Dice_type.h442 ICE_RESET_PFR = 4, enumerator
Dice_ptp.c2772 if (reset_type == ICE_RESET_PFR) in ice_ptp_prepare_for_reset()
2879 if (ice_pf_src_tmr_owned(pf) && reset_type != ICE_RESET_PFR) { in ice_ptp_rebuild()
Dice_common.c1042 status = ice_reset(hw, ICE_RESET_PFR); in ice_init_hw()
1337 case ICE_RESET_PFR: in ice_reset()
Dice_lib.c3048 ret = ice_schedule_reset(pf, ICE_RESET_PFR); in ice_vsi_rebuild()