Home
last modified time | relevance | path

Searched refs:fc_fca_attach (Results 1 – 8 of 8) sorted by relevance

/titanic_41/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp_with_fctl.wlcmd42 FCTL_FCA_FUNCTIONS="fc_fca_attach fc_fca_detach fc_fca_init fc_fca_error\
H A Dfctl.c1929 fc_fca_attach(dev_info_t *fca_dip, fc_fca_tran_t *tran) in fc_fca_attach() function
/titanic_41/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfc_fcaif.h207 int fc_fca_attach(dev_info_t *, fc_fca_tran_t *);
/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_os.h318 #pragma weak fc_fca_attach macro
H A Demlxs_fc.h1326 int (*fc_fca_attach)(dev_info_t *, fc_fca_tran_t *); member
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/fcoei/
H A Dfcoei.c475 if (fc_fca_attach(ss->ss_dip, &ss->ss_fca_tran) != DDI_SUCCESS) { in fcoei_attach_init()
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_solaris.c1024 emlxs_modsym.fc_fca_attach = in emlxs_fca_modopen()
1027 if ((void *)emlxs_modsym.fc_fca_attach == NULL) { in emlxs_fca_modopen()
1074 emlxs_modsym.fc_fca_attach = NULL; in emlxs_fca_modclose()
6454 ((void *)MODSYM(fc_fca_attach) == NULL)) { in emlxs_fca_init()
6461 if (MODSYM(fc_fca_attach) (hba->dip, hba->fca_tran) != DDI_SUCCESS) { in emlxs_fca_init()
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c1483 if (fc_fca_attach(dip, tran) != DDI_SUCCESS) { in ql_attach()