Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/scsi/plugins/ses/SUN/common/
H A Dsun_enclosure.c45 sun_feature_block_impl_t *sfbip; in enc_parse_feature_block() local
60 sfbip = (sun_feature_block_impl_t *)vsp; in enc_parse_feature_block()
63 sfbip->sfbi_spms_major_ver != 1) in enc_parse_feature_block()
66 revision = SCSI_READ16(&sfbip->sfbi_spms_revision); in enc_parse_feature_block()
73 cid_len = sfbip->sfbi_chassis_id_len; in enc_parse_feature_block()
76 cid_off = sfbip->sfbi_chassis_id_off - in enc_parse_feature_block()
90 LIBSES_EN_PROP_INTERNAL, sfbip->sfbi_int); in enc_parse_feature_block()
94 if (sfbip->sfbi_fw_upload_max_chunk_sz == 0) in enc_parse_feature_block()
113 if (sfbip->sfbi_spms_revision >= 111 && in enc_parse_feature_block()
114 sfbip->sfbi_subchassis_index != 0) { in enc_parse_feature_block()
[all …]