• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/sys/dev/mlx4/mlx4_en/

Lines Matching defs:mlx4_en_priv

536 struct mlx4_en_priv {
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 *priv, struct mlx4_en_cq *cq);
793 int mlx4_en_arm_cq(struct mlx4_en_priv *priv, struct mlx4_en_cq *cq);
798 int mlx4_en_xmit(struct mlx4_en_priv *priv, int tx_ind, struct mbuf **mbp);
800 int mlx4_en_create_tx_ring(struct mlx4_en_priv *priv,
803 void mlx4_en_destroy_tx_ring(struct mlx4_en_priv *priv,
805 int mlx4_en_activate_tx_ring(struct mlx4_en_priv *priv,
808 void mlx4_en_deactivate_tx_ring(struct mlx4_en_priv *priv,
813 int mlx4_en_create_rx_ring(struct mlx4_en_priv *priv,
816 void mlx4_en_destroy_rx_ring(struct mlx4_en_priv *priv,
820 int mlx4_en_activate_rx_rings(struct mlx4_en_priv *priv);
821 void mlx4_en_deactivate_rx_ring(struct mlx4_en_priv *priv,
827 void mlx4_en_fill_qp_context(struct mlx4_en_priv *priv, int size, int stride,
835 const u32 *mlx4_en_get_rss_key(struct mlx4_en_priv *priv, u16 *keylen);
836 u8 mlx4_en_get_rss_mask(struct mlx4_en_priv *priv);
837 int mlx4_en_config_rss_steer(struct mlx4_en_priv *priv);
838 void mlx4_en_release_rss_steer(struct mlx4_en_priv *priv);
839 int mlx4_en_create_drop_qp(struct mlx4_en_priv *priv);
840 void mlx4_en_destroy_drop_qp(struct mlx4_en_priv *priv);
844 int mlx4_SET_VLAN_FLTR(struct mlx4_dev *dev, struct mlx4_en_priv *priv);
849 void mlx4_en_create_debug_files(struct mlx4_en_priv *priv);
850 void mlx4_en_delete_debug_files(struct mlx4_en_priv *priv);
862 void mlx4_en_cleanup_filters(struct mlx4_en_priv *priv,
880 void mlx4_en_restore_ethtool_stats(struct mlx4_en_priv *priv,