Home
last modified time | relevance | path

Searched refs:UNMAP (Results 1 – 13 of 13) sorted by relevance

/linux-6.15/drivers/scsi/
H A Dsd.h196 case UNMAP: in scsi_medium_access_command()
H A Dscsi_trace.c394 case UNMAP: in scsi_trace_parse_cdb()
H A Dsd.c923 cmd->cmnd[0] = UNMAP; in sd_setup_unmap_cmnd()
2358 case UNMAP: in sd_done()
/linux-6.15/include/scsi/
H A Dscsi_proto.h74 #define UNMAP 0x42 macro
/linux-6.15/include/trace/events/
H A Dtarget.h70 scsi_opcode_name(UNMAP), \
H A Dscsi.h68 scsi_opcode_name(UNMAP), \
/linux-6.15/drivers/ufs/core/
H A Dufs_trace.h22 { UNMAP, "UNMAP" })
H A Dufshcd.c460 } else if (opcode == UNMAP) { in ufshcd_add_command_trace()
/linux-6.15/Documentation/trace/
H A Dmmiotrace.rst155 iounmap event UNMAP timestamp, map id, PC, PID
/linux-6.15/drivers/target/
H A Dtarget_core_spc.c1553 .opcode = UNMAP,
1555 .usage_bits = {UNMAP, 0x00, 0x00, 0x00,
H A Dtarget_core_sbc.c969 case UNMAP: in sbc_parse_cdb()
/linux-6.15/Documentation/gpu/
H A Ddrm-vm-bind-async.rst183 * @obj: GEM object to operate on, MBZ for MAP_USERPTR, MBZ for UNMAP
/linux-6.15/drivers/scsi/mpi3mr/
H A Dmpi3mr_os.c5051 if ((scmd->cmnd[0] == UNMAP) && is_pcie_dev && in mpi3mr_qcmd()