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

/freebsd-11-stable/sys/dev/ocs_fc/
H A Docs_io.h120 ocs_hw_dif_info_t hw_dif; /**< HW formatted DIF parameters */
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);
82 static int ocs_scsi_dif_guard_is_crc(uint8_t direction, ocs_hw_dif_info_t *dif_info);
84 static uint32_t ocs_scsi_dif_check_guard(ocs_hw_dif_info_t *dif_info, ocs_scsi_vaddr_len_t addrlen[],
86 static uint32_t ocs_scsi_dif_check_app_tag(ocs_t *ocs, ocs_hw_dif_info_t *dif_info, uint16_t exp_app_tag, ocs_dif_t *dif);
87 static uint32_t ocs_scsi_dif_check_ref_tag(ocs_t *ocs, ocs_hw_dif_info_t *dif_info, uint32_t exp_ref_tag, ocs_dif_t *dif);
89 ocs_hw_dif_info_t *hw_dif_info);
332 ocs_hw_dif_info_t *dif_info = &io->hw_dif;
453 ocs_scsi_dif_guard_is_crc(uint8_t direction, ocs_hw_dif_info_t *dif_info)
512 ocs_hw_dif_info_t *dif_info = &io->hw_dif;
574 ocs_scsi_dif_check_guard(ocs_hw_dif_info_t *dif_inf
[all...]
H A Docs_hw.h399 } ocs_hw_dif_info_t; typedef in typeref:struct:ocs_hw_dif_info_s
1300 extern ocs_hw_rtn_e ocs_hw_io_add_seed_sge(ocs_hw_t *hw, ocs_hw_io_t *io, ocs_hw_dif_info_t *dif_info);
1465 extern uint32_t ocs_hw_dif_blocksize(ocs_hw_dif_info_t *dif_info);
1466 extern int32_t ocs_hw_dif_mem_blocksize(ocs_hw_dif_info_t *dif_info, int wiretomem);
1467 extern int32_t ocs_hw_dif_wire_blocksize(ocs_hw_dif_info_t *dif_info, int wiretomem);
H A Docs_utils.c1496 ocs_hw_dif_blocksize(ocs_hw_dif_info_t *dif_info)
1530 ocs_hw_dif_mem_blocksize(ocs_hw_dif_info_t *dif_info, int wiretomem)
1587 ocs_hw_dif_wire_blocksize(ocs_hw_dif_info_t *dif_info, int wiretomem)
H A Docs_hw.c4564 ocs_hw_io_add_seed_sge(ocs_hw_t *hw, ocs_hw_io_t *io, ocs_hw_dif_info_t *dif_info)

Completed in 88 milliseconds