Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/athk/ath10k/
H A Dcoredump.c1293 .hw_id = QCA6174_HW_1_0_VERSION,
1302 .hw_id = QCA6174_HW_1_1_VERSION,
1311 .hw_id = QCA6174_HW_1_3_VERSION,
1320 .hw_id = QCA6174_HW_2_1_VERSION,
1329 .hw_id = QCA6174_HW_3_0_VERSION,
1338 .hw_id = QCA6174_HW_3_2_VERSION,
1347 .hw_id = QCA6174_HW_3_2_VERSION,
1356 .hw_id = QCA9377_HW_1_1_DEV_VERSION,
1365 .hw_id = QCA988X_HW_2_0_VERSION,
1374 .hw_id = QCA9984_HW_1_0_DEV_VERSION,
[all …]
H A Dcoredump.h157 u32 hw_id; member
/freebsd/sys/contrib/dev/iwlwifi/
H A Diwl-nvm-parse.h73 void iwl_nvm_fixups(u32 hw_id, unsigned int section, u8 *data,
H A Diwl-nvm-parse.c1878 void iwl_nvm_fixups(u32 hw_id, unsigned int section, u8 *data, in iwl_read_external_nvm()
1885 hw_id == IWL_4165_DEVICE_ID && data && len >= 5 && in iwl_read_external_nvm()
2055 iwl_nvm_fixups(trans->hw_id, section_id, temp, section_size); in iwl_get_nvm()
1770 iwl_nvm_fixups(u32 hw_id,unsigned int section,u8 * data,unsigned int len) iwl_nvm_fixups() argument
H A Diwl-trans.h852 * @hw_id: a u32 with the ID of the device / sub-device.
914 u32 hw_id;
1104 u32 hw_id; global() 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.c340 if (sgid_tbl->hw_id[index] == 0xFFFF) { in bnxt_qplib_del_sgid()
345 req.gid_index = cpu_to_le16(sgid_tbl->hw_id[index]); in bnxt_qplib_del_sgid()
359 index, sgid_tbl->hw_id[index], sgid_tbl->active); in bnxt_qplib_del_sgid()
360 sgid_tbl->hw_id[index] = (u16)-1; in bnxt_qplib_del_sgid()
440 sgid_tbl->hw_id[free_idx] = le32_to_cpu(resp.xid); in bnxt_qplib_add_sgid()
451 free_idx, sgid_tbl->hw_id[free_idx], sgid_tbl->active); in bnxt_qplib_add_sgid()
481 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.c1420 req.sgid_index = cpu_to_le16(res->sgid_tbl.hw_id[qp->ah.sgid_index]); in bnxt_qplib_modify_qp()
1548 if (res->sgid_tbl.hw_id[i] == le16_to_cpu(sb->sgid_index)) { in bnxt_qplib_query_qp()
H A Dmain.c2638 gid_idx = sgid_tbl->hw_id[index]; in bnxt_re_update_gid()
/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->hw_id, section, data, offset); in iwl_nvm_read_section()
343 iwl_nvm_fixups(mvm->trans->hw_id, section, temp, ret); in iwl_nvm_init()
H A Dmac80211.c624 hw->wiphy->hw_version = mvm->trans->hw_id; in iwl_mvm_mac_setup_register()
/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_health.c532 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.h3724 u8 hw_id[0x20];
3447 u8 hw_id[0x20]; global() 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/pcie/
H A Dtrans.c3770 trans->hw_id = (pdev->device << 16) + pdev->subsystem_device; in iwl_trans_pcie_alloc()