Symbol: ocs_hw_io_type_e
sys/dev/ocs_fc/ocs_hw.c
3837
ocs_hw_srrs_send(ocs_hw_t *hw, ocs_hw_io_type_e type, ocs_hw_io_t *io,
sys/dev/ocs_fc/ocs_hw.c
4049
ocs_hw_io_send(ocs_hw_t *hw, ocs_hw_io_type_e type, ocs_hw_io_t *io,
sys/dev/ocs_fc/ocs_hw.c
4452
ocs_hw_io_init_sges(ocs_hw_t *hw, ocs_hw_io_t *io, ocs_hw_io_type_e type)
sys/dev/ocs_fc/ocs_hw.h
1284
extern ocs_hw_rtn_e ocs_hw_srrs_send(ocs_hw_t *, ocs_hw_io_type_e, ocs_hw_io_t *, ocs_dma_t *, uint32_t, ocs_dma_t *, ocs_remote_node_t *, ocs_hw_io_param_t *, ocs_hw_srrs_cb_t, void *);
sys/dev/ocs_fc/ocs_hw.h
1285
extern ocs_hw_rtn_e ocs_hw_io_send(ocs_hw_t *, ocs_hw_io_type_e, ocs_hw_io_t *, uint32_t, ocs_hw_io_param_t *, ocs_remote_node_t *, void *, void *);
sys/dev/ocs_fc/ocs_hw.h
1286
extern ocs_hw_rtn_e _ocs_hw_io_send(ocs_hw_t *hw, ocs_hw_io_type_e type, ocs_hw_io_t *io,
sys/dev/ocs_fc/ocs_hw.h
1290
extern ocs_hw_rtn_e ocs_hw_io_init_sges(ocs_hw_t *hw, ocs_hw_io_t *io, ocs_hw_io_type_e type);
sys/dev/ocs_fc/ocs_io.h
119
ocs_hw_io_type_e hio_type; /**< HW IO type */
sys/dev/ocs_fc/ocs_scsi.c
1458
ocs_hw_io_type_e type, int enable_ar,
sys/dev/ocs_fc/ocs_scsi.c
2481
static int32_t ocs_scsi_send_io(ocs_hw_io_type_e type, ocs_node_t *node, ocs_io_t *io, uint64_t lun,
sys/dev/ocs_fc/ocs_scsi.c
293
ocs_scsi_send_io(ocs_hw_io_type_e type, ocs_node_t *node, ocs_io_t *io, uint64_t lun,
sys/dev/ocs_fc/ocs_scsi.c
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, uint32_t sgl_count, ocs_hw_io_type_e type)