Searched refs:def_sgl (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/ocs_fc/ |
H A D | ocs_scsi.c | 914 ocs_addr32_hi(hio->def_sgl.phys), in ocs_log_sgl() 915 ocs_addr32_lo(hio->def_sgl.phys)); in ocs_log_sgl() 916 n_sge = (hio->sgl == &hio->def_sgl ? hio->n_sge : hio->def_sgl_count); in ocs_log_sgl() 917 for (i = 0, data = hio->def_sgl.virt; i < n_sge; i++, data++) { in ocs_log_sgl()
|
H A D | ocs_hw.c | 3757 if (sli_fcp_cont_treceive64_wqe(&hw->sli, io->wqe.wqebuf, hw->sli.config.wqe_size, &io->def_sgl, in ocs_hw_check_sec_hio_list() 3768 if (sli_fcp_treceive64_wqe(&hw->sli, io->wqe.wqebuf, hw->sli.config.wqe_size, &io->def_sgl, in ocs_hw_check_sec_hio_list() 4105 …if (sli_fcp_iread64_wqe(&hw->sli, io->wqe.wqebuf, hw->sli.config.wqe_size, &io->def_sgl, io->first… in ocs_hw_io_send() 4119 …if (sli_fcp_iwrite64_wqe(&hw->sli, io->wqe.wqebuf, hw->sli.config.wqe_size, &io->def_sgl, io->firs… in ocs_hw_io_send() 4135 if (sli_fcp_icmnd64_wqe(&hw->sli, io->wqe.wqebuf, hw->sli.config.wqe_size, &io->def_sgl, in ocs_hw_io_send() 4216 …if (sli_fcp_cont_treceive64_wqe(&hw->sli, io->wqe.wqebuf, hw->sli.config.wqe_size, &io->def_sgl, i… in ocs_hw_io_send() 4227 …if (sli_fcp_treceive64_wqe(&hw->sli, io->wqe.wqebuf, hw->sli.config.wqe_size, &io->def_sgl, io->fi… in ocs_hw_io_send() 4250 …if (sli_fcp_tsend64_wqe(&hw->sli, io->wqe.wqebuf, hw->sli.config.wqe_size, &io->def_sgl, io->first… in ocs_hw_io_send() 4284 &io->def_sgl, in ocs_hw_io_send() 4419 io->sgl = &io->def_sgl; in ocs_hw_io_restore_sgl() [all …]
|
H A D | ocs_hw_queues.c | 2323 ocs_dma_t *psgls = &io->def_sgl; in ocs_hw_rqpair_auto_xfer_rdy_move_to_port() 2408 data = io->def_sgl.virt; in ocs_hw_rqpair_auto_xfer_rdy_buffer_post()
|
H A D | ocs_hw.h | 602 ocs_dma_t def_sgl; /**< default scatter gather list */ member
|