Home
last modified time | relevance | path

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

/freebsd/sys/dev/ocs_fc/
H A Docs_xport.h161 struct ocs_xport_s { struct
162 ocs_t *ocs;
163 uint64_t req_wwpn; /*<< wwpn requested by user for primary sport */
164 uint64_t req_wwnn; /*<< wwnn requested by user for primary sport */
166 ocs_xport_fcfi_t fcfi[SLI4_MAX_FCFI];
169 uint32_t nodes_count; /**< number of allocated nodes */
170 ocs_node_t **nodes; /**< array of pointers to nodes */
171 ocs_list_t nodes_free_list; /**< linked list of free nodes */
174 ocs_io_pool_t *io_pool; /**< pointer to IO pool */
175 ocs_atomic_t io_alloc_failed_count; /**< used to track how often IO pool is empty */
[all …]