HomeSort by: relevance | last modified time | path
    Searched refs:hscbs (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/ic/
aic7xxx_inline.h 206 /*offset*/(scb->hscb - ahc->scb_data->hscbs) * sizeof(*scb->hscb),
aic7xxxvar.h 714 struct hardware_scb *hscbs; /* Array of hardware SCBs */ member in struct:scb_data
aic7xxx.c 923 ahc->scb_data->hscbs[scbptr].tag);
2137 /* Ensure that the hscbs down on the card match the new information */
4211 (void **)&scb_data->hscbs, &scb_data->hscb_busaddr,
4228 memset(scb_data->hscbs, 0,
4289 scb_data->hscb_dmamap, (void *)scb_data->hscbs,
4369 next_scb->hscb = &scb_data->hscbs[scb_data->numscbs];

Completed in 36 milliseconds