Home
last modified time | relevance | path

Searched refs:num_host_mem_reqs (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/amd/pds_core/
H A Ddebugfs.c188 if (!pdsc->host_mem_reqs || pdsc->num_host_mem_reqs == 0) { in host_mem_show()
194 pdsc->num_host_mem_reqs); in host_mem_show()
198 for (i = 0; i < pdsc->num_host_mem_reqs; i++) { in host_mem_show()
H A Dcore.c753 pdsc->num_host_mem_reqs++; in pdsc_host_mem_add_one()
834 for (i = 0; i < pdsc->num_host_mem_reqs; i++) { in pdsc_host_mem_free()
844 pdsc->num_host_mem_reqs = 0; in pdsc_host_mem_free()
H A Dcore.h230 u16 num_host_mem_reqs; member