Home
last modified time | relevance | path

Searched refs:scbarray (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/sys/dev/aic7xxx/
Daic7xxx_inline.h495 offset = scb - ahc->scb_data->scbarray; in ahc_get_sense_buf()
504 offset = scb - ahc->scb_data->scbarray; in ahc_get_sense_bufaddr()
Daic7xxx.h620 struct scb *scbarray; /* Array of kernel SCBs */ member
Daic7xxx.c4340 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()