Lines Matching refs:prp2_entry
266 U64 *prp_entry, *prp1_entry, *prp2_entry; in mpi3mr_app_build_nvme_prp() local
375 prp2_entry = (U64 *)((U8 *)(nvme_encap_request->Command) + MPI3MR_NVME_CMD_PRP2_OFFSET); in mpi3mr_app_build_nvme_prp()
430 prp_entry = prp2_entry; in mpi3mr_app_build_nvme_prp()
431 } else if (prp_entry == prp2_entry) { in mpi3mr_app_build_nvme_prp()
444 *prp2_entry = prp_entry_dma; in mpi3mr_app_build_nvme_prp()
445 if (*prp2_entry & sgemod_mask) { in mpi3mr_app_build_nvme_prp()
449 *prp2_entry &= ~sgemod_mask; in mpi3mr_app_build_nvme_prp()
450 *prp2_entry |= sgemod_val; in mpi3mr_app_build_nvme_prp()
463 *prp2_entry = dma_addr; in mpi3mr_app_build_nvme_prp()
464 if (*prp2_entry & sgemod_mask) { in mpi3mr_app_build_nvme_prp()
468 *prp2_entry &= ~sgemod_mask; in mpi3mr_app_build_nvme_prp()
469 *prp2_entry |= sgemod_val; in mpi3mr_app_build_nvme_prp()