Lines Matching refs:desc_size
126 int length = hba->desc_size.conf_desc; in ufs_get_configuration_desc()
129 if (CONFIGURATION_DESC_V31_LENGTH == hba->desc_size.conf_desc) { in ufs_get_configuration_desc()
131 } else if(CONFIGURATION_DESC_V22_LENGTH != hba->desc_size.conf_desc && in ufs_get_configuration_desc()
132 CONFIGURATION_DESC_V30_LENGTH != hba->desc_size.conf_desc) { in ufs_get_configuration_desc()
143 if (CONFIGURATION_DESC_V22_LENGTH == hba->desc_size.conf_desc) { in ufs_get_configuration_desc()
152 if (CONFIGURATION_DESC_V30_LENGTH == hba->desc_size.conf_desc) { in ufs_get_configuration_desc()
205 int length = hba->desc_size.conf_desc; in ufs_write_configuration_desc()
208 if (CONFIGURATION_DESC_V31_LENGTH == hba->desc_size.conf_desc) { in ufs_write_configuration_desc()
210 } else if (CONFIGURATION_DESC_V22_LENGTH == hba->desc_size.conf_desc) { in ufs_write_configuration_desc()
218 } else if (CONFIGURATION_DESC_V30_LENGTH == hba->desc_size.conf_desc) { in ufs_write_configuration_desc()
557 if (length > hba->desc_size.geom_desc) in ufs_create_partition_inventory()
558 length = hba->desc_size.geom_desc; in ufs_create_partition_inventory()