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

/freebsd-9.3-release/sys/dev/aic7xxx/
H A Daic7xxx_inline.h220 return (((uint8_t *)&ahc->targetcmds[index]) - ahc->qoutfifo);
559 if (ahc->targetcmds[ahc->tqinfifonext].cmd_valid != 0)
H A Daic79xx_inline.h416 return (((uint8_t *)&ahd->targetcmds[index])
886 if (ahd->targetcmds[ahd->tqinfifonext].cmd_valid != 0)
H A Daic79xx.h1235 struct target_cmd *targetcmds; member in struct:ahd_softc
H A Daic7xxx.h1067 struct target_cmd *targetcmds; member in struct:ahc_softc
H A Daic7xxx.c4958 ahc->targetcmds = (struct target_cmd *)ahc->qoutfifo;
4959 ahc->qoutfifo = (uint8_t *)&ahc->targetcmds[AHC_TMODE_CMDS];
4964 ahc->targetcmds[i].cmd_valid = 0;
4966 ahc->qoutfifo = (uint8_t *)&ahc->targetcmds[256];
6447 if (ahc->targetcmds != NULL)
7741 while ((cmd = &ahc->targetcmds[ahc->tqinfifonext])->cmd_valid != 0) {
H A Daic79xx.c6418 ahd->targetcmds = (struct target_cmd *)next_vaddr;
6758 ahd->targetcmds[i].cmd_valid = 0;
10253 while ((cmd = &ahd->targetcmds[ahd->tqinfifonext])->cmd_valid != 0) {

Completed in 138 milliseconds