Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/scsi/megaraid/
H A Dmegaraid_sas_fusion.c2065 bool build_prp = false; in megasas_is_prp_possible() local
2083 build_prp = true; in megasas_is_prp_possible()
2088 build_prp = true; in megasas_is_prp_possible()
2091 return build_prp; in megasas_is_prp_possible()
2120 bool build_prp = false; in megasas_make_prp_nvme() local
2125 build_prp = megasas_is_prp_possible(instance, scmd, sge_count); in megasas_make_prp_nvme()
2127 if (!build_prp) in megasas_make_prp_nvme()
2218 return build_prp; in megasas_make_prp_nvme()
2312 bool build_prp = false; in megasas_make_sgl() local
2324 build_prp = megasas_make_prp_nvme(instance, scp, sgl_chain64, in megasas_make_sgl()
[all …]
/OK3568_Linux_fs/kernel/drivers/scsi/mpt3sas/
H A Dmpt3sas_base.c2375 bool build_prp = true; in base_is_prp_possible() local
2380 build_prp = false; in base_is_prp_possible()
2381 return build_prp; in base_is_prp_possible()
2388 build_prp = false; in base_is_prp_possible()
2390 return build_prp; in base_is_prp_possible()