Home
last modified time | relevance | path

Searched refs:fw_type (Results 1 – 11 of 11) sorted by relevance

/freebsd/sys/dev/qat/include/common/
H A Dicp_qat_uclo.h407 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 Drtlbt_fw.c249 enum rtlbt_fw_type fw_type; in rtlbt_get_fw_type() local
260 fw_type = RTLBT_FW_TYPE_V1; in rtlbt_get_fw_type()
265 fw_type = RTLBT_FW_TYPE_V2; in rtlbt_get_fw_type()
302 return (fw_type); in rtlbt_get_fw_type()
H A Dmain.c318 enum rtlbt_fw_type fw_type; in main() local
426 fw_type = rtlbt_get_fw_type(&fw, &fw_lmp_subversion); in main()
427 if (fw_type == RTLBT_FW_TYPE_UNKNOWN && in main()
433 if (fw_type != RTLBT_FW_TYPE_UNKNOWN) { in main()
/freebsd/sys/dev/bwi/
H A Dbwimac.c832 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 Dif_bwivar.h275 uint8_t fw_type; /* BWI_FW_T_ */ member
/freebsd/usr.sbin/efitable/
H A Defitable.c192 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 Dqat_uclo.c126 if (suof_hdr->fw_type != 0) { in qat_uclo_check_suof_format()
1244 suof_handle->fw_type = suof_ptr->fw_type; in qat_uclo_map_suof_file_hdr()
1279 suof_img_hdr->fw_type = ae_mode->fw_type; in qat_uclo_map_simg()
1626 length = (css_hdr->fw_type == CSS_AE_FIRMWARE) ? in qat_uclo_map_auth_fw()
1695 if (((struct icp_qat_css_hdr *)(uintptr_t)virt_addr)->fw_type == in qat_uclo_map_auth_fw()
/freebsd/sys/dev/liquidio/
H A Dlio_main.c54 static char fw_type[LIO_MAX_FW_TYPE_LEN]; variable
55 TUNABLE_STR("hw.lio.fw_type", fw_type, sizeof(fw_type));
421 return strncmp(fw_type, LIO_FW_NAME_TYPE_NONE, in fw_type_is_none()
878 if (fw_type[0] == '\0') in lio_load_firmware()
881 tmp_fw_type = fw_type; in lio_load_firmware()
/freebsd/sys/sys/
H A Defi.h143 uint32_t fw_type; member
/freebsd/sys/contrib/dev/rtw89/
H A Dwow.c1157 enum rtw89_fw_type fw_type = wow ? RTW89_FW_WOWLAN : RTW89_FW_NORMAL; in rtw89_wow_swap_fw()
1183 ret = rtw89_fw_download(rtwdev, fw_type, include_bb); in rtw89_wow_swap_fw()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/
H A Dmcu.c2334 static int __mt7996_load_ram(struct mt7996_dev *dev, const char *fw_type, in __mt7996_load_ram() argument
2353 fw_type, hdr->fw_ver, hdr->build_date); in __mt7996_load_ram()
2357 dev_err(dev->mt76.dev, "Failed to start %s firmware\n", fw_type); in __mt7996_load_ram()