Searched refs:sfbip (Results 1 – 1 of 1) sorted by relevance
45 sun_feature_block_impl_t *sfbip; in enc_parse_feature_block() local60 sfbip = (sun_feature_block_impl_t *)vsp; in enc_parse_feature_block()62 if (strncmp((char *)sfbip->sfbi_spms_header, "SPMS", 4) != 0 || 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()75 if (sfbip->sfbi_chassis_id_off >= 96 && cid_len >= 4) { 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()[all …]