Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/megaraid/
Dmegaraid_sas_fusion.c2042 bool build_prp = false; in megasas_is_prp_possible() local
2060 build_prp = true; in megasas_is_prp_possible()
2065 build_prp = true; in megasas_is_prp_possible()
2102 build_prp = false; in megasas_is_prp_possible()
2111 build_prp = false; in megasas_is_prp_possible()
2119 build_prp = false; in megasas_is_prp_possible()
2125 return build_prp; in megasas_is_prp_possible()
2154 bool build_prp = false; in megasas_make_prp_nvme() local
2159 build_prp = megasas_is_prp_possible(instance, scmd, sge_count); in megasas_make_prp_nvme()
2161 if (!build_prp) in megasas_make_prp_nvme()
[all …]
/Linux-v5.4/drivers/scsi/mpt3sas/
Dmpt3sas_base.c2260 bool build_prp = true; in base_is_prp_possible() local
2265 build_prp = false; in base_is_prp_possible()
2266 return build_prp; in base_is_prp_possible()
2273 build_prp = false; in base_is_prp_possible()
2275 return build_prp; in base_is_prp_possible()