Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/aic7xxx/
Daic79xx_osm.h309 STAILQ_ENTRY(ahd_cmd) ste;
310 LIST_ENTRY(ahd_cmd) le;
311 TAILQ_ENTRY(ahd_cmd) tqe;
316 struct ahd_cmd { struct
335 TAILQ_HEAD(ahd_busyq, ahd_cmd); argument
536 TAILQ_HEAD(ahd_completeq, ahd_cmd);
Daic79xx_osm.c559 static struct ahd_cmd *ahd_linux_run_complete_queue(struct ahd_softc *ahd);
641 static struct ahd_cmd *
644 struct ahd_cmd *acmd; in ahd_linux_run_complete_queue()
1041 TAILQ_INSERT_TAIL(&dev->busyq, (struct ahd_cmd *)cmd, acmd_links.tqe); in ahd_linux_queue()
1265 struct ahd_cmd *acmd;
1266 struct ahd_cmd *list_acmd;
1285 acmd = (struct ahd_cmd *)cmd;
2525 struct ahd_cmd *acmd;
4028 struct ahd_cmd *acmd;
4732 struct ahd_cmd *list_cmd;
[all …]