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

/freebsd-13-stable/sys/dev/ocs_fc/
H A Docs_scsi.c88 ocs_hw_dif_info_t *hw_dif_info);
792 * @param hw_dif_info Pointer to the FC HW API T10 DIF fields.
798 ocs_scsi_convert_dif_info(ocs_t *ocs, ocs_scsi_dif_info_t *scsi_dif_info, ocs_hw_dif_info_t *hw_dif_info) argument
801 ocs_memset(hw_dif_info, 0, sizeof(ocs_hw_dif_info_t));
804 hw_dif_info->dif_oper = OCS_HW_DIF_OPER_DISABLED;
805 hw_dif_info->blk_size = OCS_HW_DIF_BK_SIZE_NA;
812 hw_dif_info->dif_oper = OCS_HW_SGE_DIF_OP_IN_NODIF_OUT_CRC;
813 hw_dif_info->dif = SLI4_DIF_INSERT;
816 hw_dif_info->dif_oper = OCS_HW_SGE_DIF_OP_IN_CRC_OUT_NODIF;
817 hw_dif_info
[all...]

Completed in 105 milliseconds