Home
last modified time | relevance | path

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

/dragonfly/sys/dev/raid/dpt/
H A Ddpt.h509 } dpt_sg_t; typedef
885 dpt_sg_t *sg_list;
1019 dpt_sg_t* sg_vaddr;
H A Ddpt_scsi.c330 dpt_sg_t *segs; in dptallocccbs()
353 newcount = (PAGE_SIZE / (dpt->sgsize * sizeof(dpt_sg_t))); in dptallocccbs()
373 physaddr += (dpt->sgsize * sizeof(dpt_sg_t)); in dptallocccbs()
723 dpt_sg_t *sg; in dptexecuteccb()
742 htonl(nseg * sizeof(dpt_sg_t)); in dptexecuteccb()