Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/aic7xxx/
Daic7xxx.h596 struct scb *scbarray; /* Array of kernel SCBs */ member
Daic7xxx_core.c658 offset = scb - ahc->scb_data->scbarray; in ahc_get_sense_buf()
667 offset = scb - ahc->scb_data->scbarray; in ahc_get_sense_bufaddr()
4782 scb_data->scbarray = kcalloc(AHC_SCB_MAX_ALLOC, sizeof(struct scb), in ahc_init_scbdata()
4784 if (scb_data->scbarray == NULL) in ahc_init_scbdata()
4960 if (scb_data->scbarray != NULL) in ahc_fini_scbdata()
4961 kfree(scb_data->scbarray); in ahc_fini_scbdata()
4980 next_scb = &scb_data->scbarray[scb_data->numscbs]; in ahc_alloc_scbs()