Searched refs:core_index (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/dev/bhnd/bcma/ |
H A D | bcma_erom.c | 1060 u_int core_index; in bcma_erom_next_corecfg() local 1074 core_index = 0; in bcma_erom_next_corecfg() 1075 for (; bcma_erom_tell(erom) != initial_offset; core_index++) { in bcma_erom_next_corecfg() 1104 cfg = bcma_alloc_corecfg(core_index, core_unit, core.vendor, in bcma_erom_next_corecfg() 1119 core_index, in bcma_erom_next_corecfg()
|
H A D | bcma_subr.c | 65 bcma_alloc_corecfg(u_int core_index, int core_unit, uint16_t vendor, in bcma_alloc_corecfg() argument 78 .core_idx = core_index, in bcma_alloc_corecfg()
|
H A D | bcmavar.h | 98 struct bcma_corecfg *bcma_alloc_corecfg(u_int core_index, int core_unit,
|
/freebsd/sys/dev/bhnd/ |
H A D | bhnd.h | 150 BHND_ACCESSOR(core_index, CORE_INDEX, u_int);
|
/freebsd/sys/net/ |
H A D | iflib.c | 5020 unsigned int core_index; in get_cpuid_for_queue() local 5055 core_index = scctx->isc_nrxqsets + qid; in get_cpuid_for_queue() 5057 core_index = qid; in get_cpuid_for_queue() 5059 core_index = qid; in get_cpuid_for_queue() 5062 return (cpuid_advance(ctx, base_cpuid, core_index)); in get_cpuid_for_queue()
|