| /drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
| A D | ktls.h | 53 void mlx5e_ktls_build_netdev(struct mlx5e_priv *priv); 54 int mlx5e_ktls_init_tx(struct mlx5e_priv *priv); 55 void mlx5e_ktls_cleanup_tx(struct mlx5e_priv *priv); 56 int mlx5e_ktls_init_rx(struct mlx5e_priv *priv); 57 void mlx5e_ktls_cleanup_rx(struct mlx5e_priv *priv); 94 int mlx5e_ktls_init(struct mlx5e_priv *priv); 95 void mlx5e_ktls_cleanup(struct mlx5e_priv *priv); 97 int mlx5e_ktls_get_count(struct mlx5e_priv *priv); 99 void mlx5e_ktls_get_stats(struct mlx5e_priv *priv, u64 **data); 106 static inline int mlx5e_ktls_init_tx(struct mlx5e_priv *priv) in mlx5e_ktls_init_tx() [all …]
|
| A D | ipsec.h | 133 struct mlx5e_priv; 236 struct mlx5e_priv *slave_priv; 237 struct mlx5e_priv *master_priv; 310 void mlx5e_ipsec_init(struct mlx5e_priv *priv); 311 void mlx5e_ipsec_cleanup(struct mlx5e_priv *priv); 312 void mlx5e_ipsec_build_netdev(struct mlx5e_priv *priv); 336 void mlx5e_accel_ipsec_fs_read_stats(struct mlx5e_priv *priv, 342 struct mlx5e_priv *master_priv); 364 static inline void mlx5e_ipsec_init(struct mlx5e_priv *priv) in mlx5e_ipsec_init() 368 static inline void mlx5e_ipsec_cleanup(struct mlx5e_priv *priv) in mlx5e_ipsec_cleanup() [all …]
|
| 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()
|
| /drivers/net/ethernet/mellanox/mlx5/core/ |
| A D | en_tc.h | 205 int mlx5e_tc_delete_matchall(struct mlx5e_priv *priv, 209 void mlx5e_tc_encap_flows_add(struct mlx5e_priv *priv, 212 void mlx5e_tc_encap_flows_del(struct mlx5e_priv *priv, 288 int mlx5e_tc_attach_mod_hdr(struct mlx5e_priv *priv, 292 void mlx5e_tc_detach_mod_hdr(struct mlx5e_priv *priv, 300 int mlx5e_tc_nic_init(struct mlx5e_priv *priv); 301 void mlx5e_tc_nic_cleanup(struct mlx5e_priv *priv); 307 mlx5e_add_offloaded_nic_rule(struct mlx5e_priv *priv, 315 mlx5_tc_rule_insert(struct mlx5e_priv *priv, 319 mlx5_tc_rule_delete(struct mlx5e_priv *priv, [all …]
|
| A D | en.h | 451 struct mlx5e_priv *priv; 700 struct mlx5e_priv *priv; 783 struct mlx5e_priv *priv; 875 struct mlx5e_priv { struct 956 struct mlx5e_priv *priv; argument 979 void (*cleanup)(struct mlx5e_priv *priv); 980 int (*init_rx)(struct mlx5e_priv *priv); 982 int (*init_tx)(struct mlx5e_priv *priv); 984 void (*enable)(struct mlx5e_priv *priv); 985 void (*disable)(struct mlx5e_priv *priv); [all …]
|
| A D | en_rep.c | 76 struct mlx5e_priv *priv = netdev_priv(dev); in mlx5e_rep_get_drvinfo() 317 struct mlx5e_priv *priv = netdev_priv(dev); in mlx5e_rep_get_strings() 329 struct mlx5e_priv *priv = netdev_priv(dev); in mlx5e_rep_get_ethtool_stats() 336 struct mlx5e_priv *priv = netdev_priv(dev); in mlx5e_rep_get_sset_count() 352 struct mlx5e_priv *priv = netdev_priv(dev); in mlx5e_rep_get_ringparam() 363 struct mlx5e_priv *priv = netdev_priv(dev); in mlx5e_rep_set_ringparam() 371 struct mlx5e_priv *priv = netdev_priv(dev); in mlx5e_rep_get_channels() 1185 struct mlx5e_priv *priv; in mlx5e_init_uplink_rep_tx() 1298 struct mlx5e_priv *priv = container_of(nb, struct mlx5e_priv, events_nb); in uplink_rep_async_event() 1521 struct mlx5e_priv *priv; in mlx5e_vport_uplink_rep_unload() [all …]
|
| A D | en_ethtool.c | 70 struct mlx5e_priv *priv = netdev_priv(dev); in mlx5e_get_drvinfo() 300 struct mlx5e_priv *priv = netdev_priv(dev); in mlx5e_get_sset_count() 327 struct mlx5e_priv *priv = netdev_priv(dev); in mlx5e_get_strings() 348 struct mlx5e_priv *priv = netdev_priv(dev); in mlx5e_get_ethtool_stats() 376 struct mlx5e_priv *priv = netdev_priv(dev); in mlx5e_get_ringparam() 458 struct mlx5e_priv *priv = netdev_priv(dev); in mlx5e_set_ringparam() 480 struct mlx5e_priv *priv = netdev_priv(dev); in mlx5e_get_channels() 585 struct mlx5e_priv *priv = netdev_priv(dev); in mlx5e_set_channels() 684 struct mlx5e_priv *priv = netdev_priv(dev); in mlx5e_get_per_queue_coalesce() 932 struct mlx5e_priv *priv = netdev_priv(dev); in mlx5e_set_per_queue_coalesce() [all …]
|
| 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 …]
|
| 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()
|
| 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); 112 void mlx5e_stats_update(struct mlx5e_priv *priv); 117 void mlx5e_stats_pause_get(struct mlx5e_priv *priv, 119 void mlx5e_stats_fec_get(struct mlx5e_priv *priv, 122 void mlx5e_stats_eth_phy_get(struct mlx5e_priv *priv, 124 void mlx5e_stats_eth_mac_get(struct mlx5e_priv *priv, 126 void mlx5e_stats_eth_ctrl_get(struct mlx5e_priv *priv, 128 void mlx5e_stats_rmon_get(struct mlx5e_priv *priv, [all …]
|
| A D | en_selftest.c | 41 static int mlx5e_test_health_info(struct mlx5e_priv *priv) in mlx5e_test_health_info() 48 static int mlx5e_test_link_state(struct mlx5e_priv *priv) in mlx5e_test_link_state() 59 static int mlx5e_test_link_speed(struct mlx5e_priv *priv) in mlx5e_test_link_speed() 80 static struct sk_buff *mlx5e_test_get_udp_skb(struct mlx5e_priv *priv) in mlx5e_test_get_udp_skb() 201 static int mlx5e_test_loopback_setup(struct mlx5e_priv *priv, in mlx5e_test_loopback_setup() 239 static void mlx5e_test_loopback_cleanup(struct mlx5e_priv *priv, in mlx5e_test_loopback_cleanup() 249 static int mlx5e_cond_loopback(struct mlx5e_priv *priv) in mlx5e_cond_loopback() 261 static int mlx5e_test_loopback(struct mlx5e_priv *priv) in mlx5e_test_loopback() 308 typedef int (*mlx5e_st_func)(struct mlx5e_priv *); 330 struct mlx5e_priv *priv = netdev_priv(ndev); in mlx5e_self_test() [all …]
|
| /drivers/net/ethernet/mellanox/mlx5/core/en/ |
| 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 …]
|
| 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 …]
|
| 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);
|
| A D | fs_ethtool.h | 7 struct mlx5e_priv; 14 int mlx5e_ethtool_set_rxfh_fields(struct mlx5e_priv *priv, 17 int mlx5e_ethtool_get_rxfh_fields(struct mlx5e_priv *priv, 19 int mlx5e_ethtool_set_rxnfc(struct mlx5e_priv *priv, struct ethtool_rxnfc *cmd); 20 int mlx5e_ethtool_get_rxnfc(struct mlx5e_priv *priv, 29 mlx5e_ethtool_set_rxfh_fields(struct mlx5e_priv *priv, in mlx5e_ethtool_set_rxfh_fields() 34 mlx5e_ethtool_get_rxfh_fields(struct mlx5e_priv *priv, in mlx5e_ethtool_get_rxfh_fields() 37 static inline int mlx5e_ethtool_set_rxnfc(struct mlx5e_priv *priv, struct ethtool_rxnfc *cmd) in mlx5e_ethtool_set_rxnfc() 39 static inline int mlx5e_ethtool_get_rxnfc(struct mlx5e_priv *priv, in mlx5e_ethtool_get_rxnfc()
|
| 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);
|
| 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()
|
| 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()
|
| /drivers/net/ethernet/mellanox/mlx5/core/ipoib/ |
| 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() 245 struct mlx5e_priv *priv = mlx5i_epriv(dev); in mlx5i_set_rxfh_fields() 253 struct mlx5e_priv *priv = mlx5i_epriv(dev); in mlx5i_get_rxfh_fields() [all …]
|
| A D | ipoib.c | 83 struct mlx5e_priv *priv = mlx5i_epriv(netdev); in mlx5i_init() 113 void mlx5i_cleanup(struct mlx5e_priv *priv) in mlx5i_cleanup() 167 struct mlx5e_priv *priv = mlx5i_epriv(netdev); in mlx5i_parent_get() 191 struct mlx5e_priv *priv = mlx5i_epriv(netdev); in mlx5i_parent_put() 317 int mlx5i_update_nic_rx(struct mlx5e_priv *priv) in mlx5i_update_nic_rx() 522 struct mlx5e_priv *priv = mlx5i_epriv(netdev); in mlx5i_change_mtu() 562 struct mlx5e_priv *priv = mlx5i_epriv(dev); in mlx5i_ioctl() 707 struct mlx5e_priv *epriv = mlx5i_epriv(dev); in mlx5i_xmit() 739 struct mlx5e_priv *priv = mlx5i_epriv(netdev); in mlx5_rdma_netdev_free() 771 struct mlx5e_priv *epriv; in mlx5_rdma_setup_rn() [all …]
|
| A D | ipoib.h | 63 char *mlx5e_priv[]; member 67 u32 mlx5i_get_tisn(struct mlx5_core_dev *mdev, struct mlx5e_priv *priv, u8 lag_port, u8 tc); 70 int mlx5i_create_underlay_qp(struct mlx5e_priv *priv); 74 int mlx5i_init_underlay_qp(struct mlx5e_priv *priv); 75 void mlx5i_uninit_underlay_qp(struct mlx5e_priv *priv); 95 void mlx5i_cleanup(struct mlx5e_priv *priv); 97 int mlx5i_update_nic_rx(struct mlx5e_priv *priv); 103 #define mlx5i_epriv(netdev) ((void *)(((struct mlx5i_priv *)netdev_priv(netdev))->mlx5e_priv))
|
| A D | ipoib_vlan.c | 107 struct mlx5e_priv *epriv = mlx5i_epriv(netdev); in mlx5i_pkey_del_qpn() 158 struct mlx5e_priv *priv = mlx5i_epriv(dev); in mlx5i_pkey_dev_init() 200 struct mlx5e_priv *epriv = mlx5i_epriv(netdev); in mlx5i_pkey_open() 256 struct mlx5e_priv *priv = mlx5i_epriv(netdev); in mlx5i_pkey_close() 280 struct mlx5e_priv *priv = mlx5i_epriv(netdev); in mlx5i_pkey_change_mtu() 293 struct mlx5e_priv *priv = mlx5i_epriv(netdev); in mlx5i_pkey_init() 313 static void mlx5i_pkey_cleanup(struct mlx5e_priv *priv) in mlx5i_pkey_cleanup() 318 static int mlx5i_pkey_init_tx(struct mlx5e_priv *priv) in mlx5i_pkey_init_tx() 329 static void mlx5i_pkey_cleanup_tx(struct mlx5e_priv *priv) in mlx5i_pkey_cleanup_tx() 336 static int mlx5i_pkey_init_rx(struct mlx5e_priv *priv) in mlx5i_pkey_init_rx() [all …]
|
| /drivers/net/ethernet/mellanox/mlx5/core/en/rep/ |
| 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()
|
| /drivers/net/ethernet/mellanox/mlx5/core/en/tc/ |
| 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()
|
| /drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/ |
| A D | act.h | 46 struct mlx5e_priv *priv, 50 struct mlx5e_priv *priv, 53 bool (*is_multi_table_act)(struct mlx5e_priv *priv, 59 int (*offload_action)(struct mlx5e_priv *priv, 63 int (*destroy_action)(struct mlx5e_priv *priv, 66 int (*stats_action)(struct mlx5e_priv *priv,
|