• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/sys/dev/ocs_fc/

Lines Matching refs: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,
205 if (els->hio != NULL) {
443 * @param hio Pointer to the HW IO context that completed.
454 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)
471 ocs_assert(io->hio, -1);
472 ocs_assert(hio == io->hio, -1);
536 * @param hio Pointer to the HW IO context that completed.
547 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)
564 ocs_assert(io->hio, -1);
565 ocs_assert(hio == io->hio, -1);
1951 * @param hio Pointer to the HW IO object.
1962 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)
1978 * @param hio Pointer to the HW IO object.
1989 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)
2068 ocs_assert(abort_io->hio == NULL, NULL);
2356 ocs_assert(els->hio, NULL);
2357 ocs_hw_io_free(&ocs->hw, els->hio);
2358 els->hio = NULL;
2448 if (els->hio != NULL) {
2449 ocs_hw_io_free(&ocs->hw, els->hio);
2450 els->hio = NULL;
2667 * @param hio Pointer to the HW IO context that completed.
2677 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)