Searched refs:xdp_desc (Results 1 – 16 of 16) sorted by relevance
64 static inline struct xdp_desc *xsk_ring_prod__tx_desc(struct xsk_ring_prod *tx, in xsk_ring_prod__tx_desc()67 struct xdp_desc *descs = (struct xdp_desc *)tx->ring; in xsk_ring_prod__tx_desc()72 static inline const struct xdp_desc *75 const struct xdp_desc *descs = (const struct xdp_desc *)rx->ring; in xsk_ring_cons__rx_desc()
793 xsk->config.rx_size * sizeof(struct xdp_desc), in xsk_socket__create_shared()814 xsk->config.tx_size * sizeof(struct xdp_desc), in xsk_socket__create_shared()866 xsk->config.tx_size * sizeof(struct xdp_desc)); in xsk_socket__create_shared()870 xsk->config.rx_size * sizeof(struct xdp_desc)); in xsk_socket__create_shared()921 size_t desc_sz = sizeof(struct xdp_desc); in xsk_socket__delete()
29 struct xdp_desc desc[] ____cacheline_aligned_in_smp;127 struct xdp_desc *desc) in xp_aligned_validate_desc()147 struct xdp_desc *desc) in xp_unaligned_validate_desc()167 struct xdp_desc *desc) in xp_validate_desc()174 struct xdp_desc *d, in xskq_cons_is_valid_desc()185 struct xdp_desc *desc, in xskq_cons_read_desc()244 struct xdp_desc *desc, in xskq_cons_peek_desc()
314 bool xsk_tx_peek_desc(struct xsk_buff_pool *pool, struct xdp_desc *desc) in xsk_tx_peek_desc()379 struct xdp_desc desc; in xsk_generic_xmit()
15 bool xsk_tx_peek_desc(struct xsk_buff_pool *pool, struct xdp_desc *desc);126 struct xdp_desc *desc) in xsk_tx_peek_desc()
15 struct xdp_desc;
52 struct xdp_desc { struct
103 struct xdp_desc { struct
80 struct xdp_desc { struct
82 struct xdp_desc desc; in mlx5e_xsk_tx()
186 is a struct xdp_desc descriptor. The descriptor contains UMEM offset192 The user application consumes struct xdp_desc descriptors from this198 The TX ring is used to send frames. The struct xdp_desc descriptor is204 The user application produces struct xdp_desc descriptors to this488 // struct xdp_desc *desc;500 // typedef struct xdp_desc RING_TYPE;
461 struct xdp_desc desc; in i40e_xmit_zc()
389 struct xdp_desc desc; in ixgbe_xmit_zc()
698 struct xdp_desc desc; in ice_xmit_zc()
1258 struct xdp_desc *tx_desc = xsk_ring_prod__tx_desc(&xsk->tx, in tx_only()