Lines Matching refs:prp2_entry
267 U64 *prp_entry, *prp1_entry, *prp2_entry; in mpi3mr_app_build_nvme_prp() local
376 prp2_entry = (U64 *)((U8 *)(nvme_encap_request->Command) + MPI3MR_NVME_CMD_PRP2_OFFSET); in mpi3mr_app_build_nvme_prp()
431 prp_entry = prp2_entry; in mpi3mr_app_build_nvme_prp()
432 } else if (prp_entry == prp2_entry) { in mpi3mr_app_build_nvme_prp()
445 *prp2_entry = prp_entry_dma; in mpi3mr_app_build_nvme_prp()
446 if (*prp2_entry & sgemod_mask) { in mpi3mr_app_build_nvme_prp()
450 *prp2_entry &= ~sgemod_mask; in mpi3mr_app_build_nvme_prp()
451 *prp2_entry |= sgemod_val; in mpi3mr_app_build_nvme_prp()
464 *prp2_entry = dma_addr; in mpi3mr_app_build_nvme_prp()
465 if (*prp2_entry & sgemod_mask) { in mpi3mr_app_build_nvme_prp()
469 *prp2_entry &= ~sgemod_mask; in mpi3mr_app_build_nvme_prp()
470 *prp2_entry |= sgemod_val; in mpi3mr_app_build_nvme_prp()