Searched refs:TAILQ_HEAD (Results 1 – 6 of 6) sorted by relevance
/linux-2.4.37.9/drivers/scsi/aic7xxx/aicasm/ |
D | aicasm_symbol.h | 173 TAILQ_HEAD(, scope) inner_scope; 182 TAILQ_HEAD(cs_tailq, critical_section); 184 TAILQ_HEAD(scope_tailq, scope);
|
/linux-2.4.37.9/drivers/scsi/aic7xxx/ |
D | aic7xxx_osm.h | 347 TAILQ_HEAD(ahc_busyq, ahc_cmd); 542 TAILQ_HEAD(ahc_completeq, ahc_cmd); 549 TAILQ_HEAD(, ahc_linux_device) device_runq;
|
D | aic79xx_osm.h | 335 TAILQ_HEAD(ahd_busyq, ahd_cmd); 536 TAILQ_HEAD(ahd_completeq, ahd_cmd); 543 TAILQ_HEAD(, ahd_linux_device) device_runq;
|
D | aic7xxx.h | 879 TAILQ_HEAD(scb_tailq, scb); 1114 TAILQ_HEAD(ahc_softc_tailq, ahc_softc);
|
D | aic79xx.h | 633 TAILQ_HEAD(scb_tailq, scb); 1247 TAILQ_HEAD(ahd_softc_tailq, ahd_softc);
|
D | queue.h | 314 #define TAILQ_HEAD(name, type) \ macro
|