Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/ocs_fc/
HDocs_unsol.c138 hw_rc = ocs_hw_io_abort(&ocs->hw, hio, FALSE, in ocs_port_owned_abort()
HDocs_hw.h1303 extern ocs_hw_rtn_e ocs_hw_io_abort(ocs_hw_t *, ocs_hw_io_t *, uint32_t, void *, void *);
HDocs_scsi.c1413 rc = ocs_hw_io_abort(&io->ocs->hw, hio_to_abort, io->send_abts, in ocs_scsi_io_dispatch_no_hw_io()
HDocs_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
8719 rc = ocs_hw_io_abort(hw, io, TRUE, NULL, NULL); in ocs_hw_wq_process_io()
8756 rc = ocs_hw_io_abort(hw, io, FALSE, NULL, NULL); in ocs_hw_wq_process_io()
11237 ocs_hw_io_abort(hw, io, FALSE, NULL, NULL); in target_wqe_timer_nop_cb()