Home
last modified time | relevance | path

Searched refs:mlx5e_priv (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/
Den_main.c60 static void mlx5e_update_carrier(struct mlx5e_priv *priv) in mlx5e_update_carrier()
76 struct mlx5e_priv *priv = container_of(work, struct mlx5e_priv, in mlx5e_update_carrier_work()
85 static void mlx5e_update_pport_counters(struct mlx5e_priv *priv) in mlx5e_update_pport_counters()
126 void mlx5e_update_stats(struct mlx5e_priv *priv) in mlx5e_update_stats()
257 struct mlx5e_priv *priv = container_of(dwork, struct mlx5e_priv, in mlx5e_update_stats_work()
269 static void __mlx5e_async_event(struct mlx5e_priv *priv, in __mlx5e_async_event()
286 struct mlx5e_priv *priv = vpriv; in mlx5e_async_event()
294 static void mlx5e_enable_async_events(struct mlx5e_priv *priv) in mlx5e_enable_async_events()
299 static void mlx5e_disable_async_events(struct mlx5e_priv *priv) in mlx5e_disable_async_events()
313 struct mlx5e_priv *priv = c->priv; in mlx5e_create_rq()
[all …]
Den.h302 struct mlx5e_priv *priv;
326 struct mlx5e_priv *priv;
416 struct mlx5e_priv *priv;
479 struct mlx5e_priv { struct
571 void mlx5e_update_stats(struct mlx5e_priv *priv);
573 int mlx5e_create_flow_tables(struct mlx5e_priv *priv);
574 void mlx5e_destroy_flow_tables(struct mlx5e_priv *priv);
575 void mlx5e_init_eth_addr(struct mlx5e_priv *priv);
582 void mlx5e_enable_vlan_filter(struct mlx5e_priv *priv);
583 void mlx5e_disable_vlan_filter(struct mlx5e_priv *priv);
[all …]
Den_flow_table.c103 static void mlx5e_del_eth_addr_from_flow_table(struct mlx5e_priv *priv, in mlx5e_del_eth_addr_from_flow_table()
242 static int __mlx5e_add_eth_addr_rule(struct mlx5e_priv *priv, in __mlx5e_add_eth_addr_rule()
478 static int mlx5e_add_eth_addr_rule(struct mlx5e_priv *priv, in mlx5e_add_eth_addr_rule()
511 static int mlx5e_add_vlan_rule(struct mlx5e_priv *priv, in mlx5e_add_vlan_rule()
576 static void mlx5e_del_vlan_rule(struct mlx5e_priv *priv, in mlx5e_del_vlan_rule()
595 void mlx5e_enable_vlan_filter(struct mlx5e_priv *priv) in mlx5e_enable_vlan_filter()
606 void mlx5e_disable_vlan_filter(struct mlx5e_priv *priv) in mlx5e_disable_vlan_filter()
620 struct mlx5e_priv *priv = netdev_priv(dev); in mlx5e_vlan_rx_add_vid()
628 struct mlx5e_priv *priv = netdev_priv(dev); in mlx5e_vlan_rx_kill_vid()
639 static void mlx5e_execute_action(struct mlx5e_priv *priv, in mlx5e_execute_action()
[all …]
Den_ethtool.c38 struct mlx5e_priv *priv = netdev_priv(dev); in mlx5e_get_drvinfo()
170 struct mlx5e_priv *priv = netdev_priv(dev); in mlx5e_get_sset_count()
188 struct mlx5e_priv *priv = netdev_priv(dev); in mlx5e_get_strings()
228 struct mlx5e_priv *priv = netdev_priv(dev); in mlx5e_get_ethtool_stats()
263 struct mlx5e_priv *priv = netdev_priv(dev); in mlx5e_get_ringparam()
274 struct mlx5e_priv *priv = netdev_priv(dev); in mlx5e_set_ringparam()
347 struct mlx5e_priv *priv = netdev_priv(dev); in mlx5e_get_channels()
356 struct mlx5e_priv *priv = netdev_priv(dev); in mlx5e_set_channels()
400 struct mlx5e_priv *priv = netdev_priv(netdev); in mlx5e_get_coalesce()
413 struct mlx5e_priv *priv = netdev_priv(netdev); in mlx5e_set_coalesce()
[all …]
Den_txrx.c100 struct mlx5e_priv *priv = c->priv; in mlx5e_cq_error_event()
Den_tx.c110 struct mlx5e_priv *priv = netdev_priv(dev); in mlx5e_select_queue()
309 struct mlx5e_priv *priv = netdev_priv(dev); in mlx5e_xmit()