Home
last modified time | relevance | path

Searched refs:mlx4_en_tx_desc (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlx4/
H A Den_tx.c241 struct mlx4_en_tx_desc *tx_desc = ring->buf + (index << LOG_TXBB_SIZE); in mlx4_en_stamp_wqe()
281 struct mlx4_en_tx_desc *tx_desc = ring->buf + (index << LOG_TXBB_SIZE); in mlx4_en_free_tx_desc()
405 struct mlx4_en_tx_desc *tx_desc; in mlx4_en_handle_err_cqe()
570 static struct mlx4_en_tx_desc *mlx4_en_bounce_to_desc(struct mlx4_en_priv *priv, in mlx4_en_bounce_to_desc()
690 static void build_inline_wqe(struct mlx4_en_tx_desc *tx_desc, in build_inline_wqe()
774 struct mlx4_en_tx_desc *tx_desc, in mlx4_en_tx_write_desc()
881 struct mlx4_en_tx_desc *tx_desc; in mlx4_en_xmit()
948 tx_desc = (struct mlx4_en_tx_desc *) ring->bounce_buf; in mlx4_en_xmit()
960 data_offset = offsetof(struct mlx4_en_tx_desc, data); in mlx4_en_xmit()
965 data_offset = offsetof(struct mlx4_en_tx_desc, lso) + lso_align; in mlx4_en_xmit()
[all …]
H A Dmlx4_en.h234 struct mlx4_en_tx_desc { struct