Searched refs:untagged_scbs (Results 1 – 1 of 1) sorted by relevance
944 volatile unsigned char *untagged_scbs; member2460 p->untagged_scbs[scb->hscb->target_channel_lun] = scb->hscb->tag; in aic7xxx_busy_target()2477 busy_scbid = p->untagged_scbs[tcl]; in aic7xxx_index_busy_target()2480 p->untagged_scbs[tcl] = SCB_LIST_NULL; in aic7xxx_index_busy_target()8159 p->untagged_scbs = pci_alloc_consistent(p->pdev, 3*256, &p->fifo_dma); in aic7xxx_register()8160 if (p->untagged_scbs == NULL) in aic7xxx_register()8168 p->qoutfifo = p->untagged_scbs + 256; in aic7xxx_register()8172 p->untagged_scbs[i] = SCB_LIST_NULL; in aic7xxx_register()8484 pci_free_consistent(p->pdev, 3*256, (void *)p->untagged_scbs, p->fifo_dma); in aic7xxx_free()