Searched refs:mlx4_en_priv (Results 1 - 11 of 11) sorted by relevance

/freebsd-10.1-release/sys/ofed/drivers/net/mlx4/
H A Den_selftest.c43 static int mlx4_en_test_registers(struct mlx4_en_priv *priv)
49 static int mlx4_en_test_loopback_xmit(struct mlx4_en_priv *priv)
81 static int mlx4_en_test_loopback(struct mlx4_en_priv *priv)
117 static int mlx4_en_test_link(struct mlx4_en_priv *priv)
127 static int mlx4_en_test_speed(struct mlx4_en_priv *priv)
144 struct mlx4_en_priv *priv = netdev_priv(dev);
H A Dmlx4_en.h538 struct mlx4_en_priv { struct
707 struct mlx4_en_priv *priv = netdev_priv(dev);
782 void mlx4_en_free_resources(struct mlx4_en_priv *priv);
783 int mlx4_en_alloc_resources(struct mlx4_en_priv *priv);
785 int mlx4_en_pre_config(struct mlx4_en_priv *priv);
786 int mlx4_en_create_cq(struct mlx4_en_priv *priv, struct mlx4_en_cq **pcq,
788 void mlx4_en_destroy_cq(struct mlx4_en_priv *priv, struct mlx4_en_cq **pcq);
789 int mlx4_en_activate_cq(struct mlx4_en_priv *priv, struct mlx4_en_cq *cq,
791 void mlx4_en_deactivate_cq(struct mlx4_en_priv *priv, struct mlx4_en_cq *cq);
792 int mlx4_en_set_cq_moder(struct mlx4_en_priv *pri
[all...]
H A Den_cq.c47 int mlx4_en_create_cq(struct mlx4_en_priv *priv,
107 int mlx4_en_activate_cq(struct mlx4_en_priv *priv, struct mlx4_en_cq *cq,
172 void mlx4_en_destroy_cq(struct mlx4_en_priv *priv, struct mlx4_en_cq **pcq)
187 void mlx4_en_deactivate_cq(struct mlx4_en_priv *priv, struct mlx4_en_cq *cq)
200 int mlx4_en_set_cq_moder(struct mlx4_en_priv *priv, struct mlx4_en_cq *cq)
206 int mlx4_en_arm_cq(struct mlx4_en_priv *priv, struct mlx4_en_cq *cq)
H A Den_netdev.c55 static void mlx4_en_sysctl_stat(struct mlx4_en_priv *priv);
56 static void mlx4_en_sysctl_conf(struct mlx4_en_priv *priv);
65 struct mlx4_en_priv *priv = netdev_priv(dev);
102 struct mlx4_en_priv *priv;
112 static void mlx4_en_filter_rfs_expire(struct mlx4_en_priv *priv);
131 struct mlx4_en_priv *priv = filter->priv;
201 filter_hash_bucket(struct mlx4_en_priv *priv, __be32 src_ip, __be32 dst_ip,
217 mlx4_en_filter_alloc(struct mlx4_en_priv *priv, int rxq_index, __be32 src_ip,
251 struct mlx4_en_priv *priv = filter->priv;
264 mlx4_en_filter_find(struct mlx4_en_priv *pri
[all...]
H A Den_rx.c48 static void mlx4_en_init_rx_desc(struct mlx4_en_priv *priv,
76 static int mlx4_en_alloc_buf(struct mlx4_en_priv *priv,
102 static int mlx4_en_prepare_rx_desc(struct mlx4_en_priv *priv,
126 static void mlx4_en_free_rx_desc(struct mlx4_en_priv *priv,
154 static int mlx4_en_fill_rx_buffers(struct mlx4_en_priv *priv)
201 static void mlx4_en_free_rx_buf(struct mlx4_en_priv *priv,
236 struct mlx4_en_priv *priv = netdev_priv(dev);
268 int mlx4_en_create_rx_ring(struct mlx4_en_priv *priv,
329 int mlx4_en_activate_rx_rings(struct mlx4_en_priv *priv)
406 void mlx4_en_destroy_rx_ring(struct mlx4_en_priv *pri
[all...]
H A Den_ethtool.c92 struct mlx4_en_priv *priv = netdev_priv(dev);
239 return ((struct mlx4_en_priv *) netdev_priv(dev))->msg_enable;
244 ((struct mlx4_en_priv *) netdev_priv(dev))->msg_enable = val;
250 struct mlx4_en_priv *priv = netdev_priv(netdev);
289 struct mlx4_en_priv *priv = netdev_priv(netdev);
363 struct mlx4_en_priv *priv = netdev_priv(dev);
392 struct mlx4_en_priv *priv = netdev_priv(dev);
453 void mlx4_en_restore_ethtool_stats(struct mlx4_en_priv *priv, u64 *data)
518 struct mlx4_en_priv *priv = netdev_priv(dev);
587 struct mlx4_en_priv *pri
[all...]
H A Den_frag.c85 static void flush_session(struct mlx4_en_priv *priv,
106 static inline void frag_append(struct mlx4_en_priv *priv,
124 int mlx4_en_rx_frags(struct mlx4_en_priv *priv, struct mlx4_en_rx_ring *ring,
180 void mlx4_en_flush_frags(struct mlx4_en_priv *priv,
H A Den_tx.c65 int mlx4_en_create_tx_ring(struct mlx4_en_priv *priv,
187 void mlx4_en_destroy_tx_ring(struct mlx4_en_priv *priv,
210 int mlx4_en_activate_tx_ring(struct mlx4_en_priv *priv,
239 void mlx4_en_deactivate_tx_ring(struct mlx4_en_priv *priv,
248 static void mlx4_en_stamp_wqe(struct mlx4_en_priv *priv,
278 static u32 mlx4_en_free_tx_desc(struct mlx4_en_priv *priv,
342 struct mlx4_en_priv *priv = netdev_priv(dev);
372 struct mlx4_en_priv *priv = netdev_priv(dev);
466 struct mlx4_en_priv *priv = netdev_priv(cq->dev);
479 struct mlx4_en_priv *pri
[all...]
H A Den_resources.c41 void mlx4_en_fill_qp_context(struct mlx4_en_priv *priv, int size, int stride,
H A Den_main.c117 struct mlx4_en_priv *priv;
H A Den_port.c45 int mlx4_SET_VLAN_FLTR(struct mlx4_dev *dev, struct mlx4_en_priv *priv)
78 struct mlx4_en_priv *priv = netdev_priv(mdev->pndev[port]);
130 struct mlx4_en_priv *priv = netdev_priv(mdev->pndev[port]);

Completed in 89 milliseconds