Searched defs:osl_info (Results 1 – 6 of 6) sorted by relevance
138 struct osl_info { struct139 osl_pubinfo_t pub;140 uint32 flags; /* If specific cases to be handled in the OSL */141 uint magic;142 void *pdev;143 uint failed;144 uint bustype;145 osl_cmn_t *cmn; /* Common OSL related data shred between two OSH's */147 void *bus_handle;149 struct sec_mem_elem *sec_list_4096;[all …]
152 struct osl_info { struct153 osl_pubinfo_t pub;154 uint32 flags; /* If specific cases to be handled in the OSL */155 uint magic;156 void *pdev;157 uint failed;158 uint bustype;159 osl_cmn_t *cmn; /* Common OSL related data shred between two OSH's */165 void *bus_handle;167 spinlock_t ctrace_lock;[all …]
190 struct osl_info { struct191 osl_pubinfo_t pub;192 uint32 flags; /* If specific cases to be handled in the OSL */194 ctfpool_t *ctfpool;196 uint magic;197 void *pdev;198 uint failed;199 uint bustype;200 osl_cmn_t *cmn; /* Common OSL related data shred between two OSH's */202 void *bus_handle;[all …]