Searched refs:scbarray (Results 1 – 3 of 3) sorted by relevance
495 offset = scb - ahc->scb_data->scbarray; in ahc_get_sense_buf()504 offset = scb - ahc->scb_data->scbarray; in ahc_get_sense_bufaddr()
620 struct scb *scbarray; /* Array of kernel SCBs */ member
4340 scb_data->scbarray = in ahc_init_scbdata()4343 if (scb_data->scbarray == NULL) in ahc_init_scbdata()4345 memset(scb_data->scbarray, 0, sizeof(struct scb) * AHC_SCB_MAX_ALLOC); in ahc_init_scbdata()4518 if (scb_data->scbarray != NULL) in ahc_fini_scbdata()4519 free(scb_data->scbarray, M_DEVBUF); in ahc_fini_scbdata()4538 next_scb = &scb_data->scbarray[scb_data->numscbs]; in ahc_alloc_scbs()