Home
last modified time | relevance | path

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

/netbsd/sys/dev/ic/
H A Daic7xxx_inline.h225 return (((uint8_t *)&ahc->targetcmds[index]) - ahc->qoutfifo); in ahc_targetcmd_offset()
570 if (ahc->targetcmds[ahc->tqinfifonext].cmd_valid != 0) in ahc_check_cmdcmpltqueues()
H A Daic79xx_inline.h403 return (((uint8_t *)&ahd->targetcmds[index]) in ahd_targetcmd_offset()
871 if (ahd->targetcmds[ahd->tqinfifonext].cmd_valid != 0) in ahd_check_cmdcmpltqueues()
H A Daic7xxxvar.h1143 struct target_cmd *targetcmds; member
H A Daic79xxvar.h1185 struct target_cmd *targetcmds; member
H A Daic7xxx.c4516 ahc->targetcmds = (struct target_cmd *)ahc->qoutfifo; in ahc_init()
4517 ahc->qoutfifo = (uint8_t *)&ahc->targetcmds[AHC_TMODE_CMDS]; in ahc_init()
4522 ahc->targetcmds[i].cmd_valid = 0; in ahc_init()
4527 ahc->qoutfifo = (uint8_t *)&ahc->targetcmds[256]; in ahc_init()
6304 if (ahc->targetcmds != NULL) in ahc_loadseq()
7221 while ((cmd = &ahc->targetcmds[ahc->tqinfifonext])->cmd_valid != 0) { in ahc_run_tqinfifo()
H A Daic79xx.c6079 ahd->targetcmds = (struct target_cmd *)next_vaddr; in ahd_init()
6421 ahd->targetcmds[i].cmd_valid = 0; in ahd_chip_init()
9588 while ((cmd = &ahd->targetcmds[ahd->tqinfifonext])->cmd_valid != 0) { in ahd_run_tqinfifo()