Searched refs:eport_ctl (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/fcoei/ |
H A D | fcoei_lv.c | 216 ss->ss_eport->eport_ctl(ss->ss_eport, FCOE_CMD_PORT_OFFLINE, NULL); in fcoei_unbind_port() 516 ss->ss_eport->eport_ctl(ss->ss_eport, FCOE_CMD_PORT_OFFLINE, 0); in fcoei_reset() 818 ss->ss_eport->eport_ctl(ss->ss_eport, FCOE_CMD_PORT_ONLINE, NULL); in fcoei_port_enabled() 1995 ss->ss_eport->eport_ctl(ss->ss_eport, FCOE_CMD_PORT_ONLINE, 0); in fcoei_process_event_reset()
|
/titanic_41/usr/src/uts/common/sys/fcoe/ |
H A D | fcoe_common.h | 142 int (*eport_ctl)(struct fcoe_port *eport, member
|
/titanic_41/usr/src/uts/common/io/fcoe/ |
H A D | fcoe_fc.c | 119 eport->eport_ctl = fcoe_ctl; in fcoe_register_client()
|
/titanic_41/usr/src/uts/common/io/comstar/port/fcoet/ |
H A D | fcoet_fc.c | 900 if (ss->ss_eport->eport_ctl(ss->ss_eport, FCOE_CMD_PORT_ONLINE, 0) == in fcoet_enable_port() 920 ss->ss_eport->eport_ctl(ss->ss_eport, FCOE_CMD_PORT_OFFLINE, 0); in fcoet_disable_port()
|