Home
last modified time | relevance | path

Searched refs:mlx5e_skb_fifo_pop (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/en/
Dptp.c97 skb = mlx5e_skb_fifo_pop(&ptpsq->skb_fifo); in mlx5e_ptp_skb_fifo_ts_cqe_resync()
116 skb = mlx5e_skb_fifo_pop(&ptpsq->skb_fifo); in mlx5e_ptp_handle_ts_cqe()
124 skb = mlx5e_skb_fifo_pop(&ptpsq->skb_fifo); in mlx5e_ptp_handle_ts_cqe()
293 struct sk_buff *skb = mlx5e_skb_fifo_pop(skb_fifo); in mlx5e_ptp_drain_skb_fifo()
Dtxrx.h298 struct sk_buff *mlx5e_skb_fifo_pop(struct mlx5e_skb_fifo *fifo) in mlx5e_skb_fifo_pop() function
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/
Den_tx.c774 struct sk_buff *skb = mlx5e_skb_fifo_pop(&sq->db.skb_fifo); in mlx5e_tx_wi_consume_fifo_skbs()
895 dev_kfree_skb_any(mlx5e_skb_fifo_pop(&sq->db.skb_fifo)); in mlx5e_tx_wi_kfree_fifo_skbs()