Searched refs:reset_phase (Results 1 – 10 of 10) sorted by relevance
/linux-5.19.10/drivers/message/fusion/ |
D | mptlan.c | 140 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()
|
D | mptfc.c | 1408 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()
|
D | mptspi.c | 1304 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()
|
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); 522 mptctl_ioc_reset(MPT_ADAPTER *ioc, int reset_phase) in mptctl_ioc_reset() argument 524 switch(reset_phase) { in mptctl_ioc_reset()
|
D | mptscsih.c | 2546 mptscsih_ioc_reset(MPT_ADAPTER *ioc, int reset_phase) in mptscsih_ioc_reset() argument 2554 switch (reset_phase) { in mptscsih_ioc_reset()
|
D | mptbase.c | 2253 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()
|
D | mptsas.c | 1315 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/ |
D | bnx2x_sp.h | 1176 u32 reset_phase; member
|
D | bnx2x_sp.c | 6108 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()
|