Searched refs:scbarray (Results 1 – 3 of 3) sorted by relevance
442 offset = scb - ahc->scb_data->scbarray; in ahc_get_sense_buf()451 offset = scb - ahc->scb_data->scbarray; in ahc_get_sense_bufaddr()
618 struct scb *scbarray; /* Array of kernel SCBs */ member
595 (scb - ahc->scb_data->scbarray) * in ahc_handle_seqint()4210 scb_data->scbarray = mallocarray(AHC_SCB_MAX_ALLOC, sizeof(struct scb), in ahc_init_scbdata()4212 if (scb_data->scbarray == NULL) in ahc_init_scbdata()4323 if (scb_data->scbarray != NULL) { in ahc_fini_scbdata()4324 free(scb_data->scbarray, M_DEVBUF, in ahc_fini_scbdata()4345 next_scb = &scb_data->scbarray[scb_data->numscbs]; in ahc_alloc_scbs()