Searched refs:base_cpuid (Results 1 – 1 of 1) sorted by relevance
5350 get_cpuid_for_queue(if_ctx_t ctx, unsigned int base_cpuid, unsigned int qid, in get_cpuid_for_queue() argument5372 rx_cpuid = cpuid_advance(ctx, base_cpuid, qid); in get_cpuid_for_queue()5396 return (cpuid_advance(ctx, base_cpuid, core_index)); in get_cpuid_for_queue()5406 unsigned int base_cpuid = ctx->ifc_sysctl_core_offset; in get_ctx_core_offset() local5415 if (base_cpuid != CORE_OFFSET_UNSPECIFIED) { in get_ctx_core_offset()5429 if (base_cpuid < first_valid || base_cpuid > last_valid) { in get_ctx_core_offset()5431 base_cpuid += first_valid; in get_ctx_core_offset()5433 base_cpuid = (base_cpuid - first_valid) % in get_ctx_core_offset()5436 if (!CPU_ISSET(base_cpuid, &ctx->ifc_cpus)) { in get_ctx_core_offset()5444 while (!CPU_ISSET(base_cpuid, &ctx->ifc_cpus)) in get_ctx_core_offset()[all …]