Searched refs:actag_count (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/misc/
H A Docxl.h368 u32 actag_base, u32 actag_count);
379 int actag_base, int actag_count);
/linux-master/arch/powerpc/platforms/powernv/
H A Docxl.c227 u16 actag_count, range_start = 0, total_desired = 0; local
235 actag_count = assign_fn_actags(
239 link->fn_actags[i].count = actag_count;
240 range_start += actag_count;
/linux-master/drivers/misc/ocxl/
H A Dcore.c57 int actag_count, actag_offset; local
64 actag_count = afu->config.actag_supported *
66 actag_offset = ocxl_actag_afu_alloc(fn, actag_count);
69 actag_count, actag_offset);
73 afu->actag_enabled = actag_count;
H A Dconfig.c740 int actag_count)
744 val = actag_count & OCXL_DVSEC_ACTAG_MASK;
739 ocxl_config_set_afu_actag(struct pci_dev *dev, int pos, int actag_base, int actag_count) argument

Completed in 373 milliseconds