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.h1326 int (*fc_fca_attach)(dev_info_t *, fc_fca_tran_t *); member in struct:emlxs_modsym
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/fcoei/
H A Dfcoei.c470 * fc_fca_attach only sets driver's private, it has nothing to with
475 if (fc_fca_attach(ss->ss_dip, &ss->ss_fca_tran) != DDI_SUCCESS) {
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_solaris.c1023 /* Check if the fctl fc_fca_attach is present */
1024 emlxs_modsym.fc_fca_attach =
1025 (int (*)())ddi_modsym(emlxs_modsym.mod_fctl, "fc_fca_attach",
1027 if ((void *)emlxs_modsym.fc_fca_attach == NULL) {
1029 "?%s: misc/fctl: fc_fca_attach not present", DRIVER_NAME);
1074 emlxs_modsym.fc_fca_attach = NULL;
6454 ((void *)MODSYM(fc_fca_attach) == NULL)) {
6461 if (MODSYM(fc_fca_attach) (hba->dip, hba->fca_tran) != DDI_SUCCESS) {
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c73 * fc_fca_attach(). And the transport passes this size up to ULPs during
1926 * fc_fca_attach
1929 fc_fca_attach(dev_info_t *fca_dip, fc_fca_tran_t *tran) function
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c1483 if (fc_fca_attach(dip, tran) != DDI_SUCCESS) {

Completed in 112 milliseconds