Searched refs:SLIST_HEAD (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/scsi/aic7xxx/aicasm/ |
H A D | aicasm_symbol.h | 70 typedef SLIST_HEAD(symlist, symbol_node) symlist_t; 181 SLIST_HEAD(scope_list, scope);
|
H A D | aicasm.h | 67 SLIST_HEAD(path_list, path_entry);
|
H A D | aicasm_scan.l | 460 SLIST_HEAD(, include) include_stack;
|
/linux/drivers/scsi/aic7xxx/ |
H A D | aic79xx.h | 655 SLIST_HEAD(, map_node) hscb_maps; 656 SLIST_HEAD(, map_node) sg_maps; 657 SLIST_HEAD(, map_node) sense_maps;
|
H A D | aic7xxx.h | 579 SLIST_HEAD(, scb) free_scbs; /* 606 SLIST_HEAD(, sg_map_node) sg_maps;
|
H A D | queue.h | 107 #define SLIST_HEAD(name, type) \ macro
|