Home
last modified time | relevance | path

Searched refs:reset_phase (Results 1 – 10 of 10) sorted by relevance

/linux-5.19.10/drivers/message/fusion/
Dmptlan.c140 static int mpt_lan_ioc_reset(MPT_ADAPTER *ioc, int reset_phase);
297 mpt_lan_ioc_reset(MPT_ADAPTER *ioc, int reset_phase) in mpt_lan_ioc_reset() argument
308 reset_phase==MPT_IOC_SETUP_RESET ? "setup" : ( in mpt_lan_ioc_reset()
309 reset_phase==MPT_IOC_PRE_RESET ? "pre" : "post"))); in mpt_lan_ioc_reset()
314 if (reset_phase == MPT_IOC_SETUP_RESET) { in mpt_lan_ioc_reset()
316 } else if (reset_phase == MPT_IOC_PRE_RESET) { in mpt_lan_ioc_reset()
Dmptfc.c1408 mptfc_ioc_reset(MPT_ADAPTER *ioc, int reset_phase) in mptfc_ioc_reset() argument
1413 rc = mptscsih_ioc_reset(ioc,reset_phase); in mptfc_ioc_reset()
1420 reset_phase==MPT_IOC_SETUP_RESET ? "setup" : ( in mptfc_ioc_reset()
1421 reset_phase==MPT_IOC_PRE_RESET ? "pre" : "post"))); in mptfc_ioc_reset()
1423 if (reset_phase == MPT_IOC_SETUP_RESET) { in mptfc_ioc_reset()
1432 else if (reset_phase == MPT_IOC_PRE_RESET) { in mptfc_ioc_reset()
Dmptspi.c1304 mptspi_ioc_reset(MPT_ADAPTER *ioc, int reset_phase) in mptspi_ioc_reset() argument
1308 rc = mptscsih_ioc_reset(ioc, reset_phase); in mptspi_ioc_reset()
1314 if (reset_phase == MPT_IOC_POST_RESET && in mptspi_ioc_reset()
Dmptbase.h799 typedef int (*MPT_RESETHANDLER)(MPT_ADAPTER *ioc, int reset_phase);
Dmptctl.c136 static int mptctl_ioc_reset(MPT_ADAPTER *ioc, int reset_phase);
522 mptctl_ioc_reset(MPT_ADAPTER *ioc, int reset_phase) in mptctl_ioc_reset() argument
524 switch(reset_phase) { in mptctl_ioc_reset()
Dmptscsih.c2546 mptscsih_ioc_reset(MPT_ADAPTER *ioc, int reset_phase) in mptscsih_ioc_reset() argument
2554 switch (reset_phase) { in mptscsih_ioc_reset()
Dmptbase.c2253 mpt_signal_reset(u8 index, MPT_ADAPTER *ioc, int reset_phase) in mpt_signal_reset() argument
2264 return (MptResetHandlers[index])(ioc, reset_phase); in mpt_signal_reset()
6562 mpt_ioc_reset(MPT_ADAPTER *ioc, int reset_phase) in mpt_ioc_reset() argument
6564 switch (reset_phase) { in mpt_ioc_reset()
Dmptsas.c1315 mptsas_ioc_reset(MPT_ADAPTER *ioc, int reset_phase) in mptsas_ioc_reset() argument
1320 rc = mptscsih_ioc_reset(ioc, reset_phase); in mptsas_ioc_reset()
1328 switch (reset_phase) { in mptsas_ioc_reset()
/linux-5.19.10/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_sp.h1176 u32 reset_phase; member
Dbnx2x_sp.c6108 u32 reset_phase = params->params.hw_reset.reset_phase; in bnx2x_func_hw_reset() local
6113 reset_phase); in bnx2x_func_hw_reset()
6115 switch (reset_phase) { in bnx2x_func_hw_reset()
6127 reset_phase); in bnx2x_func_hw_reset()