Home
last modified time | relevance | path

Searched refs:abort_io (Results 1 – 2 of 2) sorted by relevance

/drivers/scsi/elx/efct/
Defct_scsi.c1103 struct efct_io *abort_io = NULL; in efct_scsi_tgt_abort_io() local
1120 abort_io = efct_io_pool_io_alloc(efct->xport->io_pool); in efct_scsi_tgt_abort_io()
1121 if (!abort_io) { in efct_scsi_tgt_abort_io()
1129 abort_io->cmd_tgt = true; in efct_scsi_tgt_abort_io()
1130 abort_io->node = io->node; in efct_scsi_tgt_abort_io()
1133 abort_io->io_type = EFCT_IO_TYPE_ABORT; in efct_scsi_tgt_abort_io()
1134 abort_io->display_name = "tgt_abort"; in efct_scsi_tgt_abort_io()
1135 abort_io->io_to_abort = io; in efct_scsi_tgt_abort_io()
1136 abort_io->send_abts = false; in efct_scsi_tgt_abort_io()
1137 abort_io->abort_cb = cb; in efct_scsi_tgt_abort_io()
[all …]
/drivers/scsi/bnx2fc/
Dbnx2fc_els.c396 bool abort_io = false; in bnx2fc_rec_compl() local
483 goto abort_io; in bnx2fc_rec_compl()
496 abort_io: in bnx2fc_rec_compl()
531 abort_io = true; in bnx2fc_rec_compl()
551 abort_io = true; in bnx2fc_rec_compl()
554 if (abort_io) { in bnx2fc_rec_compl()