Home
last modified time | relevance | path

Searched refs:ice_repr (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/net/ethernet/intel/ice/
H A Dice_repr.h23 struct ice_repr { struct
37 int (*add)(struct ice_repr *repr); argument
38 void (*rem)(struct ice_repr *repr);
39 int (*ready)(struct ice_repr *repr);
43 struct ice_repr *ice_repr_create_vf(struct ice_vf *vf); argument
44 struct ice_repr *ice_repr_create_sf(struct ice_dynamic_port *sf);
46 void ice_repr_destroy(struct ice_repr *repr);
48 void ice_repr_start_tx_queues(struct ice_repr *repr);
49 void ice_repr_stop_tx_queues(struct ice_repr *repr);
51 struct ice_repr *ice_netdev_to_repr(const struct net_device *netdev);
[all …]
H A Dice_repr.c19 void ice_repr_inc_tx_stats(struct ice_repr *repr, unsigned int len, in ice_repr_inc_tx_stats()
44 struct ice_repr *repr = ice_netdev_to_repr(netdev); in ice_repr_inc_rx_stats()
63 struct ice_repr *repr = np->repr; in ice_repr_get_stats64()
90 struct ice_repr *ice_netdev_to_repr(const struct net_device *netdev) in ice_netdev_to_repr()
109 struct ice_repr *repr = ice_netdev_to_repr(netdev); in ice_repr_vf_open()
143 struct ice_repr *repr = ice_netdev_to_repr(netdev); in ice_repr_vf_stop()
174 struct ice_repr *repr = ice_netdev_to_repr(dev); in ice_repr_sp_stats64()
218 ice_repr_setup_tc_cls_flower(struct ice_repr *repr, in ice_repr_setup_tc_cls_flower()
317 static int ice_repr_ready_vf(struct ice_repr *repr) in ice_repr_ready_vf()
322 static int ice_repr_ready_sf(struct ice_repr *repr) in ice_repr_ready_sf()
[all …]
H A Dice_eswitch.c89 ice_eswitch_release_repr(struct ice_pf *pf, struct ice_repr *repr) in ice_eswitch_release_repr()
109 static int ice_eswitch_setup_repr(struct ice_pf *pf, struct ice_repr *repr) in ice_eswitch_setup_repr()
179 struct ice_repr *repr; in ice_eswitch_update_repr()
221 struct ice_repr *repr = ice_netdev_to_repr(netdev); in ice_eswitch_port_start_xmit()
418 struct ice_repr *repr; in ice_eswitch_start_all_tx_queues()
434 struct ice_repr *repr; in ice_eswitch_stop_all_tx_queues()
455 ice_eswitch_attach(struct ice_pf *pf, struct ice_repr *repr, unsigned long *id) in ice_eswitch_attach()
512 struct ice_repr *repr; in ice_eswitch_attach_vf()
542 struct ice_repr *repr = ice_repr_create_sf(sf); in ice_eswitch_attach_sf()
555 static void ice_eswitch_detach(struct ice_pf *pf, struct ice_repr *repr) in ice_eswitch_detach()
[all …]
H A DMakefile43 ice_repr.o \
H A Dice_eswitch_br.c46 struct ice_repr *repr = ice_netdev_to_repr(dev); in ice_eswitch_br_netdev_to_port()
902 struct ice_repr *repr = in ice_eswitch_br_port_deinit()
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()
H A Dice.h679 struct ice_repr *repr;
H A Dice_ethtool.c4368 struct ice_repr *repr = ice_netdev_to_repr(netdev); in ice_repr_get_drvinfo()
4379 struct ice_repr *repr = ice_netdev_to_repr(netdev); in ice_repr_get_strings()
4393 struct ice_repr *repr = ice_netdev_to_repr(netdev); in ice_repr_get_ethtool_stats()
4814 struct ice_repr *repr = ice_netdev_to_repr(dev); in ice_repr_ethtool_reset()
H A Dice_tc_lib.c674 struct ice_repr *repr; in ice_tc_setup_action()
H A Dice_lag.c119 struct ice_repr *repr; in ice_lag_config_eswitch()