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

/freebsd-11-stable/sys/dev/ocs_fc/
H A Docs_scsi.c81 static uint32_t ocs_scsi_count_sgls(ocs_hw_dif_info_t *hw_dif, ocs_scsi_sgl_t *sgl, uint32_t sgl_count);
332 ocs_hw_dif_info_t *dif_info = &io->hw_dif;
512 ocs_hw_dif_info_t *dif_info = &io->hw_dif;
523 blocksize = ocs_hw_dif_mem_blocksize(&io->hw_dif, TRUE);
658 * @param hw_dif Pointer to HW dif information.
665 ocs_scsi_count_sgls(ocs_hw_dif_info_t *hw_dif, ocs_scsi_sgl_t *sgl, uint32_t sgl_count) argument
671 if (hw_dif->dif_oper != OCS_HW_DIF_OPER_DISABLED) {
674 if (!hw_dif->dif_separate) {
680 if (hw_dif->dif_separate) {
693 ocs_scsi_build_sgls(ocs_hw_t *hw, ocs_hw_io_t *hio, ocs_hw_dif_info_t *hw_dif, ocs_scsi_sgl_ argument
[all...]
H A Docs_io.h120 ocs_hw_dif_info_t hw_dif; /**< HW formatted DIF parameters */ member in struct:ocs_io_s

Completed in 63 milliseconds