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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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) function
H A Daic79xx_core.c508 sg_offset = sg_busaddr - (scb->sg_list_busaddr - ahd_sg_size(ahd));
519 - ahd_sg_size(ahd);
541 /*offset*/scb->sg_list_busaddr - ahd_sg_size(ahd),
542 /*len*/ahd_sg_size(ahd) * scb->sg_count, op);

Completed in 74 milliseconds