Home
last modified time | relevance | path

Searched defs:repr (Results 1 – 21 of 21) sorted by relevance

/linux/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_repr.c30 struct nfp_repr *repr = netdev_priv(netdev); in nfp_repr_inc_tx_stats() local
48 struct nfp_repr *repr = netdev_priv(netdev); in nfp_repr_inc_rx_stats() local
92 struct nfp_repr *repr = netdev_priv(netdev); in nfp_repr_get_stats64() local
127 struct nfp_repr *repr = netdev_priv(netdev); in nfp_repr_get_host_stats64() local
169 struct nfp_repr *repr = netdev_priv(netdev); in nfp_repr_change_mtu() local
187 struct nfp_repr *repr = netdev_priv(netdev); in nfp_repr_xmit() local
204 struct nfp_repr *repr = netdev_priv(netdev); in nfp_repr_stop() local
217 struct nfp_repr *repr = netdev_priv(netdev); in nfp_repr_open() local
238 struct nfp_repr *repr = netdev_priv(netdev); in nfp_repr_fix_features() local
282 struct nfp_repr *repr = netdev_priv(netdev); in nfp_repr_transfer_features() local
[all …]
H A Dnfp_app.c47 struct nfp_repr *repr = netdev_priv(netdev); in nfp_app_from_netdev() local
162 struct net_device *repr; in nfp_app_netdev_feat_change() local
H A Dnfp_port.c23 struct nfp_repr *repr = netdev_priv(netdev); in nfp_port_from_netdev() local
H A Dnfp_app.h232 static inline int nfp_app_repr_open(struct nfp_app *app, struct nfp_repr *repr) in nfp_app_repr_open()
239 static inline int nfp_app_repr_stop(struct nfp_app *app, struct nfp_repr *repr) in nfp_app_repr_stop()
H A Dnfp_net_ethtool.c941 nfp_vnic_get_hw_stats_strings(u8 *data, unsigned int num_vecs, bool repr) in nfp_vnic_get_hw_stats_strings()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_eswitch.c88 ice_eswitch_release_repr(struct ice_pf *pf, struct ice_repr *repr) in ice_eswitch_release_repr()
108 static int ice_eswitch_setup_repr(struct ice_pf *pf, struct ice_repr *repr) in ice_eswitch_setup_repr()
178 struct ice_repr *repr; in ice_eswitch_update_repr() local
220 struct ice_repr *repr = ice_netdev_to_repr(netdev); in ice_eswitch_port_start_xmit() local
412 struct ice_repr *repr; in ice_eswitch_start_all_tx_queues() local
428 struct ice_repr *repr; in ice_eswitch_stop_all_tx_queues() local
449 ice_eswitch_attach(struct ice_pf *pf, struct ice_repr *repr, unsigned long *id) in ice_eswitch_attach()
505 struct ice_repr *repr = ice_repr_create_vf(vf); in ice_eswitch_attach_vf() local
532 struct ice_repr *repr = ice_repr_create_sf(sf); in ice_eswitch_attach_sf() local
545 static void ice_eswitch_detach(struct ice_pf *pf, struct ice_repr *repr) in ice_eswitch_detach()
[all …]
H A Dice_eswitch_br.c46 struct ice_repr *repr = ice_netdev_to_repr(dev); in ice_eswitch_br_netdev_to_port() local
902 struct ice_repr *repr = in ice_eswitch_br_port_deinit() local
932 struct ice_repr *repr) in ice_eswitch_br_vf_repr_port_init()
1118 struct ice_repr *repr = ice_netdev_to_repr(dev); in ice_eswitch_br_port_link() local
H A Dice_ethtool.c4390 struct ice_repr *repr = ice_netdev_to_repr(netdev); in ice_repr_get_drvinfo() local
4401 struct ice_repr *repr = ice_netdev_to_repr(netdev); in ice_repr_get_strings() local
4415 struct ice_repr *repr = ice_netdev_to_repr(netdev); in ice_repr_get_ethtool_stats() local
4754 struct ice_repr *repr = ice_netdev_to_repr(dev); in ice_repr_ethtool_reset() local
H A Dice_tc_lib.c677 struct ice_repr *repr; in ice_tc_setup_action() local
H A Dice_lag.c1016 struct ice_repr *repr; in ice_lag_config_eswitch() local
/linux/drivers/net/ethernet/netronome/nfp/flower/
H A Dmain.c287 struct nfp_repr *repr = netdev_priv(netdev); in nfp_flower_reprs_reify() local
319 nfp_flower_repr_netdev_open(struct nfp_app *app, struct nfp_repr *repr) in nfp_flower_repr_netdev_open()
333 nfp_flower_repr_netdev_stop(struct nfp_app *app, struct nfp_repr *repr) in nfp_flower_repr_netdev_stop()
343 struct nfp_repr *repr = netdev_priv(netdev); in nfp_flower_repr_netdev_clean() local
351 struct nfp_repr *repr = netdev_priv(netdev); in nfp_flower_repr_netdev_preclean() local
399 struct net_device *repr; in nfp_flower_spawn_vnic_reprs() local
517 struct net_device *repr; in nfp_flower_spawn_phy_reprs() local
898 struct nfp_repr *repr = netdev_priv(netdev); in nfp_flower_repr_change_mtu() local
H A Dqos_conf.c175 struct nfp_repr *repr; in nfp_flower_install_rate_limiter() local
297 struct nfp_repr *repr; in nfp_flower_remove_rate_limiter() local
353 struct nfp_repr *repr; in nfp_flower_stats_rlim_reply() local
474 struct nfp_repr *repr; in nfp_flower_stats_rate_limiter() local
H A Dcmsg.c75 int nfp_flower_cmsg_portmod(struct nfp_repr *repr, bool carrier_ok, in nfp_flower_cmsg_portmod()
101 int nfp_flower_cmsg_portreify(struct nfp_repr *repr, bool exists) in nfp_flower_cmsg_portreify()
H A Dlag_conf.c312 struct nfp_repr *repr; in nfp_fl_lag_do_work() local
549 struct nfp_repr *repr; in nfp_fl_lag_changeupper_event() local
628 struct nfp_repr *repr; in nfp_fl_lag_changels_event() local
H A Dtunnel_conf.c1060 struct nfp_repr *repr; in nfp_tunnel_offloaded_macs_inc_ref_and_link() local
1170 struct nfp_repr *repr; in nfp_tunnel_del_shared_mac() local
1260 struct nfp_repr *repr; in nfp_tunnel_offload_mac() local
1395 struct nfp_repr *repr; in nfp_tunnel_mac_event_handler() local
H A Doffload.c1762 struct nfp_repr *repr = cb_priv; in nfp_flower_setup_tc_block_cb() local
1784 struct nfp_repr *repr = netdev_priv(netdev); in nfp_flower_setup_tc_block() local
/linux/drivers/net/ethernet/netronome/nfp/abm/
H A Dmain.c33 struct nfp_repr *repr = netdev_priv(netdev); in nfp_abm_setup_tc() local
83 struct nfp_repr *repr; in nfp_abm_spawn_repr() local
384 struct nfp_repr *repr = netdev_priv(port->netdev); in nfp_abm_port_get_stats() local
401 struct nfp_repr *repr = netdev_priv(port->netdev); in nfp_abm_port_get_stats_count() local
414 struct nfp_repr *repr = netdev_priv(port->netdev); in nfp_abm_port_get_stats_strings() local
H A Dcls.c231 struct nfp_repr *repr = cb_priv; in nfp_abm_setup_tc_block_cb() local
267 int nfp_abm_setup_cls_block(struct net_device *netdev, struct nfp_repr *repr, in nfp_abm_setup_cls_block()
/linux/drivers/gpu/drm/i915/gt/
H A Dsysfs_engines.c84 const char * const *repr; in __caps_show() local
/linux/drivers/gpio/
H A Dgpio-virtuser.c1181 const char *repr; in gpio_virtuser_lookup_entry_config_drive_show() local
1227 const char *repr; in gpio_virtuser_lookup_entry_config_pull_show() local
H A Dgpio-sim.c1292 char *repr; in gpio_sim_hog_config_direction_show() local