Searched refs:mlx5e_xdpsq (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/en/ |
| H A D | xdp.h | 108 void mlx5e_xdp_mpwqe_complete(struct mlx5e_xdpsq *sq); 110 void mlx5e_free_xdpsq_descs(struct mlx5e_xdpsq *sq); 111 void mlx5e_set_xmit_fp(struct mlx5e_xdpsq *sq, bool is_mpw); 119 INDIRECT_CALLABLE_DECLARE(bool mlx5e_xmit_xdp_frame_mpwqe(struct mlx5e_xdpsq *sq, 123 INDIRECT_CALLABLE_DECLARE(bool mlx5e_xmit_xdp_frame(struct mlx5e_xdpsq *sq, 127 INDIRECT_CALLABLE_DECLARE(int mlx5e_xmit_xdp_frame_check_mpwqe(struct mlx5e_xdpsq *sq)); 128 INDIRECT_CALLABLE_DECLARE(int mlx5e_xmit_xdp_frame_check(struct mlx5e_xdpsq *sq)); 158 static inline void mlx5e_xmit_xdp_doorbell(struct mlx5e_xdpsq *sq) in mlx5e_xmit_xdp_doorbell() 169 static inline bool mlx5e_xdp_get_inline_state(struct mlx5e_xdpsq *sq, bool cur) in mlx5e_xdp_get_inline_state() 200 mlx5e_xdp_mpwqe_add_dseg(struct mlx5e_xdpsq *sq, in mlx5e_xdp_mpwqe_add_dseg()
|
| H A D | xdp.c | 61 mlx5e_xmit_xdp_buff(struct mlx5e_xdpsq *sq, struct mlx5e_rq *rq, in mlx5e_xmit_xdp_buff() 349 static u16 mlx5e_xdpsq_get_next_pi(struct mlx5e_xdpsq *sq, u16 size) in mlx5e_xdpsq_get_next_pi() 378 static void mlx5e_xdp_mpwqe_session_start(struct mlx5e_xdpsq *sq) in mlx5e_xdp_mpwqe_session_start() 401 void mlx5e_xdp_mpwqe_complete(struct mlx5e_xdpsq *sq) in mlx5e_xdp_mpwqe_complete() 653 static void mlx5e_free_xdpsq_desc(struct mlx5e_xdpsq *sq, in mlx5e_free_xdpsq_desc() 745 struct mlx5e_xdpsq *sq; in mlx5e_poll_xdpsq_cq() 753 sq = container_of(cq, struct mlx5e_xdpsq, cq); in mlx5e_poll_xdpsq_cq() 813 void mlx5e_free_xdpsq_descs(struct mlx5e_xdpsq *sq) in mlx5e_free_xdpsq_descs() 845 struct mlx5e_xdpsq *sq; in mlx5e_xdp_xmit() 949 struct mlx5e_xdpsq *xdpsq = rq->xdpsq; in mlx5e_xdp_rx_poll_complete() [all …]
|
| /linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | en.h | 474 struct mlx5e_xdpsq; 477 typedef int (*mlx5e_fp_xmit_xdp_frame_check)(struct mlx5e_xdpsq *); 478 typedef bool (*mlx5e_fp_xmit_xdp_frame)(struct mlx5e_xdpsq *, 483 struct mlx5e_xdpsq { struct 716 struct mlx5e_xdpsq *xdpsq; 747 struct mlx5e_xdpsq rq_xdpsq; 761 struct mlx5e_xdpsq *xdpsq; 765 struct mlx5e_xdpsq xsksq; 1045 struct mlx5e_xdpsq *sq, bool is_redirect); 1046 void mlx5e_close_xdpsq(struct mlx5e_xdpsq *sq);
|
| H A D | en_txrx.c | 88 static bool mlx5e_napi_xsk_post(struct mlx5e_xdpsq *xsksq, struct mlx5e_rq *xskrq) in mlx5e_napi_xsk_post() 129 struct mlx5e_xdpsq *xsksq = &c->xsksq; in mlx5e_napi_poll()
|
| H A D | en_main.c | 1393 static void mlx5e_free_xdpsq_db(struct mlx5e_xdpsq *sq) in mlx5e_free_xdpsq_db() 1399 static int mlx5e_alloc_xdpsq_fifo(struct mlx5e_xdpsq *sq, int numa) in mlx5e_alloc_xdpsq_fifo() 1422 static int mlx5e_alloc_xdpsq_db(struct mlx5e_xdpsq *sq, int numa) in mlx5e_alloc_xdpsq_db() 1446 struct mlx5e_xdpsq *sq, in mlx5e_alloc_xdpsq() 1489 static void mlx5e_free_xdpsq(struct mlx5e_xdpsq *sq) in mlx5e_free_xdpsq() 2011 struct mlx5e_xdpsq *sq, bool is_redirect) in mlx5e_open_xdpsq() 2043 void mlx5e_close_xdpsq(struct mlx5e_xdpsq *sq) in mlx5e_close_xdpsq() 2055 static struct mlx5e_xdpsq *mlx5e_open_xdpredirect_sq(struct mlx5e_channel *c, in mlx5e_open_xdpredirect_sq() 2060 struct mlx5e_xdpsq *xdpsq; in mlx5e_open_xdpredirect_sq() 2086 static void mlx5e_close_xdpredirect_sq(struct mlx5e_xdpsq *xdpsq) in mlx5e_close_xdpredirect_sq()
|
| /linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/en/xsk/ |
| H A D | tx.c | 46 static void mlx5e_xsk_tx_post_err(struct mlx5e_xdpsq *sq, in mlx5e_xsk_tx_post_err() 64 bool mlx5e_xsk_tx(struct mlx5e_xdpsq *sq, unsigned int budget) in mlx5e_xsk_tx()
|
| H A D | tx.h | 13 bool mlx5e_xsk_tx(struct mlx5e_xdpsq *sq, unsigned int budget);
|