Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/aic7xxx/
Daic79xx_core.c182 static u_int ahd_sglist_size(struct ahd_softc *ahd);
4721 ahd_sglist_size(struct ahd_softc *ahd) in ahd_sglist_size() function
4746 sg_list_increment = ahd_sglist_size(ahd); in ahd_sglist_allocsize()
5640 offset = ((ahd_sglist_allocsize(ahd) / ahd_sglist_size(ahd)) in ahd_alloc_scbs()
5641 - scb_data->sgs_left) * ahd_sglist_size(ahd); in ahd_alloc_scbs()
5668 ahd_sglist_allocsize(ahd) / ahd_sglist_size(ahd); in ahd_alloc_scbs()
5775 segs += ahd_sglist_size(ahd); in ahd_alloc_scbs()
5776 sg_busaddr += ahd_sglist_size(ahd); in ahd_alloc_scbs()