Lines Matching defs:hio

62 static int32_t ocs_els_acc_cb(ocs_hw_io_t *hio, ocs_remote_node_t *rnode, uint32_t length, int32_t status, uint32_t ext_status, void *arg);
64 static int32_t ocs_bls_send_acc_cb(ocs_hw_io_t *hio, ocs_remote_node_t *rnode, uint32_t length,
206 if (els->hio != NULL) {
445 * @param hio Pointer to the HW IO context that completed.
456 ocs_els_req_cb(ocs_hw_io_t *hio, ocs_remote_node_t *rnode, uint32_t length, int32_t status, uint32_t ext_status, void *arg)
473 ocs_assert(io->hio, -1);
474 ocs_assert(hio == io->hio, -1);
539 * @param hio Pointer to the HW IO context that completed.
550 ocs_els_acc_cb(ocs_hw_io_t *hio, ocs_remote_node_t *rnode, uint32_t length, int32_t status, uint32_t ext_status, void *arg)
567 ocs_assert(io->hio, -1);
568 ocs_assert(hio == io->hio, -1);
1960 * @param hio Pointer to the HW IO object.
1971 ocs_bls_send_acc_cb(ocs_hw_io_t *hio, ocs_remote_node_t *rnode, uint32_t length, int32_t status, uint32_t ext_status, void *app)
1987 * @param hio Pointer to the HW IO object.
1998 ocs_els_abort_cb(ocs_hw_io_t *hio, ocs_remote_node_t *rnode, uint32_t length, int32_t status, uint32_t ext_status, void *app)
2077 ocs_assert(abort_io->hio == NULL, NULL);
2368 ocs_assert(els->hio, NULL);
2369 ocs_hw_io_free(&ocs->hw, els->hio);
2370 els->hio = NULL;
2460 if (els->hio != NULL) {
2461 ocs_hw_io_free(&ocs->hw, els->hio);
2462 els->hio = NULL;
2680 * @param hio Pointer to the HW IO context that completed.
2690 ocs_ct_acc_cb(ocs_hw_io_t *hio, ocs_remote_node_t *rnode, uint32_t length, int32_t status, uint32_t ext_status, void *arg)