Searched refs:abort_io (Results 1 - 3 of 3) sorted by last modified time

/freebsd-11-stable/sys/dev/ocs_fc/
H A Docs_unsol.h51 extern void ocs_seq_coalesce_cleanup(ocs_hw_io_t *hio, uint8_t abort_io);
H A Docs_scsi.c1943 ocs_io_t *abort_io = NULL; local
1963 abort_io = ocs_io_alloc(ocs);
1964 if (abort_io == NULL) {
1971 ocs_assert(abort_io->hio == NULL, -1);
1974 abort_io->cmd_tgt = TRUE;
1975 abort_io->node = io->node;
1978 abort_io->io_type = OCS_IO_TYPE_ABORT;
1979 abort_io->display_name = "tgt_abort";
1980 abort_io->io_to_abort = io;
1981 abort_io
[all...]
H A Docs_els.c2001 ocs_io_t *abort_io = NULL; /* IO structure used to abort ELS */ local
2005 abort_io = app;
2006 els = abort_io->io_to_abort;
2017 ocs_io_free(ocs, abort_io);
2055 ocs_io_t *abort_io = NULL; local
2073 abort_io = ocs_io_alloc(ocs);
2074 if (abort_io == NULL) {
2077 ocs_assert(abort_io->hio == NULL, NULL);
2080 abort_io->ocs = ocs;
2081 abort_io
[all...]

Completed in 85 milliseconds