/kernel/linux/linux-5.10/drivers/message/fusion/ |
H A D | mptfc.c | 1407 mptfc_ioc_reset(MPT_ADAPTER *ioc, int reset_phase) in mptfc_ioc_reset() argument 1412 rc = mptscsih_ioc_reset(ioc,reset_phase); in mptfc_ioc_reset() 1419 reset_phase==MPT_IOC_SETUP_RESET ? "setup" : ( in mptfc_ioc_reset() 1420 reset_phase==MPT_IOC_PRE_RESET ? "pre" : "post"))); in mptfc_ioc_reset() 1422 if (reset_phase == MPT_IOC_SETUP_RESET) { in mptfc_ioc_reset() 1431 else if (reset_phase == MPT_IOC_PRE_RESET) { in mptfc_ioc_reset()
|
H A 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()
|
H A 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()
|
H A D | mptbase.h | 799 typedef int (*MPT_RESETHANDLER)(MPT_ADAPTER *ioc, int reset_phase); 800 /* reset_phase defs */
|
H A 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()
|
H A 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()
|
H A D | mptsas.c | 1283 * @reset_phase 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()
|
H A 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() 6555 * @reset_phase: Indicates pre- or post-reset functionality 6560 mpt_ioc_reset(MPT_ADAPTER *ioc, int reset_phase) in mpt_ioc_reset() argument 6562 switch (reset_phase) { in mpt_ioc_reset()
|
/kernel/linux/linux-6.6/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 | 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()
|
H A 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()
|
H A D | mptbase.h | 798 typedef int (*MPT_RESETHANDLER)(MPT_ADAPTER *ioc, int reset_phase); 799 /* reset_phase defs */
|
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 | 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()
|
H A D | mptsas.c | 1311 * @reset_phase: id of phase of reset 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()
|
H A 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() 6557 * @reset_phase: Indicates pre- or post-reset functionality 6562 mpt_ioc_reset(MPT_ADAPTER *ioc, int reset_phase) in mpt_ioc_reset() argument 6564 switch (reset_phase) { in mpt_ioc_reset()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_sp.h | 1176 u32 reset_phase; member
|
H A D | bnx2x_sp.c | 6108 u32 reset_phase = params->params.hw_reset.reset_phase; in bnx2x_func_hw_reset() local 6112 DP(BNX2X_MSG_SP, "function %d reset_phase %x\n", BP_ABS_FUNC(bp), in bnx2x_func_hw_reset() 6113 reset_phase); in bnx2x_func_hw_reset() 6115 switch (reset_phase) { in bnx2x_func_hw_reset() 6126 BNX2X_ERR("Unknown reset_phase (0x%x) from MCP\n", in bnx2x_func_hw_reset() 6127 reset_phase); in bnx2x_func_hw_reset()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_sp.h | 1176 u32 reset_phase; member
|
H A D | bnx2x_sp.c | 6108 u32 reset_phase = params->params.hw_reset.reset_phase; in bnx2x_func_hw_reset() local 6112 DP(BNX2X_MSG_SP, "function %d reset_phase %x\n", BP_ABS_FUNC(bp), in bnx2x_func_hw_reset() 6113 reset_phase); in bnx2x_func_hw_reset() 6115 switch (reset_phase) { in bnx2x_func_hw_reset() 6126 BNX2X_ERR("Unknown reset_phase (0x%x) from MCP\n", in bnx2x_func_hw_reset() 6127 reset_phase); in bnx2x_func_hw_reset()
|