Home | History | Annotate | Download | only in ic

Lines Matching refs:scb_data

197 	return (ahc->scb_data->hscb_busaddr
205 ahc->scb_data->hscb_dmamap,
206 /*offset*/(scb->hscb - ahc->scb_data->hscbs) * sizeof(*scb->hscb),
372 if ((scb = SLIST_FIRST(&ahc->scb_data->free_scbs)) == NULL)
374 SLIST_REMOVE_HEAD(&ahc->scb_data->free_scbs, links.sle);
388 ahc->scb_data->scbindex[hscb->tag] = NULL;
392 SLIST_INSERT_HEAD(&ahc->scb_data->free_scbs, scb, links.sle);
403 scb = ahc->scb_data->scbindex[tag];
444 ahc->scb_data->scbindex[scb->hscb->tag] = scb;
487 offset = scb - ahc->scb_data->scbarray;
488 return (&ahc->scb_data->sense[offset]);
496 offset = scb - ahc->scb_data->scbarray;
497 return (ahc->scb_data->sense_busaddr