Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/intel/ice/
Dice_idc.c151 reset = ICE_RESET_PFR; in ice_rdma_request_reset()
Dice_main.c554 if (reset_type != ICE_RESET_PFR) in ice_prepare_for_reset()
569 if (reset_type == ICE_RESET_PFR) { in ice_prepare_for_reset()
640 if (reset_type == ICE_RESET_PFR) { in ice_do_reset()
705 reset_type = ICE_RESET_PFR; in ice_reset_subtask()
2403 case ICE_RESET_PFR: in ice_schedule_reset()
5089 ice_reset(&pf->hw, ICE_RESET_PFR); in ice_remove()
5303 reset_type = ICE_RESET_PFR; in ice_resume()
5344 ice_prepare_for_reset(pf, ICE_RESET_PFR); in ice_pci_err_detected()
5412 ice_do_reset(pf, ICE_RESET_PFR); in ice_pci_err_resume()
5430 ice_prepare_for_reset(pf, ICE_RESET_PFR); in ice_pci_err_reset_prepare()
[all …]
Dice_type.h404 ICE_RESET_PFR = 4, enumerator
Dice_common.c1058 status = ice_reset(hw, ICE_RESET_PFR); in ice_init_hw()
1355 case ICE_RESET_PFR: in ice_reset()
Dice_lib.c3387 return ice_schedule_reset(pf, ICE_RESET_PFR); in ice_vsi_rebuild()