Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/aic7xxx/
Daic79xx_core.c170 static u_int ahd_sglist_size(struct ahd_softc *ahd);
5974 ahd_sglist_size(struct ahd_softc *ahd) in ahd_sglist_size() function
5999 sg_list_increment = ahd_sglist_size(ahd); in ahd_sglist_allocsize()
6807 offset = ((ahd_sglist_allocsize(ahd) / ahd_sglist_size(ahd)) in ahd_alloc_scbs()
6808 - scb_data->sgs_left) * ahd_sglist_size(ahd); in ahd_alloc_scbs()
6835 ahd_sglist_allocsize(ahd) / ahd_sglist_size(ahd); in ahd_alloc_scbs()
6925 segs += ahd_sglist_size(ahd); in ahd_alloc_scbs()
6926 sg_busaddr += ahd_sglist_size(ahd); in ahd_alloc_scbs()