Searched refs:tx_ind (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_tx.c463 static inline void mlx4_en_xmit_poll(struct mlx4_en_priv *priv, int tx_ind) argument
465 struct mlx4_en_cq *cq = priv->tx_cq[tx_ind];
466 struct mlx4_en_tx_ring *ring = priv->tx_ring[tx_ind];
631 int mlx4_en_xmit(struct mlx4_en_priv *priv, int tx_ind, struct mbuf **mbp) argument
642 struct mlx4_en_tx_ring *ring = priv->tx_ring[tx_ind];
666 mlx4_en_arm_cq(priv, priv->tx_cq[tx_ind]);
930 mlx4_en_transmit_locked(struct ifnet *ifp, int tx_ind, struct mbuf *mb) argument
933 struct mlx4_en_tx_ring *ring = priv->tx_ring[tx_ind];
942 if (mlx4_en_xmit(priv, tx_ind, &mb) != 0) {
H A Den.h798 int mlx4_en_xmit(struct mlx4_en_priv *priv, int tx_ind, struct mbuf **mbp);

Completed in 112 milliseconds