Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/aic7xxx/
H A Daic7xxx.h592 struct hardware_scb *hscbs; /* Array of hardware SCBs */ member
H A Daic7xxx_core.c399 /*offset*/(scb->hscb - ahc->hscbs) * sizeof(*scb->hscb), in ahc_sync_scb()
1480 ahc->scb_data->hscbs[scbptr].tag); in ahc_handle_seqint()
4781 (void **)&scb_data->hscbs, in ahc_init_scbdata()
4790 scb_data->hscbs, in ahc_init_scbdata()
4843 memset(scb_data->hscbs, 0, in ahc_init_scbdata()
4914 ahc_dmamem_free(ahc, scb_data->hscb_dmat, scb_data->hscbs, in ahc_fini_scbdata()
4986 next_scb->hscb = &scb_data->hscbs[scb_data->numscbs]; in ahc_alloc_scbs()