Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/cxlflash/
Dcommon.h248 u32 desired_hwqs; /* Desired h/w queues, effective on AFU reset */ member
Dmain.c1022 cfg->afu->desired_hwqs = CXLFLASH_DEF_HWQS; in alloc_mem()
2128 afu->num_hwqs = afu->desired_hwqs; in init_afu()
3004 afu->desired_hwqs = min(num_hwqs, CXLFLASH_MAX_HWQS); in num_hwqs_store()
3005 WARN_ON_ONCE(afu->desired_hwqs == 0); in num_hwqs_store()