Home
last modified time | relevance | path

Searched refs:mlx4_en_tx_ring (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/
Den_tx.c49 struct mlx4_en_tx_ring **pring, u32 size, in mlx4_en_create_tx_ring()
53 struct mlx4_en_tx_ring *ring; in mlx4_en_create_tx_ring()
174 struct mlx4_en_tx_ring **pring) in mlx4_en_destroy_tx_ring()
177 struct mlx4_en_tx_ring *ring = *pring; in mlx4_en_destroy_tx_ring()
196 struct mlx4_en_tx_ring *ring, in mlx4_en_activate_tx_ring()
228 struct mlx4_en_tx_ring *ring) in mlx4_en_deactivate_tx_ring()
236 static inline bool mlx4_en_is_tx_ring_full(struct mlx4_en_tx_ring *ring) in mlx4_en_is_tx_ring_full()
242 struct mlx4_en_tx_ring *ring, int index, in mlx4_en_stamp_wqe()
276 struct mlx4_en_tx_ring *ring, in mlx4_en_free_tx_desc()
353 int mlx4_en_free_tx_buf(struct net_device *dev, struct mlx4_en_tx_ring *ring) in mlx4_en_free_tx_buf()
[all …]
Dmlx4_en.h257 struct mlx4_en_tx_ring { struct
554 struct mlx4_en_tx_ring **tx_ring;
766 struct mlx4_en_tx_ring **pring,
770 struct mlx4_en_tx_ring **pring);
772 struct mlx4_en_tx_ring *ring,
775 struct mlx4_en_tx_ring *ring);
804 int mlx4_en_free_tx_buf(struct net_device *dev, struct mlx4_en_tx_ring *ring);
Den_port.c195 const struct mlx4_en_tx_ring *ring = priv->tx_ring[i]; in mlx4_en_DUMP_ETH_STATS()
Den_netdev.c1523 struct mlx4_en_tx_ring *tx_ring; in mlx4_en_start_port()
2408 struct mlx4_en_tx_ring *tx_ring = priv->tx_ring[queue_index]; in mlx4_en_set_tx_maxrate()
2808 priv->tx_ring = kzalloc(sizeof(struct mlx4_en_tx_ring *) * MAX_TX_RINGS, in mlx4_en_init_netdev()