Home
last modified time | relevance | path

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

/linux/drivers/scsi/aic7xxx/
A Daic7xxx.h1016 struct target_cmd *targetcmds; member
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()
5328 ahc->targetcmds = (struct target_cmd *)ahc->qoutfifo; in ahc_init()
5329 ahc->qoutfifo = (uint8_t *)&ahc->targetcmds[AHC_TMODE_CMDS]; in ahc_init()
5334 ahc->targetcmds[i].cmd_valid = 0; in ahc_init()
5336 ahc->qoutfifo = (uint8_t *)&ahc->targetcmds[256]; in ahc_init()
6808 if (ahc->targetcmds != NULL) in ahc_loadseq()
7747 while ((cmd = &ahc->targetcmds[ahc->tqinfifonext])->cmd_valid != 0) { in ahc_run_tqinfifo()
A Daic79xx.h1174 struct target_cmd *targetcmds; member
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()
7078 ahd->targetcmds = (struct target_cmd *)next_vaddr; in ahd_init()
7417 ahd->targetcmds[i].cmd_valid = 0; in ahd_chip_init()
10579 while ((cmd = &ahd->targetcmds[ahd->tqinfifonext])->cmd_valid != 0) { in ahd_run_tqinfifo()

Completed in 38 milliseconds