Searched defs:reset_phase (Results 1 - 15 of 15) sorted by last modified time

/drivers/scsi/mpt2sas/
H A Dmpt2sas_base.c4672 * @reset_phase: phase
4682 _base_reset_handler(struct MPT2SAS_ADAPTER *ioc, int reset_phase) argument
4684 mpt2sas_scsih_reset_handler(ioc, reset_phase);
4685 mpt2sas_ctl_reset_handler(ioc, reset_phase);
4686 switch (reset_phase) {
H A Dmpt2sas_ctl.c443 * @reset_phase: phase
451 mpt2sas_ctl_reset_handler(struct MPT2SAS_ADAPTER *ioc, int reset_phase) argument
456 switch (reset_phase) {
H A Dmpt2sas_scsih.c7367 * @reset_phase: phase
7377 mpt2sas_scsih_reset_handler(struct MPT2SAS_ADAPTER *ioc, int reset_phase) argument
7379 switch (reset_phase) {
/drivers/scsi/mpt3sas/
H A Dmpt3sas_base.c4793 * @reset_phase: phase
4803 _base_reset_handler(struct MPT3SAS_ADAPTER *ioc, int reset_phase) argument
4805 mpt3sas_scsih_reset_handler(ioc, reset_phase);
4806 mpt3sas_ctl_reset_handler(ioc, reset_phase);
4807 switch (reset_phase) {
H A Dmpt3sas_ctl.c437 * @reset_phase: phase
445 mpt3sas_ctl_reset_handler(struct MPT3SAS_ADAPTER *ioc, int reset_phase) argument
450 switch (reset_phase) {
H A Dmpt3sas_scsih.c7027 * @reset_phase: phase
7037 mpt3sas_scsih_reset_handler(struct MPT3SAS_ADAPTER *ioc, int reset_phase) argument
7039 switch (reset_phase) {
/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_sp.c5627 u32 reset_phase = params->params.hw_reset.reset_phase; local
5631 DP(BNX2X_MSG_SP, "function %d reset_phase %x\n", BP_ABS_FUNC(bp),
5632 reset_phase);
5634 switch (reset_phase) {
5645 BNX2X_ERR("Unknown reset_phase (0x%x) from MCP\n",
5646 reset_phase);
H A Dbnx2x_sp.h1155 u32 reset_phase; member in struct:bnx2x_func_hw_reset_params
/drivers/message/fusion/
H A Dmptbase.c2233 mpt_signal_reset(u8 index, MPT_ADAPTER *ioc, int reset_phase) argument
2244 return (MptResetHandlers[index])(ioc, reset_phase);
6549 * @reset_phase: Indicates pre- or post-reset functionality
6554 mpt_ioc_reset(MPT_ADAPTER *ioc, int reset_phase) argument
6556 switch (reset_phase) {
H A Dmptctl.c136 static int mptctl_ioc_reset(MPT_ADAPTER *ioc, int reset_phase);
524 mptctl_ioc_reset(MPT_ADAPTER *ioc, int reset_phase) argument
526 switch(reset_phase) {
H A Dmptfc.c1411 mptfc_ioc_reset(MPT_ADAPTER *ioc, int reset_phase) argument
1416 rc = mptscsih_ioc_reset(ioc,reset_phase);
1423 reset_phase==MPT_IOC_SETUP_RESET ? "setup" : (
1424 reset_phase==MPT_IOC_PRE_RESET ? "pre" : "post")));
1426 if (reset_phase == MPT_IOC_SETUP_RESET) {
1435 else if (reset_phase == MPT_IOC_PRE_RESET) {
H A Dmptlan.c143 static int mpt_lan_ioc_reset(MPT_ADAPTER *ioc, int reset_phase);
300 mpt_lan_ioc_reset(MPT_ADAPTER *ioc, int reset_phase) argument
311 reset_phase==MPT_IOC_SETUP_RESET ? "setup" : (
312 reset_phase==MPT_IOC_PRE_RESET ? "pre" : "post")));
317 if (reset_phase == MPT_IOC_SETUP_RESET) {
319 } else if (reset_phase == MPT_IOC_PRE_RESET) {
H A Dmptsas.c1284 * @reset_phase
1288 mptsas_ioc_reset(MPT_ADAPTER *ioc, int reset_phase) argument
1293 rc = mptscsih_ioc_reset(ioc, reset_phase);
1301 switch (reset_phase) {
H A Dmptscsih.c2563 mptscsih_ioc_reset(MPT_ADAPTER *ioc, int reset_phase) argument
2571 switch (reset_phase) {
H A Dmptspi.c1310 mptspi_ioc_reset(MPT_ADAPTER *ioc, int reset_phase) argument
1314 rc = mptscsih_ioc_reset(ioc, reset_phase);
1320 if (reset_phase == MPT_IOC_POST_RESET &&

Completed in 621 milliseconds