/kernel/linux/linux-5.10/drivers/firewire/ |
H A D | net.c | 96 unsigned ether_type, unsigned dg_size, unsigned dgl) in fwnet_make_ff_hdr() 99 | fwnet_set_hdr_dg_size(dg_size) in fwnet_make_ff_hdr() 105 unsigned lf, unsigned dg_size, unsigned fg_off, unsigned dgl) in fwnet_make_sf_hdr() 108 | fwnet_set_hdr_dg_size(dg_size) in fwnet_make_sf_hdr() 362 struct fwnet_peer *peer, u16 datagram_label, unsigned dg_size, in fwnet_pd_new() 378 new->datagram_size = dg_size; in fwnet_pd_new() 379 new->skb = dev_alloc_skb(dg_size + LL_RESERVED_SPACE(net)); in fwnet_pd_new() 384 new->pbuf = skb_put(new->skb, dg_size); in fwnet_pd_new() 581 int dg_size; in fwnet_incoming_packet() local 630 dg_size in fwnet_incoming_packet() 95 fwnet_make_ff_hdr(struct rfc2734_header *hdr, unsigned ether_type, unsigned dg_size, unsigned dgl) fwnet_make_ff_hdr() argument 104 fwnet_make_sf_hdr(struct rfc2734_header *hdr, unsigned lf, unsigned dg_size, unsigned fg_off, unsigned dgl) fwnet_make_sf_hdr() argument 361 fwnet_pd_new(struct net_device *net, struct fwnet_peer *peer, u16 datagram_label, unsigned dg_size, void *frag_buf, unsigned frag_off, unsigned frag_len) fwnet_pd_new() argument 855 u16 dg_size; fwnet_transmit_packet_done() local 1243 u16 dg_size; fwnet_tx() local [all...] |
/kernel/linux/linux-6.6/drivers/firewire/ |
H A D | net.c | 96 unsigned ether_type, unsigned dg_size, unsigned dgl) in fwnet_make_ff_hdr() 99 | fwnet_set_hdr_dg_size(dg_size) in fwnet_make_ff_hdr() 105 unsigned lf, unsigned dg_size, unsigned fg_off, unsigned dgl) in fwnet_make_sf_hdr() 108 | fwnet_set_hdr_dg_size(dg_size) in fwnet_make_sf_hdr() 353 struct fwnet_peer *peer, u16 datagram_label, unsigned dg_size, in fwnet_pd_new() 369 new->datagram_size = dg_size; in fwnet_pd_new() 370 new->skb = dev_alloc_skb(dg_size + LL_RESERVED_SPACE(net)); in fwnet_pd_new() 375 new->pbuf = skb_put(new->skb, dg_size); in fwnet_pd_new() 570 int dg_size; in fwnet_incoming_packet() local 619 dg_size in fwnet_incoming_packet() 95 fwnet_make_ff_hdr(struct rfc2734_header *hdr, unsigned ether_type, unsigned dg_size, unsigned dgl) fwnet_make_ff_hdr() argument 104 fwnet_make_sf_hdr(struct rfc2734_header *hdr, unsigned lf, unsigned dg_size, unsigned fg_off, unsigned dgl) fwnet_make_sf_hdr() argument 352 fwnet_pd_new(struct net_device *net, struct fwnet_peer *peer, u16 datagram_label, unsigned dg_size, void *frag_buf, unsigned frag_off, unsigned frag_len) fwnet_pd_new() argument 845 u16 dg_size; fwnet_transmit_packet_done() local 1233 u16 dg_size; fwnet_tx() local [all...] |
/kernel/linux/linux-5.10/drivers/misc/vmw_vmci/ |
H A D | vmci_datagram.c | 160 size_t dg_size; in dg_dispatch_as_host() local 163 dg_size = VMCI_DG_SIZE(dg); in dg_dispatch_as_host() 237 memcpy(&dg_info->msg, dg, dg_size); in dg_dispatch_as_host() 271 new_dg = kmemdup(dg, dg_size, GFP_KERNEL); in dg_dispatch_as_host() 286 return (int)dg_size; in dg_dispatch_as_host()
|
H A D | vmci_datagram.h | 28 size_t dg_size; /* Size of datagram. */ member
|
H A D | vmci_context.c | 324 dq_entry->dg_size = vmci_dg_size; in vmci_ctx_enqueue_datagram() 465 WARN_ON(dq_entry->dg_size != VMCI_DG_SIZE(dq_entry->dg)); in ctx_free_ctx() 531 if (*max_size < dq_entry->dg_size) { in vmci_ctx_dequeue_datagram() 532 *max_size = dq_entry->dg_size; in vmci_ctx_dequeue_datagram() 541 context->datagram_queue_size -= dq_entry->dg_size; in vmci_ctx_dequeue_datagram() 560 rv = (int)next_entry->dg_size; in vmci_ctx_dequeue_datagram()
|
/kernel/linux/linux-6.6/drivers/misc/vmw_vmci/ |
H A D | vmci_datagram.c | 160 size_t dg_size; in dg_dispatch_as_host() local 163 dg_size = VMCI_DG_SIZE(dg); in dg_dispatch_as_host() 237 memcpy(&dg_info->msg, dg, dg_size); in dg_dispatch_as_host() 271 new_dg = kmemdup(dg, dg_size, GFP_KERNEL); in dg_dispatch_as_host() 286 return (int)dg_size; in dg_dispatch_as_host()
|
H A D | vmci_datagram.h | 28 size_t dg_size; /* Size of datagram. */ member
|
H A D | vmci_context.c | 324 dq_entry->dg_size = vmci_dg_size; in vmci_ctx_enqueue_datagram() 465 WARN_ON(dq_entry->dg_size != VMCI_DG_SIZE(dq_entry->dg)); in ctx_free_ctx() 531 if (*max_size < dq_entry->dg_size) { in vmci_ctx_dequeue_datagram() 532 *max_size = dq_entry->dg_size; in vmci_ctx_dequeue_datagram() 541 context->datagram_queue_size -= dq_entry->dg_size; in vmci_ctx_dequeue_datagram() 560 rv = (int)next_entry->dg_size; in vmci_ctx_dequeue_datagram()
|