Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/aic7xxx/
H A Daic79xx_inline.h104 static inline size_t ahd_sg_size(struct ahd_softc *ahd);
109 static inline size_t ahd_sg_size(struct ahd_softc *ahd) in ahd_sg_size() function
H A Daic79xx_core.c502 sg_offset = sg_busaddr - (scb->sg_list_busaddr - ahd_sg_size(ahd)); in ahd_sg_bus_to_virt()
513 - ahd_sg_size(ahd); in ahd_sg_virt_to_bus()
535 /*offset*/scb->sg_list_busaddr - ahd_sg_size(ahd), in ahd_sync_sglist()
536 /*len*/ahd_sg_size(ahd) * scb->sg_count, op); in ahd_sync_sglist()