Home
last modified time | relevance | path

Searched refs:SLIST_HEAD (Results 1 – 6 of 6) sorted by relevance

/linux-3.4.99/drivers/scsi/aic7xxx/aicasm/
Daicasm_symbol.h74 typedef SLIST_HEAD(symlist, symbol_node) symlist_t;
185 SLIST_HEAD(scope_list, scope);
Daicasm.h71 SLIST_HEAD(path_list, path_entry);
Daicasm_scan.l461 SLIST_HEAD(, include) include_stack;
/linux-3.4.99/drivers/scsi/aic7xxx/
Daic79xx.h658 SLIST_HEAD(, map_node) hscb_maps;
659 SLIST_HEAD(, map_node) sg_maps;
660 SLIST_HEAD(, map_node) sense_maps;
Daic7xxx.h582 SLIST_HEAD(, scb) free_scbs; /*
609 SLIST_HEAD(, sg_map_node) sg_maps;
Dqueue.h107 #define SLIST_HEAD(name, type) \ macro