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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx/
H A Daic7xxx.h1020 struct target_cmd *targetcmds; member in struct:ahc_softc
H A Daic7xxx_core.c418 return (((uint8_t *)&ahc->targetcmds[index]) - ahc->qoutfifo);
711 if (ahc->targetcmds[ahc->tqinfifonext].cmd_valid != 0)
5340 ahc->targetcmds = (struct target_cmd *)ahc->qoutfifo;
5341 ahc->qoutfifo = (uint8_t *)&ahc->targetcmds[AHC_TMODE_CMDS];
5346 ahc->targetcmds[i].cmd_valid = 0;
5348 ahc->qoutfifo = (uint8_t *)&ahc->targetcmds[256];
6809 if (ahc->targetcmds != NULL)
7753 while ((cmd = &ahc->targetcmds[ahc->tqinfifonext])->cmd_valid != 0) {
H A Daic79xx.h1180 struct target_cmd *targetcmds; member in struct:ahd_softc
H A Daic79xx_core.c558 return (((uint8_t *)&ahd->targetcmds[index])
896 if (ahd->targetcmds[ahd->tqinfifonext].cmd_valid != 0)
7091 ahd->targetcmds = (struct target_cmd *)next_vaddr;
7430 ahd->targetcmds[i].cmd_valid = 0;
10560 while ((cmd = &ahd->targetcmds[ahd->tqinfifonext])->cmd_valid != 0) {

Completed in 122 milliseconds