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

/freebsd-13-stable/sys/dev/ocs_fc/
H A Docs_io.h144 ocs_io_t *io_to_abort; /**< pointer to IO to abort */ member in struct:ocs_io_s
H A Docs_scsi.c1071 if (io->io_to_abort->hio != NULL) {
1379 ocs_assert(io->io_to_abort, -1);
1380 hio_to_abort = io->io_to_abort->hio;
1390 * on io_to_abort, it should not be possible to have been completed
1394 SCSI_IOFMT_ARGS(io->io_to_abort));
1399 scsi_io_printf(io, "aborting " SCSI_IOFMT "\n", SCSI_IOFMT_ARGS(io->io_to_abort));
1408 SCSI_IOFMT_ARGS(io->io_to_abort), rc);
1893 abort_cb(io->io_to_abort, scsi_status, 0, abort_cb_arg);
1896 ocs_assert(io != io->io_to_abort, -1);
1899 ocs_ref_put(&io->io_to_abort
2413 ocs_scsi_send_tmf(ocs_node_t *node, ocs_io_t *io, ocs_io_t *io_to_abort, uint64_t lun, ocs_scsi_tmf_cmd_e tmf, ocs_scsi_sgl_t *sgl, uint32_t sgl_count, uint32_t len, ocs_scsi_rsp_io_cb_t cb, void *arg) argument
[all...]
H A Docs_hw.c4849 * @param io_to_abort The IO to abort.
4858 ocs_hw_io_abort(ocs_hw_t *hw, ocs_hw_io_t *io_to_abort, uint32_t send_abts, void *cb, void *arg) argument
4865 if (!hw || !io_to_abort) {
4868 hw, io_to_abort);
4879 if (ocs_ref_get_unless_zero(&io_to_abort->ref) == 0) {
4883 io_to_abort->indicator, io_to_abort->reqtag);
4889 if (io_to_abort->wq == NULL) {
4890 ocs_log_test(hw->os, "io_to_abort xri=0x%x not active on WQ\n",
4891 io_to_abort
[all...]
H A Docs_scsi.h360 extern int32_t ocs_scsi_send_tmf(ocs_node_t *node, ocs_io_t *io, ocs_io_t *io_to_abort, uint64_t lun,
H A Docs_els.c1997 els = abort_io->io_to_abort;
2078 abort_io->io_to_abort = els;

Completed in 132 milliseconds