Home
last modified time | relevance | path

Searched refs:scbarray (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/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()
4742 scb_data->scbarray = kcalloc(AHC_SCB_MAX_ALLOC, sizeof(struct scb), in ahc_init_scbdata()
4744 if (scb_data->scbarray == NULL) in ahc_init_scbdata()
4926 kfree(scb_data->scbarray); in ahc_fini_scbdata()
4945 next_scb = &scb_data->scbarray[scb_data->numscbs]; in ahc_alloc_scbs()
/kernel/linux/linux-6.6/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()

Completed in 25 milliseconds