Home
last modified time | relevance | path

Searched refs:ahc_cmd (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/scsi/aic7xxx/
Daic7xxx_osm.h321 STAILQ_ENTRY(ahc_cmd) ste;
322 LIST_ENTRY(ahc_cmd) le;
323 TAILQ_ENTRY(ahc_cmd) tqe;
328 struct ahc_cmd { struct
347 TAILQ_HEAD(ahc_busyq, ahc_cmd); argument
542 TAILQ_HEAD(ahc_completeq, ahc_cmd);
Daic7xxx_osm.c560 static struct ahc_cmd *ahc_linux_run_complete_queue(struct ahc_softc *ahc);
632 static struct ahc_cmd *
635 struct ahc_cmd *acmd; in ahc_linux_run_complete_queue()
1027 TAILQ_INSERT_TAIL(&dev->busyq, (struct ahc_cmd *)cmd, acmd_links.tqe); in ahc_linux_queue()
2190 struct ahc_cmd *acmd;
3657 struct ahc_cmd *acmd;
4418 struct ahc_cmd *list_cmd;
4419 struct ahc_cmd *acmd;
4506 acmd = (struct ahc_cmd *)cmd;
4714 struct ahc_cmd *acmd;
[all …]