Searched refs:mlx5e_tx_wqe (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
H A D | txrx.h | 10 #define MLX5E_TX_WQE_EMPTY_DS_COUNT (sizeof(struct mlx5e_tx_wqe) / MLX5_SEND_WQE_DS) 120 ((struct mlx5e_tx_wqe *)mlx5e_fetch_wqe(&(sq)->wq, pi, sizeof(struct mlx5e_tx_wqe))) 122 static inline struct mlx5e_tx_wqe * 126 struct mlx5e_tx_wqe *wqe = mlx5_wq_cyc_get_wqe(wq, pi); in mlx5e_post_nop() 139 static inline struct mlx5e_tx_wqe * 143 struct mlx5e_tx_wqe *wqe = mlx5_wq_cyc_get_wqe(wq, pi); in mlx5e_post_nop_fence()
|
H A D | xdp.c | 336 struct mlx5e_tx_wqe *wqe; in mlx5e_xdp_mpwqe_session_start() 491 struct mlx5e_tx_wqe *wqe; in mlx5e_xmit_xdp_frame()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/xsk/ |
H A D | tx.c | 51 struct mlx5e_tx_wqe *nopwqe; in mlx5e_xsk_tx_post_err()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
H A D | ipsec_rxtx.h | 65 void mlx5e_ipsec_handle_tx_wqe(struct mlx5e_tx_wqe *wqe,
|
H A D | en_accel.h | 194 struct mlx5e_tx_wqe *wqe, in mlx5e_accel_tx_finish()
|
H A D | ipsec_rxtx.c | 187 void mlx5e_ipsec_handle_tx_wqe(struct mlx5e_tx_wqe *wqe, in mlx5e_ipsec_handle_tx_wqe()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en_tx.c | 357 struct mlx5e_tx_wqe *wqe; in mlx5e_tx_flush() 429 struct mlx5e_tx_wqe *wqe, u16 pi, bool xmit_more) in mlx5e_sq_xmit_wqe() 527 struct mlx5e_tx_wqe *wqe; in mlx5e_tx_mpwqe_session_start() 681 struct mlx5e_tx_wqe *wqe; in mlx5e_xmit()
|
H A D | en_txrx.c | 76 struct mlx5e_tx_wqe *nopwqe; in mlx5e_trigger_irq()
|
H A D | en.h | 229 struct mlx5e_tx_wqe { struct 402 struct mlx5e_tx_wqe *wqe;
|
H A D | en_main.c | 1755 struct mlx5e_tx_wqe *nop; in mlx5e_deactivate_txqsq() 1886 struct mlx5e_tx_wqe *wqe = mlx5_wq_cyc_get_wqe(&sq->wq, i); in mlx5e_open_xdpsq()
|