Home
last modified time | relevance | path

Searched refs:ubuf_info_msgzc (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/drivers/net/xen-netback/
H A Dcommon.h65 struct ubuf_info_msgzc callback_struct;
H A Dnetback.c136 static inline struct xenvif_queue *ubuf_to_queue(const struct ubuf_info_msgzc *ubuf) in ubuf_to_queue()
1288 struct ubuf_info_msgzc *ubuf = uarg_to_msgzc(ubuf_base); in xenvif_zerocopy_callback()
1297 ubuf = (struct ubuf_info_msgzc *) ubuf->ctx; in xenvif_zerocopy_callback()
H A Dinterface.c595 queue->pending_tx_info[i].callback_struct = (struct ubuf_info_msgzc) in xenvif_init_queue()
/linux-6.15/drivers/vhost/
H A Dnet.c122 struct ubuf_info_msgzc *ubuf_info;
386 struct ubuf_info_msgzc *ubuf = uarg_to_msgzc(ubuf_base); in vhost_zerocopy_complete()
848 struct ubuf_info_msgzc *ubuf; in handle_tx_zerocopy()
/linux-6.15/net/core/
H A Dskbuff.c1671 struct ubuf_info_msgzc *uarg; in msg_zerocopy_alloc()
1701 static inline struct sk_buff *skb_from_uarg(struct ubuf_info_msgzc *uarg) in skb_from_uarg()
1710 struct ubuf_info_msgzc *uarg_zc; in msg_zerocopy_realloc()
1776 static void __msg_zerocopy_callback(struct ubuf_info_msgzc *uarg) in __msg_zerocopy_callback()
1829 struct ubuf_info_msgzc *uarg_zc = uarg_to_msgzc(uarg); in msg_zerocopy_complete()
/linux-6.15/net/vmw_vsock/
H A Dvirtio_transport_common.c86 struct ubuf_info_msgzc *uarg_zc; in virtio_transport_init_zcopy_skb()
/linux-6.15/include/linux/
H A Dskbuff.h556 struct ubuf_info_msgzc { struct
579 #define uarg_to_msgzc(ubuf_ptr) container_of((ubuf_ptr), struct ubuf_info_msgzc, \ argument