Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/message/fusion/
Dmptlan.c143 static int mpt_lan_ioc_reset(MPT_ADAPTER *ioc, int reset_phase);
300 mpt_lan_ioc_reset(MPT_ADAPTER *ioc, int reset_phase) in mpt_lan_ioc_reset() argument
311 reset_phase==MPT_IOC_SETUP_RESET ? "setup" : ( in mpt_lan_ioc_reset()
312 reset_phase==MPT_IOC_PRE_RESET ? "pre" : "post"))); in mpt_lan_ioc_reset()
317 if (reset_phase == MPT_IOC_SETUP_RESET) { in mpt_lan_ioc_reset()
319 } else if (reset_phase == MPT_IOC_PRE_RESET) { in mpt_lan_ioc_reset()
Dmptfc.c1410 mptfc_ioc_reset(MPT_ADAPTER *ioc, int reset_phase) in mptfc_ioc_reset() argument
1415 rc = mptscsih_ioc_reset(ioc,reset_phase); in mptfc_ioc_reset()
1422 reset_phase==MPT_IOC_SETUP_RESET ? "setup" : ( in mptfc_ioc_reset()
1423 reset_phase==MPT_IOC_PRE_RESET ? "pre" : "post"))); in mptfc_ioc_reset()
1425 if (reset_phase == MPT_IOC_SETUP_RESET) { in mptfc_ioc_reset()
1434 else if (reset_phase == MPT_IOC_PRE_RESET) { in mptfc_ioc_reset()
Dmptspi.c1310 mptspi_ioc_reset(MPT_ADAPTER *ioc, int reset_phase) in mptspi_ioc_reset() argument
1314 rc = mptscsih_ioc_reset(ioc, reset_phase); in mptspi_ioc_reset()
1320 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);
524 mptctl_ioc_reset(MPT_ADAPTER *ioc, int reset_phase) in mptctl_ioc_reset() argument
526 switch(reset_phase) { in mptctl_ioc_reset()
Dmptscsih.c2545 mptscsih_ioc_reset(MPT_ADAPTER *ioc, int reset_phase) in mptscsih_ioc_reset() argument
2553 switch (reset_phase) { in mptscsih_ioc_reset()
Dmptbase.c2262 mpt_signal_reset(u8 index, MPT_ADAPTER *ioc, int reset_phase) in mpt_signal_reset() argument
2273 return (MptResetHandlers[index])(ioc, reset_phase); in mpt_signal_reset()
6560 mpt_ioc_reset(MPT_ADAPTER *ioc, int reset_phase) in mpt_ioc_reset() argument
6562 switch (reset_phase) { in mpt_ioc_reset()
Dmptsas.c1287 mptsas_ioc_reset(MPT_ADAPTER *ioc, int reset_phase) in mptsas_ioc_reset() argument
1292 rc = mptscsih_ioc_reset(ioc, reset_phase); in mptsas_ioc_reset()
1300 switch (reset_phase) { in mptsas_ioc_reset()