Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/intel/iwlwifi/fw/
H A Dacpi.c794 u32 profile_size = ACPI_GEO_PER_CHAIN_SIZE * in iwl_acpi_get_wgds_table() local
796 u32 max_size = hdr_size + profile_size * rev_data[idx].profiles; in iwl_acpi_get_wgds_table()
803 profile_size * rev_data[idx].min_profiles; in iwl_acpi_get_wgds_table()
834 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()