Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/megaraid/
Dmegaraid_sas_fusion.c1849 bool build_prp = false; in megasas_is_prp_possible() local
1868 build_prp = true; in megasas_is_prp_possible()
1873 build_prp = true; in megasas_is_prp_possible()
1910 build_prp = false; in megasas_is_prp_possible()
1920 build_prp = false; in megasas_is_prp_possible()
1929 build_prp = false; in megasas_is_prp_possible()
1936 return build_prp; in megasas_is_prp_possible()
1965 bool build_prp = false; in megasas_make_prp_nvme() local
1973 build_prp = megasas_is_prp_possible(instance, scmd, sge_count); in megasas_make_prp_nvme()
1975 if (!build_prp) in megasas_make_prp_nvme()
[all …]
/Linux-v4.19/drivers/scsi/mpt3sas/
Dmpt3sas_base.c2122 bool build_prp = true; in base_is_prp_possible() local
2130 build_prp = false; in base_is_prp_possible()
2132 return build_prp; in base_is_prp_possible()