Searched refs:ubuf_info_msgzc (Results 1 – 6 of 6) sorted by relevance
65 struct ubuf_info_msgzc callback_struct;
136 static inline struct xenvif_queue *ubuf_to_queue(const struct ubuf_info_msgzc *ubuf) in ubuf_to_queue()1289 struct ubuf_info_msgzc *ubuf = uarg_to_msgzc(ubuf_base); in xenvif_zerocopy_callback()1298 ubuf = (struct ubuf_info_msgzc *) ubuf->ctx; in xenvif_zerocopy_callback()
595 queue->pending_tx_info[i].callback_struct = (struct ubuf_info_msgzc) in xenvif_init_queue()
126 struct ubuf_info_msgzc *ubuf_info;402 struct ubuf_info_msgzc *ubuf; in vhost_zerocopy_complete()890 struct ubuf_info_msgzc *ubuf; in handle_tx_zerocopy()
1731 struct ubuf_info_msgzc *uarg; in msg_zerocopy_alloc()1761 static inline struct sk_buff *skb_from_uarg(struct ubuf_info_msgzc *uarg) in skb_from_uarg()1770 struct ubuf_info_msgzc *uarg_zc; in msg_zerocopy_realloc()1837 static void __msg_zerocopy_callback(struct ubuf_info_msgzc *uarg) in __msg_zerocopy_callback()1890 struct ubuf_info_msgzc *uarg_zc = uarg_to_msgzc(uarg); in msg_zerocopy_complete()
552 struct ubuf_info_msgzc { struct575 #define uarg_to_msgzc(ubuf_ptr) container_of((ubuf_ptr), struct ubuf_info_msgzc, \ argument