Home
last modified time | relevance | path

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

/freebsd-12.1/sys/sys/
H A Dsglist.h51 struct sglist { struct
52 struct sglist_seg *sg_segs; argument
63 sglist_init(struct sglist *sg, u_short maxsegs, struct sglist_seg *segs) in sglist_init() argument
/freebsd-12.1/sys/compat/linuxkpi/common/include/linux/
H A Dscatterlist.h87 #define for_each_sg(sglist, sg, sgmax, iter) \ argument
369 struct scatterlist *sglist, unsigned int nents, in __sg_page_iter_start()
/freebsd-12.1/sys/dev/usb/storage/
H A Dcfumass.c721 struct ctl_sg_entry sg_entry, *sglist; in cfumass_t_data_callback() local