Searched refs:firmware_feature (Results 1 – 2 of 2) sorted by relevance
674 nv->firmware_feature.w = cpu_to_le16(nv->firmware_feature.w); in qla1280_read_nvram()2055 nv->firmware_feature.f.enable_fast_posting = 1; in qla1280_set_defaults()2056 nv->firmware_feature.f.disable_synchronous_backoff = 1; in qla1280_set_defaults()2270 mb[1] = nv->firmware_feature.f.enable_fast_posting; in qla1280_nvram_config()2271 mb[1] |= nv->firmware_feature.f.report_lvd_bus_transition << 1; in qla1280_nvram_config()2272 mb[1] |= nv->firmware_feature.f.disable_synchronous_backoff << 5; in qla1280_nvram_config()2277 mb[1] |= nv->firmware_feature.f.unused_9 << 9; /* XXX */ in qla1280_nvram_config()
420 } firmware_feature; /* 20, 21 */ member