Home
last modified time | relevance | path

Searched refs:fct_port (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fct.c767 if (!port->fct_port) { in emlxs_fct_unsol_flush()
980 if (port->fct_port) { in emlxs_fct_unbind_port()
1003 port->fct_port = NULL; in emlxs_fct_unbind_port()
1111 port->fct_port = in emlxs_fct_bind_port()
1152 fct_port = port->fct_port; in emlxs_fct_bind_port()
1605 fct_port = port->fct_port; in emlxs_fct_port_shutdown()
1606 if (!fct_port) { in emlxs_fct_port_shutdown()
1636 fct_port = port->fct_port; in emlxs_fct_port_initialize()
1637 if (!fct_port) { in emlxs_fct_port_initialize()
4782 if (port->fct_port && in emlxs_fct_link_up()
[all …]
H A Demlxs_dfc.c939 (port->fct_port) && in emlxs_fcio_get_host_params()
988 (port->fct_port) && in emlxs_fcio_get_host_params()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h1113 fct_local_port_t *fct_port; member