Searched refs:first_prp_len (Results 1 – 4 of 4) sorted by relevance
494 unsigned int first_prp_len = NVME_CTRL_PAGE_SIZE - offset; in apple_nvme_setup_prp_simple() local502 if (bv->bv_len > first_prp_len) in apple_nvme_setup_prp_simple()503 cmnd->dptr.prp2 = cpu_to_le64(iod->first_dma + first_prp_len); in apple_nvme_setup_prp_simple()
752 unsigned int first_prp_len = NVME_CTRL_PAGE_SIZE - offset; in nvme_setup_prp_simple() local760 if (bv->bv_len > first_prp_len) in nvme_setup_prp_simple()761 cmnd->dptr.prp2 = cpu_to_le64(iod->first_dma + first_prp_len); in nvme_setup_prp_simple()
2161 u32 first_prp_len; in megasas_make_prp_nvme() local2206 first_prp_len = mr_nvme_pg_size - offset; in megasas_make_prp_nvme()2209 ptr_first_sgl->Length = cpu_to_le32(first_prp_len); in megasas_make_prp_nvme()2211 data_len -= first_prp_len; in megasas_make_prp_nvme()2213 if (sge_len > first_prp_len) { in megasas_make_prp_nvme()2214 sge_addr += first_prp_len; in megasas_make_prp_nvme()2215 sge_len -= first_prp_len; in megasas_make_prp_nvme()2216 } else if (sge_len == first_prp_len) { in megasas_make_prp_nvme()
2456 u32 first_prp_len; in base_make_prp_nvme() local2515 first_prp_len = nvme_pg_size - offset; in base_make_prp_nvme()2518 ptr_first_sgl->Length = cpu_to_le32(first_prp_len); in base_make_prp_nvme()2520 data_len -= first_prp_len; in base_make_prp_nvme()2522 if (sge_len > first_prp_len) { in base_make_prp_nvme()2523 sge_addr += first_prp_len; in base_make_prp_nvme()2524 sge_len -= first_prp_len; in base_make_prp_nvme()2525 } else if (data_len && (sge_len == first_prp_len)) { in base_make_prp_nvme()