Searched refs:aff (Results 1 – 5 of 5) sorted by relevance
43 const struct cpumask *aff; in mlx5e_channel_no_affinity_change() local47 aff = irq_data_get_affinity_mask(idata); in mlx5e_channel_no_affinity_change()48 return cpumask_test_cpu(current_cpu, aff); in mlx5e_channel_no_affinity_change()
534 struct augmented_firmware_file *aff = in obtain_one_firmware() local542 fdet->modulus = aff->modulus; in obtain_one_firmware()543 fdet->exponent = aff->exponent; in obtain_one_firmware()544 fdet->signature = aff->signature; in obtain_one_firmware()545 fdet->r2 = aff->r2; in obtain_one_firmware()546 fdet->mu = aff->mu; in obtain_one_firmware()547 fdet->firmware_ptr = aff->firmware; in obtain_one_firmware()
651 u64 aff; in gic_mpidr_to_affinity() local653 aff = ((u64)MPIDR_AFFINITY_LEVEL(mpidr, 3) << 32 | in gic_mpidr_to_affinity()658 return aff; in gic_mpidr_to_affinity()902 u32 aff; in __gic_populate_rdist() local908 aff = (MPIDR_AFFINITY_LEVEL(mpidr, 3) << 24 | in __gic_populate_rdist()914 if ((typer >> 32) == aff) { in __gic_populate_rdist()
2472 u32 aff, clpiaff; in compute_common_aff() local2474 aff = FIELD_GET(GICR_TYPER_AFFINITY, val); in compute_common_aff()2477 return aff & ~(GENMASK(31, 0) >> (clpiaff * 8)); in compute_common_aff()2499 u32 aff; in find_sibling_its() local2504 aff = compute_its_aff(cur_its); in find_sibling_its()2515 if (aff != compute_its_aff(its)) in find_sibling_its()2658 u32 aff; in inherit_vpe_l1_table_from_its() local2661 aff = compute_common_aff(val); in inherit_vpe_l1_table_from_its()2672 if (aff != compute_its_aff(its)) in inherit_vpe_l1_table_from_its()2711 u32 aff; in inherit_vpe_l1_table_from_rd() local[all …]
962 const struct cpumask *aff; in mlx4_en_poll_rx_cq() local973 aff = irq_data_get_affinity_mask(idata); in mlx4_en_poll_rx_cq()975 if (likely(cpumask_test_cpu(cpu_curr, aff))) in mlx4_en_poll_rx_cq()