Searched refs:scbarray (Results 1 – 3 of 3) sorted by relevance
492 offset = scb - ahc->scb_data->scbarray; in ahc_get_sense_buf()501 offset = scb - ahc->scb_data->scbarray; in ahc_get_sense_bufaddr()
606 struct scb *scbarray; /* Array of kernel SCBs */ member
4269 scb_data->scbarray = in ahc_init_scbdata()4272 if (scb_data->scbarray == NULL) in ahc_init_scbdata()4274 memset(scb_data->scbarray, 0, sizeof(struct scb) * AHC_SCB_MAX_ALLOC); in ahc_init_scbdata()4449 if (scb_data->scbarray != NULL) in ahc_fini_scbdata()4450 free(scb_data->scbarray, M_DEVBUF); in ahc_fini_scbdata()4469 next_scb = &scb_data->scbarray[scb_data->numscbs]; in ahc_alloc_scbs()