Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/aic7xxx/aicasm/
Daicasm_symbol.h173 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/
Daic7xxx_osm.h347 TAILQ_HEAD(ahc_busyq, ahc_cmd);
542 TAILQ_HEAD(ahc_completeq, ahc_cmd);
549 TAILQ_HEAD(, ahc_linux_device) device_runq;
Daic79xx_osm.h335 TAILQ_HEAD(ahd_busyq, ahd_cmd);
536 TAILQ_HEAD(ahd_completeq, ahd_cmd);
543 TAILQ_HEAD(, ahd_linux_device) device_runq;
Daic7xxx.h879 TAILQ_HEAD(scb_tailq, scb);
1114 TAILQ_HEAD(ahc_softc_tailq, ahc_softc);
Daic79xx.h633 TAILQ_HEAD(scb_tailq, scb);
1247 TAILQ_HEAD(ahd_softc_tailq, ahd_softc);
Dqueue.h314 #define TAILQ_HEAD(name, type) \ macro