Searched refs:hscbs (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/scsi/aic7xxx/
H A Daic7xxx.h592 struct hardware_scb *hscbs; /* Array of hardware SCBs */ member in struct:scb_data
H A Daic7xxx_core.c399 /*offset*/(scb->hscb - ahc->hscbs) * sizeof(*scb->hscb),
1480 ahc->scb_data->hscbs[scbptr].tag);
2717 /* Ensure that the hscbs down on the card match the new information */
4779 /* Allocation for our hscbs */
4781 (void **)&scb_data->hscbs,
4790 scb_data->hscbs,
4843 memset(scb_data->hscbs, 0,
4914 ahc_dmamem_free(ahc, scb_data->hscb_dmat, scb_data->hscbs,
4986 next_scb->hscb = &scb_data->hscbs[scb_data->numscbs];

Completed in 157 milliseconds