Searched refs:fw_type (Results 1 – 12 of 12) sorted by relevance
| /freebsd/sys/dev/qat/include/common/ |
| H A D | icp_qat_uclo.h | 407 unsigned int fw_type; member 422 char fw_type; member 466 unsigned int fw_type; member 479 char fw_type; member 498 char fw_type; member
|
| /freebsd/usr.sbin/bluetooth/rtlbtfw/ |
| H A D | main.c | 324 enum rtlbt_fw_type fw_type; in main() local 433 fw_type = rtlbt_get_fw_type(&fw, &fw_lmp_subversion); in main() 434 if (fw_type == RTLBT_FW_TYPE_UNKNOWN && in main() 440 if (fw_type != RTLBT_FW_TYPE_UNKNOWN) { in main() 458 if (fw_type == RTLBT_FW_TYPE_V2) { in main()
|
| H A D | rtlbt_fw.c | 253 enum rtlbt_fw_type fw_type; in rtlbt_get_fw_type() local 264 fw_type = RTLBT_FW_TYPE_V1; in rtlbt_get_fw_type() 268 fw_type = RTLBT_FW_TYPE_V2; in rtlbt_get_fw_type() 304 return (fw_type); in rtlbt_get_fw_type()
|
| /freebsd/sys/dev/bwi/ |
| H A D | bwimac.c | 832 uint8_t fw_type) in bwi_fwimage_is_valid() argument 845 if (fw_type != BWI_FW_T_IV) { in bwi_fwimage_is_valid() 858 if (hdr->fw_type != fw_type) { in bwi_fwimage_is_valid() 862 hdr->fw_type, fw_type); in bwi_fwimage_is_valid()
|
| H A D | if_bwivar.h | 275 uint8_t fw_type; /* BWI_FW_T_ */ member
|
| /freebsd/usr.sbin/efitable/ |
| H A D | efitable.c | 205 xo_emit("{P: }{Lwc:FwType}{:fw_type/%u}\n", e->fw_type); in efi_table_print_esrt()
|
| /freebsd/sys/dev/qat/qat_common/ |
| H A D | qat_uclo.c | 126 if (suof_hdr->fw_type != 0) { in qat_uclo_check_suof_format() 1245 suof_handle->fw_type = suof_ptr->fw_type; in qat_uclo_map_suof_file_hdr() 1280 suof_img_hdr->fw_type = ae_mode->fw_type; in qat_uclo_map_simg() 1633 length = (css_hdr->fw_type == CSS_AE_FIRMWARE) ? in qat_uclo_map_auth_fw() 1702 if (((struct icp_qat_css_hdr *)(uintptr_t)virt_addr)->fw_type == in qat_uclo_map_auth_fw()
|
| /freebsd/sys/dev/liquidio/ |
| H A D | lio_main.c | 54 static char fw_type[LIO_MAX_FW_TYPE_LEN]; variable 55 TUNABLE_STR("hw.lio.fw_type", fw_type, sizeof(fw_type)); 419 return strncmp(fw_type, LIO_FW_NAME_TYPE_NONE, in fw_type_is_none() 876 if (fw_type[0] == '\0') in lio_load_firmware() 879 tmp_fw_type = fw_type; in lio_load_firmware()
|
| /freebsd/sys/sys/ |
| H A D | efi.h | 158 uint32_t fw_type; member
|
| /freebsd/sys/contrib/dev/rtw89/ |
| H A D | wow.c | 1297 enum rtw89_fw_type fw_type = wow ? RTW89_FW_WOWLAN : RTW89_FW_NORMAL; in rtw89_wow_swap_fw() 1328 ret = rtw89_fw_download(rtwdev, fw_type, include_bb); in rtw89_wow_swap_fw()
|
| H A D | fw.c | 56 enum rtw89_fw_type fw_type; member 806 enum rtw89_fw_type type = arg.fw_type; 808 const enum rtw89_fw_type type = arg.fw_type; 1450 { .fw_type = RTW89_FW_BBMCU0 }, NULL}, 1452 { .fw_type = RTW89_FW_BBMCU1 }, NULL},
|
| /freebsd/sys/contrib/dev/mediatek/mt76/mt7996/ |
| H A D | mcu.c | 3116 static int __mt7996_load_ram(struct mt7996_dev *dev, const char *fw_type, in __mt7996_load_ram() argument 3135 fw_type, hdr->fw_ver, hdr->build_date); in __mt7996_load_ram() 3139 dev_err(dev->mt76.dev, "Failed to start %s firmware\n", fw_type); in __mt7996_load_ram()
|