Searched refs:sglist_seg (Results 1 – 14 of 14) sorted by relevance
/freebsd/sys/kern/ |
H A D | subr_sglist.c | 83 _sglist_append_range(struct sglist *sg, struct sglist_seg **ssp, in _sglist_append_range() 86 struct sglist_seg *ss; in _sglist_append_range() 111 struct sglist_seg *ss; in _sglist_append_buf() 285 sg = malloc(sizeof(struct sglist) + nsegs * sizeof(struct sglist_seg), in sglist_alloc() 289 sglist_init(sg, nsegs, (struct sglist_seg *)(sg + 1)); in sglist_alloc() 353 struct sglist_seg *ss; in sglist_append_phys() 491 struct sglist_seg *ss; in sglist_append_vmpages() 557 struct sglist_seg *ss; in sglist_append_sglist() 727 bcopy(sg->sg_segs, new->sg_segs, sizeof(struct sglist_seg) * in sglist_clone() 814 sizeof(struct sglist_seg)); in sglist_split() [all …]
|
/freebsd/sys/sys/ |
H A D | sglist.h | 44 struct sglist_seg { struct 50 struct sglist_seg *sg_segs; argument 62 sglist_init(struct sglist *sg, u_short maxsegs, struct sglist_seg *segs) in sglist_init()
|
/freebsd/sys/crypto/ccp/ |
H A D | ccp_hardware.c | 889 struct sglist_seg *seg; in ccp_passthrough_sgl() 1076 struct sglist_seg *seg; in ccp_sha() 1417 struct sglist_seg *seg; in ccp_do_xts() 1615 struct sglist_seg *seg; in ccp_do_blkcipher() 1723 struct sglist_seg *seg; in ccp_do_ghash_aad() 1759 enum ccp_cipher_dir dir, struct sglist_seg *seg, bool som, bool eom) in ccp_do_gctr() 1957 struct sglist_seg *seg; in ccp_gcm()
|
/freebsd/sys/dev/virtio/console/ |
H A D | virtio_console.c | 611 struct sglist_seg segs[2]; in vtcon_ctrl_event_enqueue() 960 struct sglist_seg segs[2]; in vtcon_ctrl_poll() 1009 struct sglist_seg segs[2]; in vtcon_port_enqueue_buf() 1362 struct sglist_seg segs[2]; in vtcon_port_out()
|
/freebsd/sys/dev/netmap/ |
H A D | if_vtnet_netmap.h | 168 struct sglist_seg ss[2]; in vtnet_netmap_kring_refill()
|
/freebsd/sys/dev/virtio/balloon/ |
H A D | virtio_balloon.c | 409 struct sglist_seg segs[1]; in vtballoon_send_page_frames()
|
/freebsd/sys/dev/virtio/network/ |
H A D | if_vtnet.c | 3546 struct sglist_seg segs[3]; in vtnet_ctrl_mac_cmd() 3580 struct sglist_seg segs[3]; in vtnet_ctrl_guest_offloads() 3614 struct sglist_seg segs[3]; in vtnet_ctrl_mq_cmd() 3648 struct sglist_seg segs[3]; in vtnet_ctrl_rx_cmd() 3746 struct sglist_seg segs[4]; in vtnet_rx_filter_mac() 3817 struct sglist_seg segs[3]; in vtnet_exec_vlan_filter()
|
/freebsd/sys/dev/virtio/gpu/ |
H A D | virtio_gpu.c | 452 struct sglist_seg segs[2]; in vtgpu_req_resp()
|
/freebsd/sys/dev/virtio/ |
H A D | virtqueue.c | 704 struct sglist_seg *seg; in vq_ring_enqueue_segments()
|
/freebsd/sys/dev/cxgbe/ |
H A D | t4_sge.c | 321 static __be64 get_flit(struct sglist_seg *, int, int); 6040 struct sglist_seg *seg; in write_gl_to_txd() 6276 get_flit(struct sglist_seg *segs, int nsegs, int idx) in get_flit() 6639 struct sglist_seg segs[38]; /* XXX: find real limit. XXX: get off the stack */ in write_ethofld_wr()
|
/freebsd/sys/dev/cxgbe/crypto/ |
H A D | t6_kern_tls.c | 1046 struct sglist_seg *seg; in write_gl_to_buf()
|
H A D | t4_crypto.c | 397 struct sglist_seg *ss; in ccr_write_ulptx_sgl()
|
/freebsd/sys/dev/cxgbe/tom/ |
H A D | t4_cpl_io.c | 575 struct sglist_seg segs[n]; in write_tx_sgl()
|
/freebsd/sys/dev/cxgb/ |
H A D | cxgb_sge.c | 2204 struct sglist_seg *segs; in write_ofld_wr()
|