HomeSort by: relevance | last modified time | path
    Searched refs:targetcmds (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/dev/ic/
aic7xxx_inline.h 225 return (((uint8_t *)&ahc->targetcmds[index]) - ahc->qoutfifo);
570 if (ahc->targetcmds[ahc->tqinfifonext].cmd_valid != 0)
aic79xx_inline.h 403 return (((uint8_t *)&ahd->targetcmds[index])
871 if (ahd->targetcmds[ahd->tqinfifonext].cmd_valid != 0)
aic79xxvar.h 1185 struct target_cmd *targetcmds; member in struct:ahd_softc
aic7xxxvar.h 1143 struct target_cmd *targetcmds; member in struct:ahc_softc
aic7xxx.c 4516 ahc->targetcmds = (struct target_cmd *)ahc->qoutfifo;
4517 ahc->qoutfifo = (uint8_t *)&ahc->targetcmds[AHC_TMODE_CMDS];
4522 ahc->targetcmds[i].cmd_valid = 0;
4527 ahc->qoutfifo = (uint8_t *)&ahc->targetcmds[256];
6304 if (ahc->targetcmds != NULL)
7221 while ((cmd = &ahc->targetcmds[ahc->tqinfifonext])->cmd_valid != 0) {
aic79xx.c 6079 ahd->targetcmds = (struct target_cmd *)next_vaddr;
6421 ahd->targetcmds[i].cmd_valid = 0;
9588 while ((cmd = &ahd->targetcmds[ahd->tqinfifonext])->cmd_valid != 0) {

Completed in 25 milliseconds