Home
last modified time | relevance | path

Searched refs:ocs_hw_io_s (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/ocs_fc/
H A Docs_hw.h45 typedef struct ocs_hw_io_s ocs_hw_io_t;
464 typedef int32_t (*ocs_hw_done_t)(struct ocs_hw_io_s *, ocs_remote_node_t *, uint32_t len, int32_t s…
557 struct ocs_hw_io_s { struct
615 struct ocs_hw_io_s *sec_hio; /**< Secondary HW IO context */ argument
H A Docs_scsi.c72 static int32_t ocs_scsi_abort_io_cb(struct ocs_hw_io_s *hio, ocs_remote_node_t *rnode, uint32_t len…
2665 ocs_scsi_abort_io_cb(struct ocs_hw_io_s *hio, ocs_remote_node_t *rnode, uint32_t len, int32_t statu… in ocs_scsi_abort_io_cb()