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()
737 unsigned int first_prp_len = NVME_CTRL_PAGE_SIZE - offset; in nvme_setup_prp_simple() local745 if (bv->bv_len > first_prp_len) in nvme_setup_prp_simple()746 cmnd->dptr.prp2 = cpu_to_le64(iod->first_dma + first_prp_len); in nvme_setup_prp_simple()
2158 u32 first_prp_len; in megasas_make_prp_nvme() local2203 first_prp_len = mr_nvme_pg_size - offset; in megasas_make_prp_nvme()2206 ptr_first_sgl->Length = cpu_to_le32(first_prp_len); in megasas_make_prp_nvme()2208 data_len -= first_prp_len; in megasas_make_prp_nvme()2210 if (sge_len > first_prp_len) { in megasas_make_prp_nvme()2211 sge_addr += first_prp_len; in megasas_make_prp_nvme()2212 sge_len -= first_prp_len; in megasas_make_prp_nvme()2213 } else if (sge_len == first_prp_len) { in megasas_make_prp_nvme()
2451 u32 first_prp_len; in base_make_prp_nvme() local2510 first_prp_len = nvme_pg_size - offset; in base_make_prp_nvme()2513 ptr_first_sgl->Length = cpu_to_le32(first_prp_len); in base_make_prp_nvme()2515 data_len -= first_prp_len; in base_make_prp_nvme()2517 if (sge_len > first_prp_len) { in base_make_prp_nvme()2518 sge_addr += first_prp_len; in base_make_prp_nvme()2519 sge_len -= first_prp_len; in base_make_prp_nvme()2520 } else if (data_len && (sge_len == first_prp_len)) { in base_make_prp_nvme()