Lines Matching refs:scb_data
197 return (ahc->scb_data->hscb_busaddr in ahc_hscb_busaddr()
205 ahc->scb_data->hscb_dmamap, in ahc_sync_scb()
206 /*offset*/(scb->hscb - ahc->scb_data->hscbs) * sizeof(*scb->hscb), in ahc_sync_scb()
372 if ((scb = SLIST_FIRST(&ahc->scb_data->free_scbs)) == NULL) in ahc_get_scb()
374 SLIST_REMOVE_HEAD(&ahc->scb_data->free_scbs, links.sle); in ahc_get_scb()
388 ahc->scb_data->scbindex[hscb->tag] = NULL; in ahc_free_scb()
392 SLIST_INSERT_HEAD(&ahc->scb_data->free_scbs, scb, links.sle); in ahc_free_scb()
403 scb = ahc->scb_data->scbindex[tag]; in ahc_lookup_scb()
444 ahc->scb_data->scbindex[scb->hscb->tag] = scb; in ahc_swap_with_next_hscb()
487 offset = scb - ahc->scb_data->scbarray; in ahc_get_sense_buf()
488 return (&ahc->scb_data->sense[offset]); in ahc_get_sense_buf()
496 offset = scb - ahc->scb_data->scbarray; in ahc_get_sense_bufaddr()
497 return (ahc->scb_data->sense_busaddr in ahc_get_sense_bufaddr()