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

/freebsd-11-stable/sys/dev/ocs_fc/
H A Docs_scsi.c1027 hio = ocs_hw_io_alloc(&ocs->hw);
1180 hio = ocs_hw_io_alloc(&io->ocs->hw);
H A Docs_hw.h1288 extern ocs_hw_io_t *ocs_hw_io_alloc(ocs_hw_t *);
H A Docs_hw.c987 wq->send_frame_io = ocs_hw_io_alloc(hw);
989 ocs_log_err(hw->os, "ocs_hw_io_alloc for send_frame_io failed\n");
993 hw->hw_wq[0]->send_frame_io = ocs_hw_io_alloc(hw);
995 ocs_log_err(hw->os, "ocs_hw_io_alloc for send_frame_io failed\n");
3324 * allocated with ocs_hw_io_alloc() but are freed with this
3391 ocs_hw_io_alloc(ocs_hw_t *hw) function
3560 return ocs_ref_put(&io->ref); /* ocs_ref_get(): ocs_hw_io_alloc() */
4187 io->sec_hio = ocs_hw_io_alloc(hw);
4686 io->ovfl_io = ocs_hw_io_alloc(hw);
11453 * Note: We cannot use ocs_hw_io_alloc() becaus
[all...]

Completed in 94 milliseconds