Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfc_fcaif.h207 int fc_fca_attach(dev_info_t *, fc_fca_tran_t *);
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_os.h318 #pragma weak fc_fca_attach macro
H A Demlxs_fc.h1330 int (*fc_fca_attach)(dev_info_t *, fc_fca_tran_t *); member
/illumos-gate/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()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_solaris.c1025 emlxs_modsym.fc_fca_attach = in emlxs_fca_modopen()
1028 if ((void *)emlxs_modsym.fc_fca_attach == NULL) { in emlxs_fca_modopen()
1075 emlxs_modsym.fc_fca_attach = NULL; in emlxs_fca_modclose()
6467 ((void *)MODSYM(fc_fca_attach) == NULL)) { in emlxs_fca_init()
6474 if (MODSYM(fc_fca_attach) (hba->dip, hba->fca_tran) != DDI_SUCCESS) { in emlxs_fca_init()
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c1930 fc_fca_attach(dev_info_t *fca_dip, fc_fca_tran_t *tran) in fc_fca_attach() function
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c1680 if (fc_fca_attach(dip, tran) != DDI_SUCCESS) { in ql_attach()