Home
last modified time | relevance | path

Searched refs:ocs_hw_io_add_sge (Results 1 – 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/ocs_fc/
HDocs_scsi.c770 rc = ocs_hw_io_add_sge(hw, hio, sgl[i].addr, sgl[i].len); in ocs_scsi_build_sgls()
783 rc = ocs_hw_io_add_sge(hw, hio, sgl[i].addr, sgl[i].len); in ocs_scsi_build_sgls()
HDocs_hw.h1301 extern ocs_hw_rtn_e ocs_hw_io_add_sge(ocs_hw_t *, ocs_hw_io_t *, uintptr_t, uint32_t);
HDocs_hw.c4749 ocs_hw_io_add_sge(ocs_hw_t *hw, ocs_hw_io_t *io, uintptr_t addr, uint32_t length) in ocs_hw_io_add_sge() function