Lines Matching defs:si_info
135 typedef struct si_info { struct
136 struct si_pub pub; /**< back plane public state (must be first field) */
138 void *osh; /**< osl os handle */
139 void *sdh; /**< bcmsdh handle */
141 uint dev_coreid; /**< the core provides driver functions */
142 void *intr_arg; /**< interrupt callback function arg */
143 si_intrsoff_t intrsoff_fn; /**< turns chip interrupts off */
144 si_intrsrestore_t intrsrestore_fn; /**< restore chip interrupts */
145 si_intrsenabled_t intrsenabled_fn; /**< check if interrupts are enabled */
147 void *pch; /**< PCI/E core handle */
149 bool memseg; /**< flag to toggle MEM_SEG register */
151 char *vars;
152 uint varsz;
154 volatile void *curmap; /* current regs va */
178 } si_info_t; argument