Home
last modified time | relevance | path

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

/Linux-v4.19/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()
4822 (void **)&scb_data->hscbs, in ahc_init_scbdata()
4831 scb_data->hscbs, in ahc_init_scbdata()
4884 memset(scb_data->hscbs, 0, in ahc_init_scbdata()
4950 ahc_dmamem_free(ahc, scb_data->hscb_dmat, scb_data->hscbs, in ahc_fini_scbdata()
5030 next_scb->hscb = &scb_data->hscbs[scb_data->numscbs]; in ahc_alloc_scbs()