Home
last modified time | relevance | path

Searched refs:tgt_io (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/drivers/scsi/elx/efct/
H A Defct_lio.c359 return io->tgt_io.state; in efct_lio_get_cmd_state()
365 struct efct_scsi_tgt_io *ocp = &io->tgt_io; in efct_lio_sg_map()
378 struct efct_scsi_tgt_io *ocp = &io->tgt_io; in efct_lio_sg_unmap()
536 struct se_cmd *cmd = &io->tgt_io.cmd; in efct_lio_send_resp()
602 if (io->tgt_io.aborting) { in efct_lio_datamove_done()
609 io->tgt_io.cmd.transport_state); in efct_lio_datamove_done()
618 target_execute_cmd(&io->tgt_io.cmd); in efct_lio_datamove_done()
1325 struct se_cmd *se_cmd = &io->tgt_io.cmd; in efct_scsi_recv_cmd()
1439 tmfio->tgt_io.tmf = tmr_func; in efct_scsi_recv_tmf()
1440 tmfio->tgt_io.lun = lun; in efct_scsi_recv_tmf()
[all …]
H A Defct_lio.h25 io->tgt_io.tmf, ##__VA_ARGS__)
27 #define efct_set_lio_io_state(io, value) (io->tgt_io.state |= value)
H A Defct_io.h113 struct efct_scsi_tgt_io tgt_io; member
H A Defct_unsol.c438 efct_scsi_recv_tmf(io, abortio->tgt_io.lun, in efct_process_abts()
/linux-6.15/Documentation/scsi/
H A DChangeLog.lpfc685 * Changed tgt_io to outfcpio lpfc_fcp.c.