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

/freebsd-13-stable/sys/dev/aic7xxx/
H A Daic7xxx_inline.h222 return (((uint8_t *)&ahc->targetcmds[index]) - ahc->qoutfifo);
561 if (ahc->targetcmds[ahc->tqinfifonext].cmd_valid != 0)
H A Daic79xx_inline.h418 return (((uint8_t *)&ahd->targetcmds[index])
888 if (ahd->targetcmds[ahd->tqinfifonext].cmd_valid != 0)
H A Daic79xx.h1237 struct target_cmd *targetcmds; member in struct:ahd_softc
H A Daic7xxx.h1069 struct target_cmd *targetcmds; member in struct:ahc_softc
H A Daic7xxx.c4933 ahc->targetcmds = (struct target_cmd *)ahc->qoutfifo;
4934 ahc->qoutfifo = (uint8_t *)&ahc->targetcmds[AHC_TMODE_CMDS];
4939 ahc->targetcmds[i].cmd_valid = 0;
4941 ahc->qoutfifo = (uint8_t *)&ahc->targetcmds[256];
6416 if (ahc->targetcmds != NULL)
7701 while ((cmd = &ahc->targetcmds[ahc->tqinfifonext])->cmd_valid != 0) {
H A Daic79xx.c6375 ahd->targetcmds = (struct target_cmd *)next_vaddr;
6715 ahd->targetcmds[i].cmd_valid = 0;
10191 while ((cmd = &ahd->targetcmds[ahd->tqinfifonext])->cmd_valid != 0) {

Completed in 186 milliseconds