Searched defs:is_table (Results 1 – 2 of 2) sorted by relevance
1421 struct is_table { struct1422 int start; /* interrupt source type start */1423 int end; /* interrupt source type end */1425 char *(*is_name)(char *name, size_t size, unsigned int source);1427 void (*is_int)(struct hfi1_devdata *dd, unsigned int source);
8232 static const struct is_table is_table[] = { variable