Lines Matching refs:mlx4_en_priv

268 struct mlx4_en_priv;
278 u32 (*free_tx_desc)(struct mlx4_en_priv *priv,
538 struct mlx4_en_priv { struct
685 int mlx4_en_try_alloc_resources(struct mlx4_en_priv *priv,
686 struct mlx4_en_priv *tmp,
689 void mlx4_en_safe_replace_resources(struct mlx4_en_priv *priv,
690 struct mlx4_en_priv *tmp);
692 int mlx4_en_create_cq(struct mlx4_en_priv *priv, struct mlx4_en_cq **pcq,
694 void mlx4_en_destroy_cq(struct mlx4_en_priv *priv, struct mlx4_en_cq **pcq);
695 int mlx4_en_activate_cq(struct mlx4_en_priv *priv, struct mlx4_en_cq *cq,
697 void mlx4_en_deactivate_cq(struct mlx4_en_priv *priv, struct mlx4_en_cq *cq);
698 int mlx4_en_set_cq_moder(struct mlx4_en_priv *priv, struct mlx4_en_cq *cq);
699 void mlx4_en_arm_cq(struct mlx4_en_priv *priv, struct mlx4_en_cq *cq);
707 struct mlx4_en_priv *priv, unsigned int length,
713 int mlx4_en_create_tx_ring(struct mlx4_en_priv *priv,
717 void mlx4_en_destroy_tx_ring(struct mlx4_en_priv *priv,
719 void mlx4_en_init_tx_xdp_ring_descs(struct mlx4_en_priv *priv,
721 int mlx4_en_activate_tx_ring(struct mlx4_en_priv *priv,
724 void mlx4_en_deactivate_tx_ring(struct mlx4_en_priv *priv,
727 void mlx4_en_recover_from_oom(struct mlx4_en_priv *priv);
728 int mlx4_en_create_rx_ring(struct mlx4_en_priv *priv,
731 void mlx4_en_destroy_rx_ring(struct mlx4_en_priv *priv,
734 int mlx4_en_activate_rx_rings(struct mlx4_en_priv *priv);
735 void mlx4_en_deactivate_rx_ring(struct mlx4_en_priv *priv,
744 u32 mlx4_en_free_tx_desc(struct mlx4_en_priv *priv,
748 u32 mlx4_en_recycle_tx_desc(struct mlx4_en_priv *priv,
752 void mlx4_en_fill_qp_context(struct mlx4_en_priv *priv, int size, int stride,
756 int mlx4_en_change_mcast_lb(struct mlx4_en_priv *priv, struct mlx4_qp *qp,
759 int mlx4_en_config_rss_steer(struct mlx4_en_priv *priv);
760 void mlx4_en_release_rss_steer(struct mlx4_en_priv *priv);
761 int mlx4_en_create_drop_qp(struct mlx4_en_priv *priv);
762 void mlx4_en_destroy_drop_qp(struct mlx4_en_priv *priv);
767 int mlx4_SET_VLAN_FLTR(struct mlx4_dev *dev, struct mlx4_en_priv *priv);
782 void mlx4_en_cleanup_filters(struct mlx4_en_priv *priv);
792 int mlx4_en_moderation_update(struct mlx4_en_priv *priv);
830 void en_print(const char *level, const struct mlx4_en_priv *priv,