Lines Matching refs:ph_rw
100 struct nvme_nvm_ph_rw ph_rw;
627 c->ph_rw.opcode = rqd->opcode;
628 c->ph_rw.nsid = cpu_to_le32(ns->head->ns_id);
629 c->ph_rw.spba = cpu_to_le64(rqd->ppa_addr.ppa);
630 c->ph_rw.metadata = cpu_to_le64(rqd->dma_meta_list);
631 c->ph_rw.control = cpu_to_le16(rqd->flags);
632 c->ph_rw.length = cpu_to_le16(rqd->nr_ppas - 1);
790 vcmd->ph_rw.spba = cpu_to_le64(ppa_dma);
792 vcmd->ph_rw.spba = cpu_to_le64((uintptr_t)ppa_buf);
817 vcmd->ph_rw.metadata = cpu_to_le64(metadata_dma);
867 c.ph_rw.opcode = vio.opcode;
868 c.ph_rw.nsid = cpu_to_le32(ns->head->ns_id);
869 c.ph_rw.control = cpu_to_le16(vio.control);
870 c.ph_rw.length = cpu_to_le16(vio.nppas);
909 c.ph_rw.length = cpu_to_le16(vcmd.nppas);
910 c.ph_rw.control = cpu_to_le16(vcmd.control);