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

/freebsd-10.1-release/sys/ofed/drivers/net/mlx4/
H A Den_tx.c95 en_err(priv, "Failed allocating tx_info ring\n");
100 ring->tx_info = vmalloc_node(tmp, node);
101 if (!ring->tx_info) {
102 ring->tx_info = vmalloc(tmp);
103 if (!ring->tx_info) {
109 en_dbg(DRV, priv, "Allocated tx_info ring at addr:%p size:%d\n",
110 ring->tx_info, tmp);
180 vfree(ring->tx_info);
203 vfree(ring->tx_info);
223 memset(ring->tx_info,
252 struct mlx4_en_tx_info *tx_info = &ring->tx_info[index]; local
283 struct mlx4_en_tx_info *tx_info = &ring->tx_info[index]; local
754 struct mlx4_en_tx_info *tx_info; local
[all...]
H A Dmlx4_en.h288 struct mlx4_en_tx_info *tx_info; member in struct:mlx4_en_tx_ring

Completed in 57 milliseconds