Searched refs:STMF_CMD_LPORT_OFFLINE (Results 1 – 9 of 9) sorted by relevance
/titanic_44/usr/src/uts/common/io/comstar/port/pppt/ |
H A D | pppt_tgt.c | 118 case STMF_CMD_LPORT_OFFLINE: in pppt_tgt_sm_ctl() 873 (void) stmf_ctl(STMF_CMD_LPORT_OFFLINE, lport, &sci); in tgt_sm_new_state()
|
H A D | pppt.c | 836 case STMF_CMD_LPORT_OFFLINE: in pppt_lport_ctl()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | stmf.h | 284 #define STMF_CMD_LPORT_OFFLINE (STMF_CMD_LPORT_OP | STMF_CMD_OFFLINE) macro
|
/titanic_44/usr/src/uts/common/io/comstar/port/srpt/ |
H A D | srpt_stp.c | 479 status = stmf_ctl(STMF_CMD_LPORT_OFFLINE, tgt->tp_lport, &cstatus); in srpt_stp_destroy_port() 1113 case STMF_CMD_LPORT_OFFLINE: in srpt_stp_ctl()
|
H A D | srpt_ioc.c | 878 ret = stmf_ctl(STMF_CMD_LPORT_OFFLINE, tgt->tp_lport, &cstatus); in srpt_ioc_port_down()
|
/titanic_44/usr/src/uts/common/io/comstar/port/fct/ |
H A D | fct.c | 2183 (cmd == STMF_CMD_LPORT_OFFLINE) || in fct_ctl() 2228 case STMF_CMD_LPORT_OFFLINE: in fct_ctl() 3227 return (stmf_ctl(STMF_CMD_LPORT_OFFLINE, port->port_lport, &st)); in fct_port_shutdown()
|
/titanic_44/usr/src/uts/common/io/comstar/port/iscsit/ |
H A D | iscsit.c | 1899 (cmd == STMF_CMD_LPORT_OFFLINE) || in iscsit_ctl() 1908 case STMF_CMD_LPORT_OFFLINE: in iscsit_ctl()
|
H A D | iscsit_tgt.c | 727 (void) stmf_ctl(STMF_CMD_LPORT_OFFLINE, lport, &sci); in tgt_sm_new_state()
|
/titanic_44/usr/src/uts/common/io/comstar/stmf/ |
H A D | stmf.c | 914 STMF_CMD_LPORT_ONLINE : STMF_CMD_LPORT_OFFLINE; in stmf_ioctl() 1561 (void) stmf_ctl(STMF_CMD_LPORT_OFFLINE, in stmf_set_stmf_state() 5444 case STMF_CMD_LPORT_OFFLINE: in stmf_ctl() 7335 case STMF_CMD_LPORT_OFFLINE: in stmf_svc() 7676 ctl_cmd = STMF_CMD_LPORT_OFFLINE; in stmf_abort_task_offline()
|