Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_solaris.c1206 int emlxinst; in emlxs_attach() local
1227 hba = emlxs_device.hba[emlxinst]; in emlxs_attach()
1252 int emlxinst; in emlxs_detach() local
1257 hba = emlxs_device.hba[emlxinst]; in emlxs_detach()
7003 int32_t emlxinst; in emlxs_hba_attach() local
7013 if (emlxinst >= MAX_FC_BRDS) { in emlxs_hba_attach()
7024 if (emlxs_device.hba[emlxinst]) { in emlxs_hba_attach()
7054 emlxs_device.hba[emlxinst] = hba; in emlxs_hba_attach()
7064 hba->emlxinst = emlxinst; in emlxs_hba_attach()
11351 int emlxinst; in emlxs_pm_lower_power() local
[all …]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h1727 int32_t emlxinst; member