Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/aic7xxx/
Daic79xx_osm.c644 struct ahd_cmd *acmd; in ahd_linux_run_complete_queue() local
650 while ((acmd = TAILQ_FIRST(&ahd->platform_data->completeq)) != NULL) { in ahd_linux_run_complete_queue()
666 acmd, acmd_links.tqe); in ahd_linux_run_complete_queue()
667 cmd = &acmd_scsi_cmd(acmd); in ahd_linux_run_complete_queue()
676 return (acmd); in ahd_linux_run_complete_queue()
1265 struct ahd_cmd *acmd; local
1285 acmd = (struct ahd_cmd *)cmd;
1334 if (list_acmd == acmd)
2525 struct ahd_cmd *acmd; local
2533 while ((acmd = TAILQ_FIRST(busyq)) != NULL) {
[all …]
Daic7xxx_osm.c635 struct ahc_cmd *acmd; in ahc_linux_run_complete_queue() local
641 while ((acmd = TAILQ_FIRST(&ahc->platform_data->completeq)) != NULL) { in ahc_linux_run_complete_queue()
657 acmd, acmd_links.tqe); in ahc_linux_run_complete_queue()
658 cmd = &acmd_scsi_cmd(acmd); in ahc_linux_run_complete_queue()
667 return (acmd); in ahc_linux_run_complete_queue()
2190 struct ahc_cmd *acmd; local
2199 while ((acmd = TAILQ_FIRST(busyq)) != NULL) {
2202 cmd = &acmd_scsi_cmd(acmd);
2203 TAILQ_REMOVE(busyq, acmd,
3657 struct ahc_cmd *acmd; local
[all …]