| /f-stack/freebsd/kern/ |
| H A D | subr_sglist.c | 66 #define SGLIST_SAVE(sg, sgsave) do { \ argument 74 #define SGLIST_RESTORE(sg, sgsave) do { \ argument 286 struct sglist *sg; in sglist_alloc() local 300 sglist_free(struct sglist *sg) in sglist_free() 337 sglist_append_bio(struct sglist *sg, struct bio *bp) in sglist_append_bio() 584 sglist_append_uio(struct sglist *sg, struct uio *uio) in sglist_append_uio() 684 struct sglist *sg; in sglist_build() local 705 sglist_clone(struct sglist *sg, int mflags) in sglist_clone() 725 sglist_length(struct sglist *sg) in sglist_length() 757 struct sglist *sg; in sglist_split() local [all …]
|
| H A D | tty_compat.c | 105 struct sgttyb *sg = (struct sgttyb *)data; in ttsetcompat() local 203 struct sgttyb *sg = (struct sgttyb *)data; in tty_ioctl_compat() local
|
| /f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/ |
| H A D | abd_os.c | 257 struct scatterlist *sg; in abd_alloc_chunks() local 375 struct scatterlist *sg = NULL; in abd_alloc_chunks() local 426 struct scatterlist *sg = NULL; in abd_free_chunks() local 455 struct scatterlist *sg = NULL; in abd_alloc_zero_scatter() local 545 sg_page(struct scatterlist *sg) in sg_page() 551 sg_next(struct scatterlist *sg) in sg_next() 563 struct scatterlist *sg; in abd_alloc_chunks() local 581 struct scatterlist *sg; in abd_free_chunks() local 596 struct scatterlist *sg; in abd_alloc_zero_scatter() local 667 struct scatterlist *sg = NULL; in abd_verify_scatter() local [all …]
|
| /f-stack/freebsd/sys/ |
| H A D | sglist.h | 63 sglist_init(struct sglist *sg, u_short maxsegs, struct sglist_seg *segs) in sglist_init() 73 sglist_reset(struct sglist *sg) in sglist_reset() 80 sglist_hold(struct sglist *sg) in sglist_hold()
|
| /f-stack/freebsd/vm/ |
| H A D | sg_pager.c | 74 struct sglist *sg; in sg_pager_alloc() local 125 struct sglist *sg; in sg_pager_dealloc() local 148 struct sglist *sg; in sg_pager_getpages() local
|
| /f-stack/tools/libnetgraph/ |
| H A D | sock.c | 102 struct sockaddr_ng *const sg = (struct sockaddr_ng *) sbuf; in NgMkSockNode() local 147 struct sockaddr_ng *const sg = (struct sockaddr_ng *) sbuf; in NgMkSockNode() local 285 struct sockaddr_ng *const sg = (struct sockaddr_ng *) sgbuf; in NgSendData() local
|
| H A D | msg.c | 208 struct sockaddr_ng *const sg = (struct sockaddr_ng *) sgbuf; in NgDeliverMsg() local 293 struct sockaddr_ng *const sg = (struct sockaddr_ng *) sgbuf; in NgRecvMsg() local
|
| H A D | debug.c | 220 _NgDebugSockaddr(const struct sockaddr_ng *sg) in _NgDebugSockaddr()
|
| /f-stack/dpdk/drivers/crypto/dpaa_sec/ |
| H A D | dpaa_sec.c | 702 struct qm_sg_entry *sg, *out_sg, *in_sg; in build_auth_only_sg() local 831 struct qm_sg_entry *sg, *in_sg; in build_auth_only() local 925 struct qm_sg_entry *sg, *out_sg, *in_sg; in build_cipher_only_sg() local 1034 struct qm_sg_entry *sg; in build_cipher_only() local 1104 struct qm_sg_entry *sg, *out_sg, *in_sg; in build_cipher_auth_gcm_sg() local 1241 struct qm_sg_entry *sg; in build_cipher_auth_gcm() local 1353 struct qm_sg_entry *sg, *out_sg, *in_sg; in build_cipher_auth_sg() local 1479 struct qm_sg_entry *sg; in build_cipher_auth() local 1575 struct qm_sg_entry *sg; in build_proto() local 1614 struct qm_sg_entry *sg, *out_sg, *in_sg; in build_proto_sg() local
|
| H A D | dpaa_sec.h | 208 struct qm_sg_entry sg[MAX_JOB_SG_ENTRIES]; member
|
| /f-stack/freebsd/net80211/ |
| H A D | ieee80211_superg.h | 117 struct ieee80211_superg *sg = ic->ic_superg; in ieee80211_ff_age_all() local 130 struct ieee80211_superg *sg = ic->ic_superg; in ieee80211_ff_flush() local
|
| H A D | ieee80211_superg.c | 112 struct ieee80211_superg *sg; in ieee80211_superg_attach() local 773 struct ieee80211_superg *sg = ic->ic_superg; in ieee80211_ff_check() local 934 struct ieee80211_superg *sg = ic->ic_superg; in ieee80211_ff_node_cleanup() local
|
| /f-stack/freebsd/amd64/vmm/ |
| H A D | vmm_mem.c | 66 struct sglist *sg; in vmm_mmio_alloc() local
|
| /f-stack/dpdk/drivers/crypto/caam_jr/ |
| H A D | caam_jr.c | 715 struct sec4_sg_entry *sg; in build_auth_only_sg() local 800 struct sec4_sg_entry *sg; in build_auth_only() local 865 struct sec4_sg_entry *sg, *in_sg; in build_cipher_only_sg() local 980 struct sec4_sg_entry *sg; in build_cipher_only() local 1054 struct sec4_sg_entry *sg, *out_sg, *in_sg; in build_cipher_auth_sg() local 1198 struct sec4_sg_entry *sg; in build_cipher_auth() local
|
| H A D | caam_jr_pvt.h | 183 struct sec4_sg_entry sg[MAX_SG_ENTRIES]; member
|
| /f-stack/dpdk/drivers/net/octeontx2/ |
| H A D | otx2_tx.h | 206 union nix_send_sg_s *sg; in otx2_nix_xmit_prepare() local 412 union nix_send_sg_s *sg; in otx2_nix_prepare_mseg() local
|
| H A D | otx2_rx.h | 183 uint64_t sg; in nix_cqe_xtract_mseg() local
|
| /f-stack/freebsd/crypto/ccp/ |
| H A D | ccp.c | 95 ccp_populate_sglist(struct sglist *sg, struct crypto_buffer *cb) in ccp_populate_sglist()
|
| /f-stack/dpdk/drivers/bus/vmbus/ |
| H A D | vmbus_channel.c | 143 struct vmbus_gpa sg[], uint32_t sglen, in rte_vmbus_chan_send_sglist()
|
| /f-stack/dpdk/drivers/net/netvsc/ |
| H A D | hn_rxtx.c | 1398 static unsigned int hn_fill_sg(struct vmbus_gpa *sg, in hn_fill_sg() 1432 struct vmbus_gpa sg[hn_get_slots(m)]; in hn_xmit_sg() local
|
| H A D | hn_rndis.c | 259 struct vmbus_gpa sg; in hn_nvs_send_rndis_ctrl() local
|
| H A D | hn_nvs.h | 232 struct vmbus_gpa sg[], unsigned int sglen, in hn_nvs_send_sglist()
|
| /f-stack/freebsd/contrib/rdma/krping/ |
| H A D | krping.c | 710 struct scatterlist sg = {0}; in krping_rdma_rkey() local 1787 struct scatterlist sg = {0}; in krping_fr_test() local
|
| /f-stack/dpdk/drivers/bus/fslmc/portal/ |
| H A D | dpaa2_hw_pvt.h | 333 #define DPAA2_SG_SET_FINAL(sg, fin) do { \ argument 337 #define DPAA2_SG_IS_FINAL(sg) (!!((sg)->fin_bpid_offset >> 31)) argument
|
| /f-stack/freebsd/netgraph/ |
| H A D | ng_socket.c | 502 struct sockaddr_ng *sg; in ng_getsockaddr() local
|