Symbol: sglist_seg
sys/crypto/ccp/ccp_hardware.c
1076
struct sglist_seg *seg;
sys/crypto/ccp/ccp_hardware.c
1417
struct sglist_seg *seg;
sys/crypto/ccp/ccp_hardware.c
1615
struct sglist_seg *seg;
sys/crypto/ccp/ccp_hardware.c
1723
struct sglist_seg *seg;
sys/crypto/ccp/ccp_hardware.c
1759
enum ccp_cipher_dir dir, struct sglist_seg *seg, bool som, bool eom)
sys/crypto/ccp/ccp_hardware.c
1957
struct sglist_seg *seg;
sys/crypto/ccp/ccp_hardware.c
889
struct sglist_seg *seg;
sys/dev/cxgb/cxgb_sge.c
2204
struct sglist_seg *segs;
sys/dev/cxgbe/crypto/t4_crypto.c
398
struct sglist_seg *ss;
sys/dev/cxgbe/crypto/t6_kern_tls.c
1046
struct sglist_seg *seg;
sys/dev/cxgbe/crypto/t7_kern_tls.c
1084
struct sglist_seg *seg;
sys/dev/cxgbe/t4_sge.c
323
static __be64 get_flit(struct sglist_seg *, int, int);
sys/dev/cxgbe/t4_sge.c
6232
struct sglist_seg *seg;
sys/dev/cxgbe/t4_sge.c
6468
get_flit(struct sglist_seg *segs, int nsegs, int idx)
sys/dev/cxgbe/t4_sge.c
6832
struct sglist_seg segs[38]; /* XXX: find real limit. XXX: get off the stack */
sys/dev/cxgbe/tom/t4_cpl_io.c
584
struct sglist_seg segs[n];
sys/dev/netmap/if_vtnet_netmap.h
168
struct sglist_seg ss[2];
sys/dev/virtio/balloon/virtio_balloon.c
409
struct sglist_seg segs[1];
sys/dev/virtio/console/virtio_console.c
1009
struct sglist_seg segs[2];
sys/dev/virtio/console/virtio_console.c
1362
struct sglist_seg segs[2];
sys/dev/virtio/console/virtio_console.c
611
struct sglist_seg segs[2];
sys/dev/virtio/console/virtio_console.c
960
struct sglist_seg segs[2];
sys/dev/virtio/gpu/virtio_gpu.c
452
struct sglist_seg segs[3];
sys/dev/virtio/network/if_vtnet.c
3590
struct sglist_seg segs[3];
sys/dev/virtio/network/if_vtnet.c
3624
struct sglist_seg segs[3];
sys/dev/virtio/network/if_vtnet.c
3658
struct sglist_seg segs[3];
sys/dev/virtio/network/if_vtnet.c
3692
struct sglist_seg segs[3];
sys/dev/virtio/network/if_vtnet.c
3790
struct sglist_seg segs[4];
sys/dev/virtio/network/if_vtnet.c
3861
struct sglist_seg segs[3];
sys/dev/virtio/scmi/virtio_scmi.c
51
struct sglist_seg segs[2];
sys/dev/virtio/virtqueue.c
857
struct sglist_seg *seg;
sys/kern/subr_sglist.c
111
struct sglist_seg *ss;
sys/kern/subr_sglist.c
285
sg = malloc(sizeof(struct sglist) + nsegs * sizeof(struct sglist_seg),
sys/kern/subr_sglist.c
289
sglist_init(sg, nsegs, (struct sglist_seg *)(sg + 1));
sys/kern/subr_sglist.c
353
struct sglist_seg *ss;
sys/kern/subr_sglist.c
491
struct sglist_seg *ss;
sys/kern/subr_sglist.c
557
struct sglist_seg *ss;
sys/kern/subr_sglist.c
727
bcopy(sg->sg_segs, new->sg_segs, sizeof(struct sglist_seg) *
sys/kern/subr_sglist.c
814
sizeof(struct sglist_seg));
sys/kern/subr_sglist.c
83
_sglist_append_range(struct sglist *sg, struct sglist_seg **ssp,
sys/kern/subr_sglist.c
834
sizeof(struct sglist_seg));
sys/kern/subr_sglist.c
846
struct sglist_seg *flast, *sfirst;
sys/kern/subr_sglist.c
86
struct sglist_seg *ss;
sys/kern/subr_sglist.c
874
(second->sg_nseg - append) * sizeof(struct sglist_seg));
sys/kern/subr_sglist.c
967
count * sizeof(struct sglist_seg));
sys/sys/sglist.h
50
struct sglist_seg *sg_segs;
sys/sys/sglist.h
62
sglist_init(struct sglist *sg, u_short maxsegs, struct sglist_seg *segs)