Lines Matching +full:config +full:- +full:space

1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
82 uint32_t space; member
109 #define TB_CONFIG_ADDR(seq, space, adapter, dwlen, offset) \ argument
110 ((seq << TB_CFG_SEQ_SHIFT) | space | \
115 ((uint64_t)(router)->route.hi << 32) | (router)->route.lo
120 return ((void *)cmd->nhicmd->data); in router_get_frame_data()
124 * Read the Router config space for the router referred to in the softc.
125 * addr - The dword offset in the config space
126 * dwlen - The number of dwords
127 * buf - must be large enough to hold the number of dwords requested.
144 * Write the Router config space for the router referred to in the softc.
145 * addr - The dword offset in the config space
146 * dwlen - The number of dwords
147 * buf - must be large enough to hold the number of dwords requested.
157 * Read the Adapter config space for the router referred to in the softc.
158 * adap - Adapter number
159 * addr - The dword offset in the config space
160 * dwlen - The number of dwords
161 * buf - must be large enough to hold the number of dwords requested.
171 * Read the Adapter config space for the router referred to in the softc.
172 * adap - Adapter number
173 * addr - The dword offset in the config space
174 * dwlen - The number of dwords
175 * buf - must be large enough to hold the number of dwords requested.
185 * Read the Path config space for the router referred to in the softc.
186 * adap - Adapter number
187 * hopid - HopID of the path
188 * len - The number of adjacent paths
189 * buf - must be large enough to hold the number of dwords requested.
200 * Write the Path config space for the router referred to in the softc.
201 * adap - Adapter number
202 * hopid - HopID of the path
203 * len - The number of adjacent paths
204 * buf - must be large enough to hold the number of dwords requested.
215 * Read the Counters config space for the router referred to in the softc.
217 * adap - Adapter number
218 * set - The counter set index
219 * num - The number of adjacent counter sets to read
220 * buf - must be large enough to hold the number of dwords requested.
233 sc->nsc->root_rsc = sc; in tb_config_set_root()
239 return (sc->nsc->root_rsc); in tb_config_get_root()