Home
last modified time | relevance | path

Searched defs:hio (Results 1 – 8 of 8) sorted by relevance

/freebsd/sbin/hastd/
H A Dsecondary.c66 struct hio { struct
67 uint64_t hio_seq; argument
68 int hio_error; argument
69 void *hio_data; argument
70 uint8_t hio_cmd; argument
71 uint64_t hio_offset; argument
72 uint64_t hio_length; argument
73 bool hio_memsync; argument
111 #define QUEUE_INSERT(name, hio) do { \ argument
119 #define QUEUE_TAKE(name, hio) do { \ argument
[all …]
H A Dprimary.c73 struct hio { struct
80 refcnt_t hio_countdown; argument
86 int *hio_errors; argument
90 struct g_gate_ctl_io hio_ggio; argument
94 bool hio_done; argument
99 refcnt_t hio_writecount; argument
103 bool hio_memsyncacked; argument
108 int hio_replication; argument
181 #define QUEUE_INSERT1(hio, name, ncomp) do { \ argument
190 #define QUEUE_INSERT2(hio, name) do { \ argument
[all …]
/freebsd/sys/dev/ocs_fc/
H A Docs_scsi.c316 ocs_target_io_cb(ocs_hw_io_t *hio, ocs_remote_node_t *rnode, uint32_t length, in ocs_target_io_cb()
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()
907 ocs_hw_io_t *hio = io->hio; in ocs_log_sgl() local
993 ocs_hw_io_t *hio; in ocs_scsi_check_pending() local
1120 ocs_hw_io_t *hio; in ocs_scsi_io_dispatch() local
1243 ocs_scsi_io_dispatch_hw_io(ocs_io_t *io, ocs_hw_io_t *hio) in ocs_scsi_io_dispatch_hw_io()
1846 ocs_target_abort_cb(ocs_hw_io_t *hio, ocs_remote_node_t *rnode, uint32_t length, int32_t status, ui… in ocs_target_abort_cb()
1992 ocs_target_bls_resp_cb(ocs_hw_io_t *hio, ocs_remote_node_t *rnode, uint32_t length, int32_t status,… in ocs_target_bls_resp_cb()
2119 ocs_initiator_io_cb(ocs_hw_io_t *hio, ocs_remote_node_t *rnode, uint32_t length, in ocs_initiator_io_cb()
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()
H A Docs_unsol.c115 ocs_unsol_abort_cb (ocs_hw_io_t *hio, ocs_remote_node_t *rnode, uint32_t len, int32_t status, uint3… in ocs_unsol_abort_cb()
131 ocs_port_owned_abort(ocs_t *ocs, ocs_hw_io_t *hio) in ocs_port_owned_abort()
1073 ocs_hw_io_t *hio = seq->hio; in ocs_dispatch_fcp_data() local
H A Docs_els.c452 ocs_els_req_cb(ocs_hw_io_t *hio, ocs_remote_node_t *rnode, uint32_t length, int32_t status, uint32_… in ocs_els_req_cb()
545 ocs_els_acc_cb(ocs_hw_io_t *hio, ocs_remote_node_t *rnode, uint32_t length, int32_t status, uint32_… in ocs_els_acc_cb()
1960 ocs_bls_send_acc_cb(ocs_hw_io_t *hio, ocs_remote_node_t *rnode, uint32_t length, int32_t status, ui… in ocs_bls_send_acc_cb()
1987 ocs_els_abort_cb(ocs_hw_io_t *hio, ocs_remote_node_t *rnode, uint32_t length, int32_t status, uint3… in ocs_els_abort_cb()
2675 ocs_ct_acc_cb(ocs_hw_io_t *hio, ocs_remote_node_t *rnode, uint32_t length, int32_t status, uint32_t… in ocs_ct_acc_cb()
H A Docs_io.c285 ocs_hw_io_t *hio = NULL; in ocs_io_pool_io_free() local
H A Docs_io.h94 ocs_hw_io_t *hio; /**< HW IO context */ member
H A Docs_hw.h758 ocs_hw_io_t *hio; /**< HW IO */ member