Searched refs:xsk_queue (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/net/xdp/ |
| H A D | xsk_queue.h | 38 struct xsk_queue { struct 112 static inline bool xskq_cons_read_addr_unchecked(struct xsk_queue *q, u64 *addr) in xskq_cons_read_addr_unchecked() 173 static inline bool xskq_cons_is_valid_desc(struct xsk_queue *q, in xskq_cons_is_valid_desc() 184 static inline bool xskq_cons_read_desc(struct xsk_queue *q, in xskq_cons_read_desc() 204 static inline void __xskq_cons_release(struct xsk_queue *q) in __xskq_cons_release() 210 static inline void __xskq_cons_peek(struct xsk_queue *q) in __xskq_cons_peek() 217 static inline void xskq_cons_get_entries(struct xsk_queue *q) in xskq_cons_get_entries() 223 static inline bool xskq_cons_has_entries(struct xsk_queue *q, u32 cnt) in xskq_cons_has_entries() 236 static inline bool xskq_cons_peek_addr_unchecked(struct xsk_queue *q, u64 *addr) in xskq_cons_peek_addr_unchecked() 243 static inline bool xskq_cons_peek_desc(struct xsk_queue *q, in xskq_cons_peek_desc() [all …]
|
| H A D | xsk_queue.c | 13 static size_t xskq_get_ring_size(struct xsk_queue *q, bool umem_queue) in xskq_get_ring_size() 23 struct xsk_queue *xskq_create(u32 nentries, bool umem_queue) in xskq_create() 25 struct xsk_queue *q; in xskq_create() 50 void xskq_destroy(struct xsk_queue *q) in xskq_destroy()
|
| H A D | Makefile | 2 obj-$(CONFIG_XDP_SOCKETS) += xsk.o xdp_umem.o xsk_queue.o xskmap.o
|
| H A D | xsk.c | 525 static int xsk_init_queue(u32 entries, struct xsk_queue **queue, in xsk_init_queue() 528 struct xsk_queue *q; in xsk_init_queue() 834 struct xsk_queue **q; in xsk_setsockopt() 890 struct xsk_queue **q; in xsk_setsockopt() 1072 struct xsk_queue *q = NULL; in xsk_mmap()
|
| H A D | xsk_diag.c | 26 static int xsk_diag_put_ring(const struct xsk_queue *queue, int nl_type, in xsk_diag_put_ring()
|
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | xdp_sock.h | 17 struct xsk_queue; 46 struct xsk_queue *rx ____cacheline_aligned_in_smp; 59 struct xsk_queue *tx ____cacheline_aligned_in_smp; 73 struct xsk_queue *fq_tmp; /* Only as tmp storage before bind */ 74 struct xsk_queue *cq_tmp; /* Only as tmp storage before bind */
|
| H A D | xsk_buff_pool.h | 14 struct xsk_queue; 56 struct xsk_queue *fq ____cacheline_aligned_in_smp; 57 struct xsk_queue *cq;
|