Home
last modified time | relevance | path

Searched refs:fct_port_initialize (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fct.h87 #pragma weak fct_port_initialize macro
H A Demlxs_fc.h1354 fct_status_t (*fct_port_initialize) member
/titanic_41/usr/src/uts/common/sys/
H A Dfct.h408 fct_status_t fct_port_initialize(fct_local_port_t *port, uint32_t rflags,
/titanic_41/usr/src/uts/common/io/comstar/port/fcoet/
H A Dfcoet_fc.c594 if (fct_port_initialize(port, in fcoet_ctl()
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fct.c463 emlxs_modsym.fct_port_initialize =
466 if ((void *)emlxs_modsym.fct_port_initialize == NULL) {
594 emlxs_modsym.fct_port_initialize = NULL;
1634 MODSYM(fct_port_initialize) (fct_port, STMF_RFLAG_STAY_OFFLINED,
/titanic_41/usr/src/uts/common/io/comstar/port/fct/
H A Dfct.c3205 fct_port_initialize(fct_local_port_t *port, uint32_t rflags, in fct_port_initialize() function
/titanic_41/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt.c2049 if ((ret = fct_port_initialize(port, in qlt_ctl()