Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/aic7xxx/
H A Daic7xxx.h593 struct scb *scbarray; /* Array of kernel SCBs */ member
H A Daic7xxx_core.c651 offset = scb - ahc->scb_data->scbarray; in ahc_get_sense_buf()
660 offset = scb - ahc->scb_data->scbarray; in ahc_get_sense_bufaddr()
4741 scb_data->scbarray = kcalloc(AHC_SCB_MAX_ALLOC, sizeof(struct scb), in ahc_init_scbdata()
4743 if (scb_data->scbarray == NULL) in ahc_init_scbdata()
4925 kfree(scb_data->scbarray); in ahc_fini_scbdata()
4944 next_scb = &scb_data->scbarray[scb_data->numscbs]; in ahc_alloc_scbs()