Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/aic7xxx/
Daic79xx_core.c178 static u_int ahd_sglist_size(struct ahd_softc *ahd);
6010 ahd_sglist_size(struct ahd_softc *ahd) in ahd_sglist_size() function
6035 sg_list_increment = ahd_sglist_size(ahd); in ahd_sglist_allocsize()
6862 offset = ((ahd_sglist_allocsize(ahd) / ahd_sglist_size(ahd)) in ahd_alloc_scbs()
6863 - scb_data->sgs_left) * ahd_sglist_size(ahd); in ahd_alloc_scbs()
6890 ahd_sglist_allocsize(ahd) / ahd_sglist_size(ahd); in ahd_alloc_scbs()
6992 segs += ahd_sglist_size(ahd); in ahd_alloc_scbs()
6993 sg_busaddr += ahd_sglist_size(ahd); in ahd_alloc_scbs()