Searched refs:targetcmds (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/scsi/aic7xxx/
H A Daic7xxx.h1016 struct target_cmd *targetcmds; member in struct:ahc_softc
H A Daic7xxx_core.c419 return (((uint8_t *)&ahc->targetcmds[index]) - ahc->qoutfifo);
712 if (ahc->targetcmds[ahc->tqinfifonext].cmd_valid != 0)
5328 ahc->targetcmds = (struct target_cmd *)ahc->qoutfifo;
5329 ahc->qoutfifo = (uint8_t *)&ahc->targetcmds[AHC_TMODE_CMDS];
5334 ahc->targetcmds[i].cmd_valid = 0;
5336 ahc->qoutfifo = (uint8_t *)&ahc->targetcmds[256];
6808 if (ahc->targetcmds != NULL)
7747 while ((cmd = &ahc->targetcmds[ahc->tqinfifonext])->cmd_valid != 0) {
H A Daic79xx.h1174 struct target_cmd *targetcmds; member in struct:ahd_softc
H A Daic79xx_core.c552 return (((uint8_t *)&ahd->targetcmds[index])
934 if (ahd->targetcmds[ahd->tqinfifonext].cmd_valid != 0)
7078 ahd->targetcmds = (struct target_cmd *)next_vaddr;
7417 ahd->targetcmds[i].cmd_valid = 0;
10579 while ((cmd = &ahd->targetcmds[ahd->tqinfifonext])->cmd_valid != 0) {

Completed in 161 milliseconds