Home
last modified time | relevance | path

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

/drivers/scsi/aic7xxx/
Daic7xxx.h1023 struct target_cmd *targetcmds; member
Daic7xxx_core.c426 return (((uint8_t *)&ahc->targetcmds[index]) - ahc->qoutfifo); in ahc_targetcmd_offset()
719 if (ahc->targetcmds[ahc->tqinfifonext].cmd_valid != 0) in ahc_check_cmdcmpltqueues()
5390 ahc->targetcmds = (struct target_cmd *)ahc->qoutfifo; in ahc_init()
5391 ahc->qoutfifo = (uint8_t *)&ahc->targetcmds[AHC_TMODE_CMDS]; in ahc_init()
5396 ahc->targetcmds[i].cmd_valid = 0; in ahc_init()
5398 ahc->qoutfifo = (uint8_t *)&ahc->targetcmds[256]; in ahc_init()
6874 if (ahc->targetcmds != NULL) in ahc_loadseq()
7817 while ((cmd = &ahc->targetcmds[ahc->tqinfifonext])->cmd_valid != 0) { in ahc_run_tqinfifo()
Daic79xx.h1183 struct target_cmd *targetcmds; member
Daic79xx_core.c560 return (((uint8_t *)&ahd->targetcmds[index]) in ahd_targetcmd_offset()
942 if (ahd->targetcmds[ahd->tqinfifonext].cmd_valid != 0) in ahd_check_cmdcmpltqueues()
7171 ahd->targetcmds = (struct target_cmd *)next_vaddr; in ahd_init()
7510 ahd->targetcmds[i].cmd_valid = 0; in ahd_chip_init()
10677 while ((cmd = &ahd->targetcmds[ahd->tqinfifonext])->cmd_valid != 0) { in ahd_run_tqinfifo()