Home
last modified time | relevance | path

Searched refs:twe_code_table (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/dev/pci/
H A Dtwevar.h151 struct twe_code_table { struct
155 extern const struct twe_code_table twe_table_status[]; argument
156 extern const struct twe_code_table twe_table_unitstate[];
157 extern const struct twe_code_table twe_table_unittype[];
158 extern const struct twe_code_table twe_table_stripedepth[];
159 extern const struct twe_code_table twe_table_aen[];
161 const char *twe_describe_code(const struct twe_code_table *, uint32_t);
H A Dtwe.c136 const struct twe_code_table twe_table_status[] = {
166 const struct twe_code_table twe_table_unitstate[] = {
178 const struct twe_code_table twe_table_unittype[] = {
190 const struct twe_code_table twe_table_stripedepth[] = {
221 const struct twe_code_table twe_table_aen[] = {
260 twe_describe_code(const struct twe_code_table *table, uint32_t code) in twe_describe_code()