Home
last modified time | relevance | path

Searched refs:ocs_hw_io_abort (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/ocs_fc/
H A Docs_unsol.c134 hw_rc = ocs_hw_io_abort(&ocs->hw, hio, FALSE, in ocs_port_owned_abort()
H A Docs_hw.h1294 extern ocs_hw_rtn_e ocs_hw_io_abort(ocs_hw_t *, ocs_hw_io_t *, uint32_t, void *, void *);
H A Docs_scsi.c1397 rc = ocs_hw_io_abort(&io->ocs->hw, hio_to_abort, io->send_abts, in ocs_scsi_io_dispatch_no_hw_io()
H A Docs_hw.c4878 ocs_hw_io_abort(ocs_hw_t *hw, ocs_hw_io_t *io_to_abort, uint32_t send_abts, void *cb, void *arg) in ocs_hw_io_abort() function
8712 rc = ocs_hw_io_abort(hw, io, TRUE, NULL, NULL); in ocs_hw_wq_process_io()
8749 rc = ocs_hw_io_abort(hw, io, FALSE, NULL, NULL); in ocs_hw_wq_process_io()
11230 rc = ocs_hw_io_abort(hw, io, TRUE, NULL, NULL); in target_wqe_timer_nop_cb()