Searched refs:sec_hio (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/ocs_fc/
H A Docs_hw.c3745 io->sec_hio = sec_io;
3765 io->sec_iparam.fcp_tgt.offset, io->sec_len, io->indicator, io->sec_hio->indicator,
4181 * we can re-use this for the sec_hio.
4184 io->sec_hio = io->ovfl_io;
4185 io->sec_hio->quarantine = TRUE;
4187 io->sec_hio = ocs_hw_io_alloc(hw);
4189 if (io->sec_hio == NULL) {
4207 io->sec_hio->quarantine = TRUE;
4212 * If not the first data phase, and io->sec_hio has been allocated, then issue
4215 if (io->xbusy && (io->sec_hio !
[all...]
H A Docs_hw.h620 struct ocs_hw_io_s *sec_hio; /**< Secondary HW IO context */ member in struct:ocs_hw_io_s

Completed in 144 milliseconds