Home
last modified time | relevance | path

Searched refs:profile_size (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/wireless/intel/iwlwifi/fw/
H A Duefi.c552 int profile_size; in iwl_uefi_get_ewrd_table() local
565 profile_size = UEFI_SAR_PROFILE_SIZE_REV2; in iwl_uefi_get_ewrd_table()
570 profile_size = UEFI_SAR_PROFILE_SIZE_REV3; in iwl_uefi_get_ewrd_table()
591 iwl_uefi_set_sar_profile(fwrt, &data->vals[i * profile_size], in iwl_uefi_get_ewrd_table()
604 int profile_size; in iwl_uefi_get_wgds_table() local
654 profile_size = 3 * n_subbands; in iwl_uefi_get_wgds_table()
656 const u8 *val = &data->vals[profile_size * prof]; in iwl_uefi_get_wgds_table()
H A Dacpi.c854 u32 profile_size = ACPI_GEO_PER_CHAIN_SIZE * in iwl_acpi_get_wgds_table() local
856 u32 max_size = hdr_size + profile_size * rev_data[idx].profiles; in iwl_acpi_get_wgds_table()
863 profile_size * rev_data[idx].min_profiles; in iwl_acpi_get_wgds_table()
911 hdr_size + profile_size * num_profiles) { in iwl_acpi_get_wgds_table()
/linux/drivers/net/ethernet/qualcomm/ppe/
H A Dppe_config.c986 int index, profile_size; in ppe_queue_ucast_base_set() local
989 profile_size = queue_dst.src_profile << 8; in ppe_queue_ucast_base_set()
991 index = PPE_QUEUE_BASE_SERVICE_CODE + profile_size + in ppe_queue_ucast_base_set()
994 index = PPE_QUEUE_BASE_CPU_CODE + profile_size + in ppe_queue_ucast_base_set()
997 index = profile_size + queue_dst.dest_port; in ppe_queue_ucast_base_set()