Searched refs:reset_phase (Results 1 – 8 of 8) sorted by relevance
/linux-4.19.296/drivers/message/fusion/ |
D | mptlan.c | 143 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()
|
D | mptfc.c | 1410 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()
|
D | mptspi.c | 1310 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()
|
D | mptbase.h | 799 typedef int (*MPT_RESETHANDLER)(MPT_ADAPTER *ioc, int reset_phase);
|
D | mptctl.c | 136 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()
|
D | mptscsih.c | 2545 mptscsih_ioc_reset(MPT_ADAPTER *ioc, int reset_phase) in mptscsih_ioc_reset() argument 2553 switch (reset_phase) { in mptscsih_ioc_reset()
|
D | mptbase.c | 2262 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()
|
D | mptsas.c | 1287 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()
|