Home
last modified time | relevance | path

Searched defs:iscsi_hba (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi.h1106 typedef struct iscsi_hba { struct
1107 uint32_t hba_sig;
1108 dev_info_t *hba_dip; /* dev info ptr */
1109 scsi_hba_tran_t *hba_tran; /* scsi tran ptr */
1110 ldi_ident_t hba_li;
1112 struct iscsi_sess *hba_sess_list; /* sess. list for hba */
1113 krwlock_t hba_sess_list_rwlock; /* protect sess. list */
1116 clock_t hba_config_lbolt;
1118 int hba_config_storm_delay;
1121 uchar_t hba_name[ISCSI_MAX_NAME_LEN];
[all …]