Searched refs:untagged_scbs (Results 1 – 1 of 1) sorted by relevance
973 volatile unsigned char *untagged_scbs; member2565 p->untagged_scbs[scb->hscb->target_channel_lun] = scb->hscb->tag; in aic7xxx_busy_target()2582 busy_scbid = p->untagged_scbs[tcl]; in aic7xxx_index_busy_target()2585 p->untagged_scbs[tcl] = SCB_LIST_NULL; in aic7xxx_index_busy_target()8595 p->untagged_scbs = pci_alloc_consistent(p->pdev, 3*256, &p->fifo_dma); in aic7xxx_register()8596 if (p->untagged_scbs == NULL) in aic7xxx_register()8604 p->qoutfifo = p->untagged_scbs + 256; in aic7xxx_register()8608 p->untagged_scbs[i] = SCB_LIST_NULL; in aic7xxx_register()8948 pci_free_consistent(p->pdev, 3*256, (void *)p->untagged_scbs, p->fifo_dma); in aic7xxx_free()