Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/misc/cxl/
Dnative.c213 afu->sw_command_status = (__be64 *)((char *)afu->spa + in attach_spa()
219 …us: 0x%p CXL_PSL_SPAP_An=0x%016llx\n", afu->spa, afu->spa_max_procs, afu->sw_command_status, spap); in attach_spa()
345 *(ctx->afu->sw_command_status) = cpu_to_be64(cmd | 0 | ctx->pe); in do_process_element_cmd()
359 state = be64_to_cpup(ctx->afu->sw_command_status); in do_process_element_cmd()
Dcxl.h380 __be64 *sw_command_status; member