Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_device.h43 typedef struct emlxs_device struct
H A Demlxs_extern.h42 extern emlxs_device_t emlxs_device;
H A Demlxs_fc.h2193 #define DRV_TIME (uint32_t)(ddi_get_time() - emlxs_device.drv_timestamp)
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_solaris.c408 emlxs_device_t emlxs_device; variable
1099 bzero(&emlxs_device, sizeof (emlxs_device)); in _init()
1105 mutex_init(&emlxs_device.lock, NULL, MUTEX_DRIVER, NULL); in _init()
1107 (void) drv_getparm(LBOLT, &emlxs_device.log_timestamp); in _init()
1108 emlxs_device.drv_timestamp = ddi_get_time(); in _init()
1176 mutex_destroy(&emlxs_device.lock); in _fini()
1227 hba = emlxs_device.hba[emlxinst]; in emlxs_attach()
1257 hba = emlxs_device.hba[emlxinst]; in emlxs_detach()
6438 emlxs_device.log[hba->emlxinst] = 0; in emlxs_driver_remove()
6439 emlxs_device.hba[hba->emlxinst] = in emlxs_driver_remove()
[all …]
H A Demlxs_fct.c289 mutex_enter(&emlxs_device.lock); in emlxs_fct_modopen()
292 mutex_exit(&emlxs_device.lock); in emlxs_fct_modopen()
546 mutex_exit(&emlxs_device.lock); in emlxs_fct_modopen()
551 mutex_exit(&emlxs_device.lock); in emlxs_fct_modopen()
561 mutex_enter(&emlxs_device.lock); in emlxs_fct_modclose()
564 mutex_exit(&emlxs_device.lock); in emlxs_fct_modclose()
571 mutex_exit(&emlxs_device.lock); in emlxs_fct_modclose()
606 mutex_exit(&emlxs_device.lock); in emlxs_fct_modclose()
H A Demlxs_msg.c64 log->start_time = emlxs_device.log_timestamp; in emlxs_msg_log_create()
H A Demlxs_dfc.c9827 for (i = 0; i < emlxs_device.hba_count; i++) { in emlxs_dfc_sd_stop_collection()
9828 temp_hba = emlxs_device.hba[i]; in emlxs_dfc_sd_stop_collection()