Home
last modified time | relevance | path

Searched refs:hw_id (Results 1 – 20 of 20) sorted by relevance

/freebsd/sys/contrib/dev/athk/ath10k/
H A Dcoredump.c1296 .hw_id = QCA6174_HW_1_0_VERSION,
1305 .hw_id = QCA6174_HW_1_1_VERSION,
1314 .hw_id = QCA6174_HW_1_3_VERSION,
1323 .hw_id = QCA6174_HW_2_1_VERSION,
1332 .hw_id = QCA6174_HW_3_0_VERSION,
1341 .hw_id = QCA6174_HW_3_2_VERSION,
1350 .hw_id = QCA6174_HW_3_2_VERSION,
1359 .hw_id = QCA9377_HW_1_1_DEV_VERSION,
1368 .hw_id = QCA988X_HW_2_0_VERSION,
1377 .hw_id = QCA9984_HW_1_0_DEV_VERSION,
[all …]
H A Dcoredump.h162 u32 hw_id; member
/freebsd/sys/dev/bnxt/bnxt_re/
H A Dqplib_res.c633 kfree(sgid_tbl->hw_id); in bnxt_qplib_free_sgid_tbl()
634 sgid_tbl->hw_id = NULL; in bnxt_qplib_free_sgid_tbl()
721 sgid_tbl->hw_id = kcalloc(max, sizeof(u32), GFP_KERNEL); in bnxt_qplib_alloc_sgid_tbl()
722 if (!sgid_tbl->hw_id) in bnxt_qplib_alloc_sgid_tbl()
738 kfree(sgid_tbl->hw_id); in bnxt_qplib_alloc_sgid_tbl()
756 memset(sgid_tbl->hw_id, -1, sizeof(u16) * sgid_tbl->max); in bnxt_qplib_cleanup_sgid_tbl()
768 memset(sgid_tbl->hw_id, -1, sizeof(u16) * sgid_tbl->max); in bnxt_qplib_init_sgid_tbl()
H A Dqplib_sp.c342 if (sgid_tbl->hw_id[index] == 0xFFFF) { in bnxt_qplib_del_sgid()
347 req.gid_index = cpu_to_le16(sgid_tbl->hw_id[index]); in bnxt_qplib_del_sgid()
361 index, sgid_tbl->hw_id[index], sgid_tbl->active); in bnxt_qplib_del_sgid()
362 sgid_tbl->hw_id[index] = (u16)-1; in bnxt_qplib_del_sgid()
442 sgid_tbl->hw_id[free_idx] = le32_to_cpu(resp.xid); in bnxt_qplib_add_sgid()
453 free_idx, sgid_tbl->hw_id[free_idx], sgid_tbl->active); in bnxt_qplib_add_sgid()
483 req.sgid_index = cpu_to_le16(res->sgid_tbl.hw_id[ah->sgid_index]); in bnxt_qplib_create_ah()
H A Dqplib_res.h310 u16 *hw_id; member
H A Dqplib_fp.c1430 req.sgid_index = cpu_to_le16(res->sgid_tbl.hw_id[qp->ah.sgid_index]); in bnxt_qplib_modify_qp()
1558 if (res->sgid_tbl.hw_id[i] == le16_to_cpu(sb->sgid_index)) { in bnxt_qplib_query_qp()
H A Dmain.c2658 gid_idx = sgid_tbl->hw_id[index]; in bnxt_re_update_gid()
/freebsd/sys/contrib/dev/iwlwifi/
H A Diwl-nvm-parse.h162 void iwl_nvm_fixups(u32 hw_id, unsigned int section, u8 *data,
H A Diwl-trans.h841 u32 hw_id; member
1267 return u32_get_bits(trans->info.hw_id, GENMASK(31, 16)); in iwl_trans_get_device_id()
H A Diwl-nvm-parse.c1798 void iwl_nvm_fixups(u32 hw_id, unsigned int section, u8 *data, in iwl_nvm_fixups() argument
1805 hw_id == IWL_4165_DEVICE_ID && data && len >= 5 && in iwl_nvm_fixups()
1975 iwl_nvm_fixups(trans->info.hw_id, section_id, temp, section_size); in iwl_read_external_nvm()
/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_hsi_debug_tools.h568 u8 hw_id /* HW ID associated with the block */; member
681 u8 hw_id /* HW ID associated with the Storm */; member
H A Decore_dbg_fw_funcs.c2664 offset += ecore_dump_num_param(dump_buf + offset, dump, "id", storm_bus->hw_id); in ecore_bus_dump_inputs()
5186 storm_bus->hw_id = bus->num_enabled_storms; in ecore_dbg_bus_enable_storm()
5639 storm_id_mask |= (storm_bus->hw_id << (storm_id * HW_ID_BITS)); in ecore_config_storm_inputs()
5709 block_bus->hw_id = next_hw_id++; in ecore_assign_hw_ids()
5710 if (!block_bus->hw_id) in ecore_assign_hw_ids()
5720 hw_ids[val_id] = block_bus->hw_id; in ecore_assign_hw_ids()
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dnvm.c211 iwl_nvm_fixups(mvm->trans->info.hw_id, section, data, offset); in iwl_nvm_read_section()
342 iwl_nvm_fixups(mvm->trans->info.hw_id, section, temp, ret); in iwl_nvm_init()
H A Dmac80211.c626 hw->wiphy->hw_version = mvm->trans->info.hw_id; in iwl_mvm_mac_setup_register()
/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_health.c533 mlx5_core_info(dev, "hw_id 0x%08x\n", ioread32be(&h->hw_id)); in print_health_info()
/freebsd/sys/dev/mlx5/
H A Ddevice.h475 __be32 hw_id; member
H A Dmlx5_ifc.h3716 u8 hw_id[0x20]; member
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dmsm8916.dtsi496 // no tsens with hw_id 3
550 // no hw_id 3
/freebsd/sys/contrib/dev/iwlwifi/mld/
H A Dmac80211.c333 wiphy->hw_version = mld->trans->info.hw_id; in iwl_mac_hw_set_wiphy()
/freebsd/sys/contrib/dev/iwlwifi/pcie/gen1_2/
H A Dtrans.c4201 .hw_id = (pdev->device << 16) + pdev->subsystem_device, in iwl_pci_gen1_2_probe()