Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/scsi/aic7xxx/
H A Daic7xxx.h1018 struct target_cmd *targetcmds; member
H A Daic7xxx_core.c419 return (((uint8_t *)&ahc->targetcmds[index]) - ahc->qoutfifo); in ahc_targetcmd_offset()
712 if (ahc->targetcmds[ahc->tqinfifonext].cmd_valid != 0) in ahc_check_cmdcmpltqueues()
5329 ahc->targetcmds = (struct target_cmd *)ahc->qoutfifo; in ahc_init()
5330 ahc->qoutfifo = (uint8_t *)&ahc->targetcmds[AHC_TMODE_CMDS]; in ahc_init()
5335 ahc->targetcmds[i].cmd_valid = 0; in ahc_init()
5337 ahc->qoutfifo = (uint8_t *)&ahc->targetcmds[256]; in ahc_init()
6813 if (ahc->targetcmds != NULL) in ahc_loadseq()
7754 while ((cmd = &ahc->targetcmds[ahc->tqinfifonext])->cmd_valid != 0) { in ahc_run_tqinfifo()
H A Daic79xx.h1174 struct target_cmd *targetcmds; member
H A Daic79xx_core.c552 return (((uint8_t *)&ahd->targetcmds[index]) in ahd_targetcmd_offset()
934 if (ahd->targetcmds[ahd->tqinfifonext].cmd_valid != 0) in ahd_check_cmdcmpltqueues()
7079 ahd->targetcmds = (struct target_cmd *)next_vaddr; in ahd_init()
7418 ahd->targetcmds[i].cmd_valid = 0; in ahd_chip_init()
10584 while ((cmd = &ahd->targetcmds[ahd->tqinfifonext])->cmd_valid != 0) { in ahd_run_tqinfifo()