Home
last modified time | relevance | path

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

/linux-4.4.14/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.h258 struct mlx4_en_tx_ring { struct
555 struct mlx4_en_tx_ring **tx_ring;
769 struct mlx4_en_tx_ring **pring,
773 struct mlx4_en_tx_ring **pring);
775 struct mlx4_en_tx_ring *ring,
778 struct mlx4_en_tx_ring *ring);
808 int mlx4_en_free_tx_buf(struct net_device *dev, struct mlx4_en_tx_ring *ring);
Den_port.c196 const struct mlx4_en_tx_ring *ring = priv->tx_ring[i]; in mlx4_en_DUMP_ETH_STATS()
Den_netdev.c1531 struct mlx4_en_tx_ring *tx_ring; in mlx4_en_start_port()
2459 struct mlx4_en_tx_ring *tx_ring = priv->tx_ring[queue_index]; in mlx4_en_set_tx_maxrate()
2867 priv->tx_ring = kzalloc(sizeof(struct mlx4_en_tx_ring *) * MAX_TX_RINGS, in mlx4_en_init_netdev()