Searched refs:reset_phase (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/message/fusion/ |
| H A 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()
|
| H A D | mptfc.c | 1440 mptfc_ioc_reset(MPT_ADAPTER *ioc, int reset_phase) in mptfc_ioc_reset() argument 1445 rc = mptscsih_ioc_reset(ioc,reset_phase); in mptfc_ioc_reset() 1452 reset_phase==MPT_IOC_SETUP_RESET ? "setup" : ( in mptfc_ioc_reset() 1453 reset_phase==MPT_IOC_PRE_RESET ? "pre" : "post"))); in mptfc_ioc_reset() 1455 if (reset_phase == MPT_IOC_SETUP_RESET) { in mptfc_ioc_reset() 1464 else if (reset_phase == MPT_IOC_PRE_RESET) { in mptfc_ioc_reset()
|
| H A D | mptspi.c | 1306 mptspi_ioc_reset(MPT_ADAPTER *ioc, int reset_phase) in mptspi_ioc_reset() argument 1310 rc = mptscsih_ioc_reset(ioc, reset_phase); in mptspi_ioc_reset() 1316 if (reset_phase == MPT_IOC_POST_RESET && in mptspi_ioc_reset()
|
| H A D | mptbase.h | 795 typedef int (*MPT_RESETHANDLER)(MPT_ADAPTER *ioc, int reset_phase);
|
| H A 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()
|
| H A D | mptbase.c | 2252 mpt_signal_reset(u8 index, MPT_ADAPTER *ioc, int reset_phase) in mpt_signal_reset() argument 2263 return (MptResetHandlers[index])(ioc, reset_phase); in mpt_signal_reset() 6561 mpt_ioc_reset(MPT_ADAPTER *ioc, int reset_phase) in mpt_ioc_reset() argument 6563 switch (reset_phase) { in mpt_ioc_reset()
|
| /linux/drivers/net/ethernet/broadcom/bnx2x/ |
| H A D | bnx2x_sp.h | 1176 u32 reset_phase; member
|