Home
last modified time | relevance | path

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

/linux/drivers/message/fusion/
H A 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()
H A Dmptfc.c1441 mptfc_ioc_reset(MPT_ADAPTER *ioc, int reset_phase) in mptfc_ioc_reset() argument
1446 rc = mptscsih_ioc_reset(ioc,reset_phase); in mptfc_ioc_reset()
1453 reset_phase==MPT_IOC_SETUP_RESET ? "setup" : ( in mptfc_ioc_reset()
1454 reset_phase==MPT_IOC_PRE_RESET ? "pre" : "post"))); in mptfc_ioc_reset()
1456 if (reset_phase == MPT_IOC_SETUP_RESET) { in mptfc_ioc_reset()
1465 else if (reset_phase == MPT_IOC_PRE_RESET) { in mptfc_ioc_reset()
H A Dmptspi.c1306 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 Dmptbase.h795 typedef int (*MPT_RESETHANDLER)(MPT_ADAPTER *ioc, int reset_phase);
H A 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()
H A Dmptbase.c2252 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()
6560 mpt_ioc_reset(MPT_ADAPTER *ioc, int reset_phase) in mpt_ioc_reset() argument
6562 switch (reset_phase) { in mpt_ioc_reset()
H A Dmptsas.c1314 mptsas_ioc_reset(MPT_ADAPTER *ioc, int reset_phase) in mptsas_ioc_reset() argument
1319 rc = mptscsih_ioc_reset(ioc, reset_phase); in mptsas_ioc_reset()
1327 switch (reset_phase) { in mptsas_ioc_reset()
/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_sp.h1176 u32 reset_phase; member
H A 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()