Home
last modified time | relevance | path

Searched refs:send_abts (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/dev/ocs_fc/
H A Docs_io.h113 send_abts:1, /**< when aborting, indicates ABTS is to be sent */ member
H A Docs_els.c65 static ocs_io_t *ocs_els_abort_io(ocs_io_t *els, int send_abts);
2039 ocs_els_abort_io(ocs_io_t *els, int send_abts) in ocs_els_abort_io() argument
2077 abort_io->send_abts = send_abts; in ocs_els_abort_io()
H A Docs_io.c372 ocs_ddump_value(textbuf, "send_abts", "%d", io->send_abts); in ocs_ddump_io()
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()
1963 abort_io->send_abts = FALSE; in ocs_scsi_tgt_abort_io()
2435 io->send_abts = TRUE; in ocs_scsi_send_tmf()
H A Docs_hw.h542 send_abts:1, /**< set to 1 to have hardware to automatically send ABTS */ member
H A Docs_hw.c3651 wqe->send_abts, wqe->id, 0, wqe->abort_reqtag, SLI4_CQ_DEFAULT ); in hw_wq_write()
3699 wqe->send_abts, wqe->id, 0, wqe->abort_reqtag, SLI4_CQ_DEFAULT); in hw_wq_submit_pending()
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() argument
4970 io_to_abort->wqe.send_abts = send_abts; in ocs_hw_io_abort()
4979 …if (sli_abort_wqe(&hw->sli, io_to_abort->wqe.wqebuf, hw->sli.config.wqe_size, atype, send_abts, id… in ocs_hw_io_abort()
H A Dsli4.c6538 sli_abort_wqe(sli4_t *sli4, void *buf, size_t size, sli4_abort_type_e type, uint32_t send_abts, in sli_abort_wqe() argument
6564 abort->ia = send_abts ? 0 : 1; in sli_abort_wqe()