/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
H A D | ktls.h | 52 void mlx5e_ktls_build_netdev(struct mlx5e_priv *priv); 53 int mlx5e_ktls_init_tx(struct mlx5e_priv *priv); 54 void mlx5e_ktls_cleanup_tx(struct mlx5e_priv *priv); 55 int mlx5e_ktls_init_rx(struct mlx5e_priv *priv); 56 void mlx5e_ktls_cleanup_rx(struct mlx5e_priv *priv); 92 int mlx5e_ktls_init(struct mlx5e_priv *priv); 93 void mlx5e_ktls_cleanup(struct mlx5e_priv *priv); 95 int mlx5e_ktls_get_count(struct mlx5e_priv *priv); 97 int mlx5e_ktls_get_stats(struct mlx5e_priv *priv, u64 *data); 104 static inline int mlx5e_ktls_init_tx(struct mlx5e_priv *priv) in mlx5e_ktls_init_tx() [all …]
|
H A D | macsec.h | 14 struct mlx5e_priv; 17 void mlx5e_macsec_build_netdev(struct mlx5e_priv *priv); 18 int mlx5e_macsec_init(struct mlx5e_priv *priv); 19 void mlx5e_macsec_cleanup(struct mlx5e_priv *priv); 42 static inline void mlx5e_macsec_build_netdev(struct mlx5e_priv *priv) {} in mlx5e_macsec_build_netdev() 43 static inline int mlx5e_macsec_init(struct mlx5e_priv *priv) { return 0; } in mlx5e_macsec_init() 44 static inline void mlx5e_macsec_cleanup(struct mlx5e_priv *priv) {} in mlx5e_macsec_cleanup()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en_tc.h | 204 int mlx5e_tc_delete_matchall(struct mlx5e_priv *priv, 206 void mlx5e_tc_stats_matchall(struct mlx5e_priv *priv, 210 void mlx5e_tc_encap_flows_add(struct mlx5e_priv *priv, 213 void mlx5e_tc_encap_flows_del(struct mlx5e_priv *priv, 289 int mlx5e_tc_attach_mod_hdr(struct mlx5e_priv *priv, 293 void mlx5e_tc_detach_mod_hdr(struct mlx5e_priv *priv, 301 int mlx5e_tc_nic_init(struct mlx5e_priv *priv); 302 void mlx5e_tc_nic_cleanup(struct mlx5e_priv *priv); 308 mlx5e_add_offloaded_nic_rule(struct mlx5e_priv *priv, 316 mlx5_tc_rule_insert(struct mlx5e_priv *priv, [all …]
|
H A D | en.h | 359 struct mlx5e_priv *priv; 458 struct mlx5e_priv *priv; 703 struct mlx5e_priv *priv; 780 struct mlx5e_priv *priv; 866 struct mlx5e_priv { struct 943 struct mlx5e_priv *priv; argument 966 void (*cleanup)(struct mlx5e_priv *priv); 967 int (*init_rx)(struct mlx5e_priv *priv); 969 int (*init_tx)(struct mlx5e_priv *priv); 971 void (*enable)(struct mlx5e_priv *priv); [all …]
|
H A D | en_rep.h | 141 struct mlx5e_priv *priv; 249 int mlx5e_rep_bond_update(struct mlx5e_priv *priv, bool cleanup); 255 bool mlx5e_is_uplink_rep(struct mlx5e_priv *priv); 256 void mlx5e_rep_activate_channels(struct mlx5e_priv *priv); 257 void mlx5e_rep_deactivate_channels(struct mlx5e_priv *priv); 259 void mlx5e_rep_queue_neigh_stats_work(struct mlx5e_priv *priv); 270 static inline bool mlx5e_is_uplink_rep(struct mlx5e_priv *priv) { return false; } in mlx5e_is_uplink_rep() 271 static inline void mlx5e_rep_activate_channels(struct mlx5e_priv *priv) {} in mlx5e_rep_activate_channels() 272 static inline void mlx5e_rep_deactivate_channels(struct mlx5e_priv *priv) {} in mlx5e_rep_deactivate_channels() 282 static inline bool mlx5e_is_vport_rep(struct mlx5e_priv *priv) in mlx5e_is_vport_rep()
|
H A D | en_rep.c | 72 struct mlx5e_priv *priv = netdev_priv(dev); in mlx5e_rep_get_drvinfo() 257 struct mlx5e_priv *priv = netdev_priv(dev); in mlx5e_rep_get_strings() 269 struct mlx5e_priv *priv = netdev_priv(dev); in mlx5e_rep_get_ethtool_stats() 276 struct mlx5e_priv *priv = netdev_priv(dev); in mlx5e_rep_get_sset_count() 292 struct mlx5e_priv *priv = netdev_priv(dev); in mlx5e_rep_get_ringparam() 303 struct mlx5e_priv *priv = netdev_priv(dev); in mlx5e_rep_set_ringparam() 311 struct mlx5e_priv *priv = netdev_priv(dev); in mlx5e_rep_get_channels() 1125 struct mlx5e_priv *priv; in mlx5e_init_uplink_rep_tx() 1240 struct mlx5e_priv *priv = container_of(nb, struct mlx5e_priv, events_nb); in uplink_rep_async_event() 1458 struct mlx5e_priv *priv; in mlx5e_vport_uplink_rep_unload() [all …]
|
H A D | en_stats.h | 70 struct mlx5e_priv; 73 int (*get_num_stats)(struct mlx5e_priv *priv); 76 void (*update_stats)(struct mlx5e_priv *priv); 110 void mlx5e_stats_update(struct mlx5e_priv *priv); 113 void mlx5e_stats_update_ndo_stats(struct mlx5e_priv *priv); 115 void mlx5e_stats_pause_get(struct mlx5e_priv *priv, 117 void mlx5e_stats_fec_get(struct mlx5e_priv *priv, 120 void mlx5e_stats_eth_phy_get(struct mlx5e_priv *priv, 122 void mlx5e_stats_eth_mac_get(struct mlx5e_priv *priv, 124 void mlx5e_stats_eth_ctrl_get(struct mlx5e_priv *priv, [all …]
|
H A D | en_dcbnl.c | 109 struct mlx5e_priv *priv = netdev_priv(netdev); in mlx5e_dcbnl_ieee_getets() 325 struct mlx5e_priv *priv = netdev_priv(netdev); in mlx5e_dcbnl_ieee_setets() 345 struct mlx5e_priv *priv = netdev_priv(dev); in mlx5e_dcbnl_ieee_getpfc() 365 struct mlx5e_priv *priv = netdev_priv(dev); in mlx5e_dcbnl_ieee_setpfc() 411 struct mlx5e_priv *priv = netdev_priv(dev); in mlx5e_dcbnl_getdcbx() 418 struct mlx5e_priv *priv = netdev_priv(dev); in mlx5e_dcbnl_setdcbx() 451 struct mlx5e_priv *priv = netdev_priv(dev); in mlx5e_dcbnl_ieee_setapp() 506 struct mlx5e_priv *priv = netdev_priv(dev); in mlx5e_dcbnl_ieee_delapp() 623 struct mlx5e_priv *priv = netdev_priv(netdev); in mlx5e_dcbnl_setall() 909 struct mlx5e_priv *priv = netdev_priv(dev); in mlx5e_dcbnl_getbuffer() [all …]
|
H A D | en_ethtool.c | 64 struct mlx5e_priv *priv = netdev_priv(dev); in mlx5e_get_drvinfo() 270 struct mlx5e_priv *priv = netdev_priv(dev); in mlx5e_get_sset_count() 298 struct mlx5e_priv *priv = netdev_priv(dev); in mlx5e_get_strings() 319 struct mlx5e_priv *priv = netdev_priv(dev); in mlx5e_get_ethtool_stats() 352 struct mlx5e_priv *priv = netdev_priv(dev); in mlx5e_get_ringparam() 420 struct mlx5e_priv *priv = netdev_priv(dev); in mlx5e_set_ringparam() 437 struct mlx5e_priv *priv = netdev_priv(dev); in mlx5e_get_channels() 526 struct mlx5e_priv *priv = netdev_priv(dev); in mlx5e_set_channels() 1283 struct mlx5e_priv *priv = netdev_priv(dev); in mlx5e_get_rxfh_context() 1296 struct mlx5e_priv *priv = netdev_priv(dev); in mlx5e_set_rxfh_context() [all …]
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
H A D | tc_tun.h | 33 bool (*can_offload)(struct mlx5e_priv *priv); 36 struct mlx5e_priv *priv, 42 int (*parse_udp_ports)(struct mlx5e_priv *priv, 47 int (*parse_tunnel)(struct mlx5e_priv *priv, 65 struct mlx5e_priv *priv, 69 int mlx5e_tc_tun_create_header_ipv4(struct mlx5e_priv *priv, 85 mlx5e_tc_tun_create_header_ipv6(struct mlx5e_priv *priv, in mlx5e_tc_tun_create_header_ipv6() 90 mlx5e_tc_tun_update_header_ipv6(struct mlx5e_priv *priv, in mlx5e_tc_tun_update_header_ipv6() 95 int mlx5e_tc_tun_route_lookup(struct mlx5e_priv *priv, 104 struct mlx5e_priv *priv, [all …]
|
H A D | health.h | 17 void mlx5e_reporter_tx_create(struct mlx5e_priv *priv); 18 void mlx5e_reporter_tx_destroy(struct mlx5e_priv *priv); 29 void mlx5e_reporter_rx_create(struct mlx5e_priv *priv); 30 void mlx5e_reporter_rx_destroy(struct mlx5e_priv *priv); 41 int (*dump)(struct mlx5e_priv *priv, struct devlink_fmsg *fmsg, void *ctx); 48 int mlx5e_health_recover_channels(struct mlx5e_priv *priv); 49 int mlx5e_health_report(struct mlx5e_priv *priv, 52 void mlx5e_health_create_reporters(struct mlx5e_priv *priv); 53 void mlx5e_health_destroy_reporters(struct mlx5e_priv *priv); 54 void mlx5e_health_channels_update(struct mlx5e_priv *priv); [all …]
|
H A D | tc_tun_encap.h | 9 void mlx5e_detach_encap(struct mlx5e_priv *priv, 14 int mlx5e_attach_encap(struct mlx5e_priv *priv, 22 int mlx5e_attach_decap(struct mlx5e_priv *priv, 25 void mlx5e_detach_decap(struct mlx5e_priv *priv, 28 int mlx5e_attach_decap_route(struct mlx5e_priv *priv, 30 void mlx5e_detach_decap_route(struct mlx5e_priv *priv, 33 int mlx5e_tc_tun_encap_dests_set(struct mlx5e_priv *priv, 38 void mlx5e_tc_tun_encap_dests_unset(struct mlx5e_priv *priv, 47 struct mlx5e_tc_tun_encap *mlx5e_tc_tun_init(struct mlx5e_priv *priv);
|
H A D | qos.h | 11 struct mlx5e_priv; 21 int mlx5e_open_qos_sq(struct mlx5e_priv *priv, struct mlx5e_channels *chs, 24 void mlx5e_deactivate_qos_sq(struct mlx5e_priv *priv, u16 qid); 25 void mlx5e_close_qos_sq(struct mlx5e_priv *priv, u16 qid); 26 void mlx5e_reactivate_qos_sq(struct mlx5e_priv *priv, u16 qid, struct netdev_queue *txq); 29 int mlx5e_qos_open_queues(struct mlx5e_priv *priv, struct mlx5e_channels *chs); 30 void mlx5e_qos_activate_queues(struct mlx5e_priv *priv); 35 int mlx5e_qos_alloc_queues(struct mlx5e_priv *priv, struct mlx5e_channels *chs); 41 int mlx5e_htb_setup_tc(struct mlx5e_priv *priv, struct tc_htb_qopt_offload *htb);
|
H A D | dcbnl.h | 43 void mlx5e_dcbnl_initialize(struct mlx5e_priv *priv); 44 void mlx5e_dcbnl_init_app(struct mlx5e_priv *priv); 45 void mlx5e_dcbnl_delete_app(struct mlx5e_priv *priv); 48 static inline void mlx5e_dcbnl_initialize(struct mlx5e_priv *priv) {} in mlx5e_dcbnl_initialize() 49 static inline void mlx5e_dcbnl_init_app(struct mlx5e_priv *priv) {} in mlx5e_dcbnl_init_app() 50 static inline void mlx5e_dcbnl_delete_app(struct mlx5e_priv *priv) {} in mlx5e_dcbnl_delete_app()
|
H A D | monitor_stats.c | 23 int mlx5e_monitor_counter_supported(struct mlx5e_priv *priv) in mlx5e_monitor_counter_supported() 39 void mlx5e_monitor_counter_arm(struct mlx5e_priv *priv) in mlx5e_monitor_counter_arm() 50 struct mlx5e_priv *priv = container_of(work, struct mlx5e_priv, in mlx5e_monitor_counters_work() 62 struct mlx5e_priv *priv = mlx5_nb_cof(nb, struct mlx5e_priv, in mlx5e_monitor_event_handler() 100 static void mlx5e_set_monitor_counter(struct mlx5e_priv *priv) in mlx5e_set_monitor_counter() 128 void mlx5e_monitor_counter_init(struct mlx5e_priv *priv) in mlx5e_monitor_counter_init() 141 void mlx5e_monitor_counter_cleanup(struct mlx5e_priv *priv) in mlx5e_monitor_counter_cleanup()
|
H A D | fs_ethtool.h | 7 struct mlx5e_priv; 14 int mlx5e_ethtool_set_rxnfc(struct mlx5e_priv *priv, struct ethtool_rxnfc *cmd); 15 int mlx5e_ethtool_get_rxnfc(struct mlx5e_priv *priv, 23 static inline int mlx5e_ethtool_set_rxnfc(struct mlx5e_priv *priv, struct ethtool_rxnfc *cmd) in mlx5e_ethtool_set_rxnfc() 25 static inline int mlx5e_ethtool_get_rxnfc(struct mlx5e_priv *priv, in mlx5e_ethtool_get_rxnfc()
|
H A D | hv_vhca_stats.c | 17 mlx5e_hv_vhca_fill_ring_stats(struct mlx5e_priv *priv, int ch, in mlx5e_hv_vhca_fill_ring_stats() 33 static void mlx5e_hv_vhca_fill_stats(struct mlx5e_priv *priv, void *data, in mlx5e_hv_vhca_fill_stats() 51 static int mlx5e_hv_vhca_stats_buf_size(struct mlx5e_priv *priv) in mlx5e_hv_vhca_stats_buf_size() 62 struct mlx5e_priv *priv; in mlx5e_hv_vhca_stats_work() 68 priv = container_of(sagent, struct mlx5e_priv, stats_agent); in mlx5e_hv_vhca_stats_work() 97 struct mlx5e_priv *priv; in mlx5e_hv_vhca_stats_control() 118 struct mlx5e_priv *priv = mlx5_hv_vhca_agent_priv(agent); in mlx5e_hv_vhca_stats_cleanup() 123 void mlx5e_hv_vhca_stats_create(struct mlx5e_priv *priv) in mlx5e_hv_vhca_stats_create() 152 void mlx5e_hv_vhca_stats_destroy(struct mlx5e_priv *priv) in mlx5e_hv_vhca_stats_destroy()
|
H A D | monitor_stats.h | 7 int mlx5e_monitor_counter_supported(struct mlx5e_priv *priv); 8 void mlx5e_monitor_counter_init(struct mlx5e_priv *priv); 9 void mlx5e_monitor_counter_cleanup(struct mlx5e_priv *priv); 10 void mlx5e_monitor_counter_arm(struct mlx5e_priv *priv);
|
H A D | hv_vhca_stats.h | 10 void mlx5e_hv_vhca_stats_create(struct mlx5e_priv *priv); 11 void mlx5e_hv_vhca_stats_destroy(struct mlx5e_priv *priv); 14 static inline void mlx5e_hv_vhca_stats_create(struct mlx5e_priv *priv) {} in mlx5e_hv_vhca_stats_create() 15 static inline void mlx5e_hv_vhca_stats_destroy(struct mlx5e_priv *priv) {} in mlx5e_hv_vhca_stats_destroy()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/rep/ |
H A D | tc.h | 19 void mlx5e_rep_tc_enable(struct mlx5e_priv *priv); 20 void mlx5e_rep_tc_disable(struct mlx5e_priv *priv); 22 int mlx5e_rep_tc_event_port_affinity(struct mlx5e_priv *priv); 24 void mlx5e_rep_update_flows(struct mlx5e_priv *priv, 29 int mlx5e_rep_encap_entry_attach(struct mlx5e_priv *priv, 33 void mlx5e_rep_encap_entry_detach(struct mlx5e_priv *priv, 56 mlx5e_rep_tc_enable(struct mlx5e_priv *priv) {} in mlx5e_rep_tc_enable() 58 mlx5e_rep_tc_disable(struct mlx5e_priv *priv) {} in mlx5e_rep_tc_disable() 61 mlx5e_rep_tc_event_port_affinity(struct mlx5e_priv *priv) { return NOTIFY_DONE; } in mlx5e_rep_tc_event_port_affinity()
|
H A D | bridge.h | 11 void mlx5e_rep_bridge_init(struct mlx5e_priv *priv); 12 void mlx5e_rep_bridge_cleanup(struct mlx5e_priv *priv); 16 static inline void mlx5e_rep_bridge_init(struct mlx5e_priv *priv) {} in mlx5e_rep_bridge_init() 17 static inline void mlx5e_rep_bridge_cleanup(struct mlx5e_priv *priv) {} in mlx5e_rep_bridge_cleanup()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/ipoib/ |
H A D | ethtool.c | 40 struct mlx5e_priv *priv = mlx5i_epriv(dev); in mlx5i_get_drvinfo() 49 struct mlx5e_priv *priv = mlx5i_epriv(dev); in mlx5i_get_strings() 56 struct mlx5e_priv *priv = mlx5i_epriv(dev); in mlx5i_get_sset_count() 65 struct mlx5e_priv *priv = mlx5i_epriv(dev); in mlx5i_get_ethtool_stats() 75 struct mlx5e_priv *priv = mlx5i_epriv(dev); in mlx5i_set_ringparam() 85 struct mlx5e_priv *priv = mlx5i_epriv(dev); in mlx5i_get_ringparam() 94 struct mlx5e_priv *epriv = mlx5i_epriv(dev); in mlx5i_set_channels() 113 struct mlx5e_priv *priv = mlx5i_epriv(dev); in mlx5i_get_channels() 123 struct mlx5e_priv *priv = mlx5i_epriv(netdev); in mlx5i_set_coalesce() 243 struct mlx5e_priv *priv = mlx5i_epriv(dev); in mlx5i_set_rxnfc() [all …]
|
H A D | ipoib.h | 62 char *mlx5e_priv[]; member 68 int mlx5i_create_underlay_qp(struct mlx5e_priv *priv); 72 int mlx5i_init_underlay_qp(struct mlx5e_priv *priv); 73 void mlx5i_uninit_underlay_qp(struct mlx5e_priv *priv); 93 void mlx5i_cleanup(struct mlx5e_priv *priv); 95 int mlx5i_update_nic_rx(struct mlx5e_priv *priv); 101 #define mlx5i_epriv(netdev) ((void *)(((struct mlx5i_priv *)netdev_priv(netdev))->mlx5e_priv))
|
H A D | ipoib.c | 82 struct mlx5e_priv *priv = mlx5i_epriv(netdev); in mlx5i_init() 110 void mlx5i_cleanup(struct mlx5e_priv *priv) in mlx5i_cleanup() 164 struct mlx5e_priv *priv = mlx5i_epriv(netdev); in mlx5i_parent_get() 188 struct mlx5e_priv *priv = mlx5i_epriv(netdev); in mlx5i_parent_put() 314 int mlx5i_update_nic_rx(struct mlx5e_priv *priv) in mlx5i_update_nic_rx() 516 struct mlx5e_priv *priv = mlx5i_epriv(netdev); in mlx5i_change_mtu() 556 struct mlx5e_priv *priv = mlx5i_epriv(dev); in mlx5i_ioctl() 701 struct mlx5e_priv *epriv = mlx5i_epriv(dev); in mlx5i_xmit() 733 struct mlx5e_priv *priv = mlx5i_epriv(netdev); in mlx5_rdma_netdev_free() 765 struct mlx5e_priv *epriv; in mlx5_rdma_setup_rn() [all …]
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/ |
H A D | int_port.h | 21 mlx5e_tc_int_port_init(struct mlx5e_priv *priv); 25 void mlx5e_tc_int_port_init_rep_rx(struct mlx5e_priv *priv); 26 void mlx5e_tc_int_port_cleanup_rep_rx(struct mlx5e_priv *priv); 61 static inline void mlx5e_tc_int_port_init_rep_rx(struct mlx5e_priv *priv) {} in mlx5e_tc_int_port_init_rep_rx() 62 static inline void mlx5e_tc_int_port_cleanup_rep_rx(struct mlx5e_priv *priv) {} in mlx5e_tc_int_port_cleanup_rep_rx()
|