Searched refs:NVME_RW_PRINFO_PRACT (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/nvme/host/
H A Dioctl.c230 if ((io.control & NVME_RW_PRINFO_PRACT) &&
H A Drdma.c1377 if (control & NVME_RW_PRINFO_PRACT) {
1383 control &= ~NVME_RW_PRINFO_PRACT;
H A Dcore.c933 cmnd->write_zeroes.control |= cpu_to_le16(NVME_RW_PRINFO_PRACT);
985 control |= NVME_RW_PRINFO_PRACT;
/linux-master/drivers/nvme/target/
H A Drdma.c608 if (control & NVME_RW_PRINFO_PRACT) {
614 control &= ~NVME_RW_PRINFO_PRACT;
/linux-master/include/linux/
H A Dnvme.h1002 NVME_RW_PRINFO_PRACT = 1 << 13, enumerator in enum:__anon2299

Completed in 148 milliseconds