Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/sun/sys/
H A Dsocalvar.h212 typedef struct socal_state { struct
213 dev_info_t *dip;
214 caddr_t socal_eeprom; /* pointer to soc+ eeprom */
215 caddr_t socal_xrp; /* pointer to soc+ xram */
216 socal_reg_t *socal_rp; /* pointer to soc+ registers */
218 soc_cq_t *xram_reqp; /* addr of request descriptors */
219 soc_cq_t *xram_rspp; /* addr of response descriptors */
221 socal_kcq_t request[SOCAL_N_CQS]; /* request queues */
222 socal_kcq_t response[SOCAL_N_CQS]; /* response queues */
224 int32_t socal_busy; /* busy flag */
[all …]