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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic7xxx/
H A Daic7xxx_inline.h212 return (((uint8_t *)&ahc->targetcmds[index]) - ahc->qoutfifo);
551 if (ahc->targetcmds[ahc->tqinfifonext].cmd_valid != 0)
H A Daic79xx_inline.h414 return (((uint8_t *)&ahd->targetcmds[index])
841 if (ahd->targetcmds[ahd->tqinfifonext].cmd_valid != 0)
H A Daic79xx.h1173 struct target_cmd *targetcmds; member in struct:ahd_softc
H A Daic7xxx.h1030 struct target_cmd *targetcmds; member in struct:ahc_softc
H A Daic7xxx_core.c4788 ahc->targetcmds = (struct target_cmd *)ahc->qoutfifo;
4789 ahc->qoutfifo = (uint8_t *)&ahc->targetcmds[AHC_TMODE_CMDS];
4794 ahc->targetcmds[i].cmd_valid = 0;
4796 ahc->qoutfifo = (uint8_t *)&ahc->targetcmds[256];
6256 if (ahc->targetcmds != NULL)
7200 while ((cmd = &ahc->targetcmds[ahc->tqinfifonext])->cmd_valid != 0) {
H A Daic79xx_core.c6354 ahd->targetcmds = (struct target_cmd *)next_vaddr;
6693 ahd->targetcmds[i].cmd_valid = 0;
9800 while ((cmd = &ahd->targetcmds[ahd->tqinfifonext])->cmd_valid != 0) {

Completed in 136 milliseconds