Home
last modified time | relevance | path

Searched defs:sglist (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/sys/
H A Dsglist.h49 struct sglist { struct
50 struct sglist_seg *sg_segs; argument
62 sglist_init(struct sglist *sg, u_short maxsegs, struct sglist_seg *segs) in sglist_init() argument
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dscatterlist.h100 #define for_each_sg(sglist, sg, sgmax, iter) \ argument
463 struct scatterlist *sglist, unsigned int nents, in __sg_page_iter_start()
/freebsd/sys/dev/usb/storage/
H A Dcfumass.c713 struct ctl_sg_entry sg_entry, *sglist; in cfumass_t_data_callback() local