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

/freebsd-10-stable/sys/dev/aic7xxx/
H A Daic7xxx_inline.h201 /*offset*/(scb->hscb - ahc->hscbs) * sizeof(*scb->hscb),
H A Daic7xxx.h617 struct hardware_scb *hscbs; /* Array of hardware SCBs */ member in struct:scb_data
H A Daic7xxx.c926 ahc->scb_data->hscbs[scbptr].tag);
2155 /* Ensure that the hscbs down on the card match the new information */
4380 /* Allocation for our hscbs */
4382 (void **)&scb_data->hscbs,
4392 scb_data->hscbs,
4445 memset(scb_data->hscbs, 0,
4512 aic_dmamem_free(ahc, scb_data->hscb_dmat, scb_data->hscbs,
4594 next_scb->hscb = &scb_data->hscbs[scb_data->numscbs];

Completed in 111 milliseconds