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

/freebsd-11-stable/sys/dev/ocs_fc/
H A Docs_io.h145 ocs_io_t *io_to_abort; /**< pointer to IO to abort */ member in struct:ocs_io_s
H A Docs_scsi.c1082 if (io->io_to_abort->hio != NULL) {
1392 ocs_assert(io->io_to_abort, -1);
1393 hio_to_abort = io->io_to_abort->hio;
1403 * on io_to_abort, it should not be possible to have been completed
1407 SCSI_IOFMT_ARGS(io->io_to_abort));
1412 scsi_io_printf(io, "aborting " SCSI_IOFMT "\n", SCSI_IOFMT_ARGS(io->io_to_abort));
1421 SCSI_IOFMT_ARGS(io->io_to_abort), rc);
1908 abort_cb(io->io_to_abort, scsi_status, 0, abort_cb_arg);
1911 ocs_assert(io != io->io_to_abort, -1);
1914 ocs_ref_put(&io->io_to_abort
2430 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.c4869 * @param io_to_abort The IO to abort.
4878 ocs_hw_io_abort(ocs_hw_t *hw, ocs_hw_io_t *io_to_abort, uint32_t send_abts, void *cb, void *arg) argument
4885 if (!hw || !io_to_abort) {
4888 hw, io_to_abort);
4899 if (ocs_ref_get_unless_zero(&io_to_abort->ref) == 0) {
4903 io_to_abort->indicator, io_to_abort->reqtag);
4909 if (io_to_abort->wq == NULL) {
4910 ocs_log_test(hw->os, "io_to_abort xri=0x%x not active on WQ\n",
4911 io_to_abort
[all...]
H A Docs_scsi.h363 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.c2006 els = abort_io->io_to_abort;
2087 abort_io->io_to_abort = els;

Completed in 113 milliseconds