Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/megaraid/
H A Dmegaraid_sas_fusion.c2104 bool build_prp = false; in megasas_is_prp_possible() local
2122 build_prp = true; in megasas_is_prp_possible()
2127 build_prp = true; in megasas_is_prp_possible()
2130 return build_prp; in megasas_is_prp_possible()
2159 bool build_prp = false; in megasas_make_prp_nvme() local
2164 build_prp = megasas_is_prp_possible(instance, scmd, sge_count); in megasas_make_prp_nvme()
2166 if (!build_prp) in megasas_make_prp_nvme()
2257 return build_prp; in megasas_make_prp_nvme()
2351 bool build_prp = false; in megasas_make_sgl() local
2363 build_prp = megasas_make_prp_nvme(instance, scp, sgl_chain64, in megasas_make_sgl()
[all …]
/openbmc/linux/drivers/scsi/mpt3sas/
H A Dmpt3sas_base.c2571 bool build_prp = true; in base_is_prp_possible() local
2576 build_prp = false; in base_is_prp_possible()
2577 return build_prp; in base_is_prp_possible()
2584 build_prp = false; in base_is_prp_possible()
2586 return build_prp; in base_is_prp_possible()