Lines Matching defs:umem
272 static int xsk_configure_umem(struct xsk_umem_info *umem, void *buffer, u64 size) in xsk_configure_umem()
315 static int __xsk_configure_socket(struct xsk_socket_info *xsk, struct xsk_umem_info *umem, in __xsk_configure_socket()
341 struct xsk_umem_info *umem; in ifobj_zc_avail() local
633 static void pkt_set(struct xsk_umem_info *umem, struct pkt *pkt, u64 addr, u32 len) in pkt_set()
643 static struct pkt_stream *pkt_stream_generate(struct xsk_umem_info *umem, u32 nb_pkts, u32 pkt_len) in pkt_stream_generate()
662 static struct pkt_stream *pkt_stream_clone(struct xsk_umem_info *umem, in pkt_stream_clone()
681 struct xsk_umem_info *umem = ifobj->umem; in __pkt_stream_replace_half() local
701 struct xsk_umem_info *umem = test->ifobj_rx->umem; in pkt_stream_receive_half() local
801 static bool is_offset_correct(struct xsk_umem_info *umem, struct pkt_stream *pkt_stream, u64 addr, in is_offset_correct()
916 struct xsk_umem_info *umem = xsk->umem; in receive_pkts() local
1214 struct xsk_umem_info *umem, bool tx) in xsk_configure_socket()
1246 static void xsk_populate_fill_ring(struct xsk_umem_info *umem, struct pkt_stream *pkt_stream) in xsk_populate_fill_ring()