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

/freebsd-12-stable/sys/dev/ocs_fc/
H A Docs_io.h116 send_abts:1, /**< when aborting, indicates ABTS is to be sent */ member in struct:ocs_io_s
H A Docs_io.c374 ocs_ddump_value(textbuf, "send_abts", "%d", io->send_abts);
H A Docs_els.c67 static ocs_io_t *ocs_els_abort_io(ocs_io_t *els, int send_abts);
2044 * @param send_abts Boolean to indicate if hardware will automatically generate an ABTS.
2050 ocs_els_abort_io(ocs_io_t *els, int send_abts) argument
2088 abort_io->send_abts = send_abts;
H A Docs_scsi.c1413 rc = ocs_hw_io_abort(&io->ocs->hw, hio_to_abort, io->send_abts,
1981 abort_io->send_abts = FALSE;
2451 io->send_abts = TRUE;
H A Docs_hw.h547 send_abts:1, /**< set to 1 to have hardware to automatically send ABTS */ member in struct:__anon14797
H A Docs_hw.c3657 wqe->send_abts, wqe->id, 0, wqe->abort_reqtag, SLI4_CQ_DEFAULT );
3705 wqe->send_abts, wqe->id, 0, wqe->abort_reqtag, SLI4_CQ_DEFAULT);
4870 * @param send_abts Boolean to have the hardware automatically
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
4970 io_to_abort->wqe.send_abts = send_abts;
4979 if (sli_abort_wqe(&hw->sli, io_to_abort->wqe.wqebuf, hw->sli.config.wqe_size, atype, send_abts, id, mask,
H A Dsli4.c6381 * @param send_abts Boolean to cause the hardware to automatically generate an ABTS.
6392 sli_abort_wqe(sli4_t *sli4, void *buf, size_t size, sli4_abort_type_e type, uint32_t send_abts, argument
6418 abort->ia = send_abts ? 0 : 1;

Completed in 325 milliseconds