Home
last modified time | relevance | path

Searched refs:ahd_sglist_allocsize (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/
H A Daic79xx_core.c171 static u_int ahd_sglist_allocsize(struct ahd_softc *ahd);
5993 ahd_sglist_allocsize(struct ahd_softc *ahd) in ahd_sglist_allocsize() function
6406 ahd_sglist_allocsize(ahd), /*nsegments*/1, in ahd_init_scbdata()
6413 printk("%s: ahd_sglist_allocsize = 0x%x\n", ahd_name(ahd), in ahd_init_scbdata()
6414 ahd_sglist_allocsize(ahd)); in ahd_init_scbdata()
6808 offset = ((ahd_sglist_allocsize(ahd) / ahd_sglist_size(ahd)) in ahd_alloc_scbs()
6830 sg_map->vaddr, ahd_sglist_allocsize(ahd), in ahd_alloc_scbs()
6836 ahd_sglist_allocsize(ahd) / ahd_sglist_size(ahd); in ahd_alloc_scbs()
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/
H A Daic79xx_core.c171 static u_int ahd_sglist_allocsize(struct ahd_softc *ahd);
5991 ahd_sglist_allocsize(struct ahd_softc *ahd) in ahd_sglist_allocsize() function
6405 ahd_sglist_allocsize(ahd), /*nsegments*/1, in ahd_init_scbdata()
6412 printk("%s: ahd_sglist_allocsize = 0x%x\n", ahd_name(ahd), in ahd_init_scbdata()
6413 ahd_sglist_allocsize(ahd)); in ahd_init_scbdata()
6807 offset = ((ahd_sglist_allocsize(ahd) / ahd_sglist_size(ahd)) in ahd_alloc_scbs()
6829 sg_map->vaddr, ahd_sglist_allocsize(ahd), in ahd_alloc_scbs()
6835 ahd_sglist_allocsize(ahd) / ahd_sglist_size(ahd); in ahd_alloc_scbs()

Completed in 26 milliseconds