Searched refs:ubuf_info_msgzc (Results 1 – 4 of 4) sorted by relevance
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()
86 struct ubuf_info_msgzc *uarg_zc; in virtio_transport_init_zcopy_skb()
552 struct ubuf_info_msgzc { struct 575 #define uarg_to_msgzc(ubuf_ptr) container_of((ubuf_ptr), struct ubuf_info_msgzc, \ argument