Home
last modified time | relevance | path

Searched refs:port_provider (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fct.c1007 if (port->port_provider) { in emlxs_fct_unbind_port()
1011 port->port_provider); in emlxs_fct_unbind_port()
1013 MODSYM(stmf_deregister_port_provider) (port->port_provider); in emlxs_fct_unbind_port()
1017 "stmf_free:1 %p", port->port_provider); in emlxs_fct_unbind_port()
1019 MODSYM(stmf_free) (port->port_provider); in emlxs_fct_unbind_port()
1020 port->port_provider = NULL; in emlxs_fct_unbind_port()
1079 port->port_provider = in emlxs_fct_bind_port()
1084 "stmf_alloc port_provider %p", port->port_provider); in emlxs_fct_bind_port()
1087 if (port->port_provider == NULL) { in emlxs_fct_bind_port()
1094 port->port_provider->pp_portif_rev = PORTIF_REV_1; in emlxs_fct_bind_port()
[all …]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h1112 stmf_port_provider_t *port_provider; member