HomeSort by: relevance | last modified time | path
    Searched defs:ahd_sg_size (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
aic79xx_inline.h 329 static __inline size_t ahd_sg_size(struct ahd_softc *);
343 ahd_sg_size(struct ahd_softc *ahd) function in typeref:typename:size_t
356 sg_offset = sg_busaddr - (scb->sg_list_busaddr - ahd_sg_size(ahd));
367 - ahd_sg_size(ahd);
387 /*offset*/scb->sg_list_busaddr - ahd_sg_size(ahd),
388 /*len*/ahd_sg_size(ahd) * scb->sg_count, op);
aic79xx_inline.h 329 static __inline size_t ahd_sg_size(struct ahd_softc *);
343 ahd_sg_size(struct ahd_softc *ahd) function in typeref:typename:size_t
356 sg_offset = sg_busaddr - (scb->sg_list_busaddr - ahd_sg_size(ahd));
367 - ahd_sg_size(ahd);
387 /*offset*/scb->sg_list_busaddr - ahd_sg_size(ahd),
388 /*len*/ahd_sg_size(ahd) * scb->sg_count, op);

Completed in 24 milliseconds