Searched refs:ocs_hw_io_abort (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/ocs_fc/ |
H A D | ocs_unsol.c | 134 hw_rc = ocs_hw_io_abort(&ocs->hw, hio, FALSE, in ocs_port_owned_abort()
|
H A D | ocs_hw.h | 1294 extern ocs_hw_rtn_e ocs_hw_io_abort(ocs_hw_t *, ocs_hw_io_t *, uint32_t, void *, void *);
|
H A D | ocs_scsi.c | 1397 rc = ocs_hw_io_abort(&io->ocs->hw, hio_to_abort, io->send_abts, in ocs_scsi_io_dispatch_no_hw_io()
|
H A D | ocs_hw.c | 4878 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()
|