Searched defs:ocs_hw_io_s (Results 1 – 1 of 1) sorted by relevance
557 struct ocs_hw_io_s { struct562 ocs_hw_io_state_e state; /**< state of IO: free, busy, wait_free */ argument563 ocs_hw_wqe_t wqe; /**< Work queue object, with link for pending */564 ocs_lock_t axr_lock; /**< Lock to synchronize TRSP and AXT Data/Cmd Cqes */565 ocs_hw_t *hw; /**< pointer back to hardware context */566 ocs_remote_node_t *rnode;567 struct ocs_hw_auto_xfer_rdy_buffer_s *axr_buf;568 ocs_dma_t xfer_rdy;569 uint16_t type;570 uint32_t port_owned_abort_count; /**< IO abort count */[all …]