Searched refs:abort_io (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-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_els.c1992 ocs_io_t *abort_io = NULL; /* IO structure used to abort ELS */ local
1996 abort_io = app;
1997 els = abort_io->io_to_abort;
2008 ocs_io_free(ocs, abort_io);
2046 ocs_io_t *abort_io = NULL; local
2064 abort_io = ocs_io_alloc(ocs);
2065 if (abort_io == NULL) {
2068 ocs_assert(abort_io->hio == NULL, NULL);
2071 abort_io->ocs = ocs;
2072 abort_io
[all...]
H A Docs_scsi.c1928 ocs_io_t *abort_io = NULL; local
1948 abort_io = ocs_io_alloc(ocs);
1949 if (abort_io == NULL) {
1956 ocs_assert(abort_io->hio == NULL, -1);
1959 abort_io->cmd_tgt = TRUE;
1960 abort_io->node = io->node;
1963 abort_io->io_type = OCS_IO_TYPE_ABORT;
1964 abort_io->display_name = "tgt_abort";
1965 abort_io->io_to_abort = io;
1966 abort_io
[all...]

Completed in 105 milliseconds