Home
last modified time | relevance | path

Searched refs:hscbs (Results 1 – 3 of 3) sorted by relevance

/drivers/scsi/aic7xxx/
Daic7xxx.h595 struct hardware_scb *hscbs; /* Array of hardware SCBs */ member
Daic7xxx_core.c406 /*offset*/(scb->hscb - ahc->hscbs) * sizeof(*scb->hscb), in ahc_sync_scb()
1488 ahc->scb_data->hscbs[scbptr].tag); in ahc_handle_seqint()
4823 (void **)&scb_data->hscbs, in ahc_init_scbdata()
4832 scb_data->hscbs, in ahc_init_scbdata()
4885 memset(scb_data->hscbs, 0, in ahc_init_scbdata()
4951 ahc_dmamem_free(ahc, scb_data->hscb_dmat, scb_data->hscbs, in ahc_fini_scbdata()
5031 next_scb->hscb = &scb_data->hscbs[scb_data->numscbs]; in ahc_alloc_scbs()
/drivers/scsi/
Daic7xxx_old.c835 struct aic7xxx_hwscb *hscbs; member
2599 scbp->hscb = &p->scb_data->hscbs[p->scb_data->numscbs]; in aic7xxx_allocate_scb()
8132 if (p->scb_data->hscbs == NULL) in aic7xxx_register()
8137 p->scb_data->hscbs = pci_alloc_consistent(p->pdev, array_size, in aic7xxx_register()
8143 if (p->scb_data->hscbs == NULL) in aic7xxx_register()
8452 if (p->scb_data->hscbs != NULL) in aic7xxx_free()
8455 p->scb_data->hscbs, p->scb_data->hscbs_dma); in aic7xxx_free()
8456 p->scb_data->hscbs = p->scb_data->hscb_kmalloc_ptr = NULL; in aic7xxx_free()