Lines Matching defs:api_ver
518 u32 api_ver, hdr_size, build;
523 api_ver = IWL_UCODE_API(drv->fw.ucode_ver);
525 switch (api_ver) {
1503 u32 api_ver;
1546 api_ver = drv->fw.ucode_ver;
1548 api_ver = IWL_UCODE_API(drv->fw.ucode_ver);
1551 * api_ver should match the api version forming part of the
1555 if (api_ver < api_min || api_ver > api_max) {
1559 api_max, api_ver);