Home
last modified time | relevance | path

Searched refs:targetcmds (Results 1 – 5 of 5) sorted by relevance

/openbsd/sys/dev/ic/
H A Daic7xxx_inline.h229 return (((uint8_t *)&ahc->targetcmds[index]) - ahc->qoutfifo); in ahc_targetcmd_offset()
510 if (ahc->targetcmds[ahc->tqinfifonext].cmd_valid != 0) in ahc_check_cmdcmpltqueues()
H A Daic7xxxvar.h1057 struct target_cmd *targetcmds; member
H A Daic79xx.h1177 struct target_cmd *targetcmds; member
H A Daic7xxx.c4718 ahc->targetcmds = (struct target_cmd *)ahc->qoutfifo; in ahc_init()
4719 ahc->qoutfifo = (uint8_t *)&ahc->targetcmds[AHC_TMODE_CMDS]; in ahc_init()
4724 ahc->targetcmds[i].cmd_valid = 0; in ahc_init()
4726 ahc->qoutfifo = (uint8_t *)&ahc->targetcmds[256]; in ahc_init()
6123 if (ahc->targetcmds != NULL) in ahc_loadseq()
7072 while ((cmd = &ahc->targetcmds[ahc->tqinfifonext])->cmd_valid != 0) { in ahc_run_tqinfifo()
H A Daic79xx.c6091 ahd->targetcmds = (struct target_cmd *)next_vaddr; in ahd_init()
6423 ahd->targetcmds[i].cmd_valid = 0; in ahd_chip_init()
9659 while ((cmd = &ahd->targetcmds[ahd->tqinfifonext])->cmd_valid != 0) { in ahd_run_tqinfifo()
10177 return (((uint8_t *)&ahd->targetcmds[index]) in ahd_targetcmd_offset()
10591 if (ahd->targetcmds[ahd->tqinfifonext].cmd_valid != 0) in ahd_check_cmdcmpltqueues()