Home
last modified time | relevance | path

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

/Linux-v6.6/arch/powerpc/include/asm/
Dpnv-ocxl.h63 char *rate_buf, int rate_buf_size);
65 uint64_t rate_buf_phys, int rate_buf_size);
/Linux-v6.6/arch/powerpc/platforms/powernv/
Docxl.c330 char *rate_buf, int rate_buf_size) in pnv_ocxl_get_tl_cap() argument
332 if (rate_buf_size != PNV_OCXL_TL_RATE_BUF_SIZE) in pnv_ocxl_get_tl_cap()
345 memset(rate_buf, 0, rate_buf_size); in pnv_ocxl_get_tl_cap()
353 uint64_t rate_buf_phys, int rate_buf_size) in pnv_ocxl_set_tl_conf() argument
359 if (rate_buf_size != PNV_OCXL_TL_RATE_BUF_SIZE) in pnv_ocxl_set_tl_conf()
363 rate_buf_phys, rate_buf_size); in pnv_ocxl_set_tl_conf()