Home
last modified time | relevance | path

Searched refs:mlx5e_xdpsq (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/en/
Dxdp.h46 void mlx5e_free_xdpsq_descs(struct mlx5e_xdpsq *sq);
48 bool mlx5e_xmit_xdp_frame(struct mlx5e_xdpsq *sq, struct mlx5e_xdp_info *xdpi);
52 static inline void mlx5e_xmit_xdp_doorbell(struct mlx5e_xdpsq *sq) in mlx5e_xmit_xdp_doorbell()
Dxdp.c37 mlx5e_xmit_xdp_buff(struct mlx5e_xdpsq *sq, struct mlx5e_dma_info *di, in mlx5e_xmit_xdp_buff()
105 bool mlx5e_xmit_xdp_frame(struct mlx5e_xdpsq *sq, struct mlx5e_xdp_info *xdpi) in mlx5e_xmit_xdp_frame()
169 struct mlx5e_xdpsq *sq; in mlx5e_poll_xdpsq_cq()
176 sq = container_of(cq, struct mlx5e_xdpsq, cq); in mlx5e_poll_xdpsq_cq()
231 void mlx5e_free_xdpsq_descs(struct mlx5e_xdpsq *sq) in mlx5e_free_xdpsq_descs()
260 struct mlx5e_xdpsq *sq; in mlx5e_xdp_xmit()
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/
Den.h410 struct mlx5e_xdpsq { struct
574 struct mlx5e_xdpsq xdpsq;
603 struct mlx5e_xdpsq xdpsq;
Den_main.c970 static void mlx5e_free_xdpsq_db(struct mlx5e_xdpsq *sq) in mlx5e_free_xdpsq_db()
975 static int mlx5e_alloc_xdpsq_db(struct mlx5e_xdpsq *sq, int numa) in mlx5e_alloc_xdpsq_db()
992 struct mlx5e_xdpsq *sq, in mlx5e_alloc_xdpsq()
1028 static void mlx5e_free_xdpsq(struct mlx5e_xdpsq *sq) in mlx5e_free_xdpsq()
1538 struct mlx5e_xdpsq *sq, in mlx5e_open_xdpsq()
1591 static void mlx5e_close_xdpsq(struct mlx5e_xdpsq *sq) in mlx5e_close_xdpsq()
Den_rx.c1174 struct mlx5e_xdpsq *xdpsq; in mlx5e_poll_rx_cq()