Searched refs:hw_dif (Results 1 – 2 of 2) sorted by relevance
76 static uint32_t ocs_scsi_count_sgls(ocs_hw_dif_info_t *hw_dif, ocs_scsi_sgl_t *sgl, uint32_t sgl_co…325 ocs_hw_dif_info_t *dif_info = &io->hw_dif; in ocs_target_io_cb()504 ocs_hw_dif_info_t *dif_info = &io->hw_dif; in ocs_scsi_dif_check_unknown()515 blocksize = ocs_hw_dif_mem_blocksize(&io->hw_dif, TRUE); in ocs_scsi_dif_check_unknown()656 ocs_scsi_count_sgls(ocs_hw_dif_info_t *hw_dif, ocs_scsi_sgl_t *sgl, uint32_t sgl_count) in ocs_scsi_count_sgls() argument662 if (hw_dif->dif_oper != OCS_HW_DIF_OPER_DISABLED) { in ocs_scsi_count_sgls()664 if (!hw_dif->dif_separate) { in ocs_scsi_count_sgls()670 if (hw_dif->dif_separate) { in ocs_scsi_count_sgls()683 ocs_scsi_build_sgls(ocs_hw_t *hw, ocs_hw_io_t *hio, ocs_hw_dif_info_t *hw_dif, ocs_scsi_sgl_t *sgl,… in ocs_scsi_build_sgls() argument701 if (hw_dif->dif_oper != OCS_HW_DIF_OPER_DISABLED) { in ocs_scsi_build_sgls()[all …]
117 ocs_hw_dif_info_t hw_dif; /**< HW formatted DIF parameters */ member