Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/intel/ice/
Dice_repr.h9 struct ice_repr { struct
25 void ice_repr_start_tx_queues(struct ice_repr *repr); argument
26 void ice_repr_stop_tx_queues(struct ice_repr *repr);
28 void ice_repr_set_traffic_vsi(struct ice_repr *repr, struct ice_vsi *vsi);
30 struct ice_repr *ice_netdev_to_repr(struct net_device *netdev);
Dice_repr.c15 static int ice_repr_get_sw_port_id(struct ice_repr *repr) in ice_repr_get_sw_port_id()
30 struct ice_repr *repr = np->repr; in ice_repr_get_phys_port_name()
79 struct ice_repr *ice_netdev_to_repr(struct net_device *netdev) in ice_netdev_to_repr()
98 struct ice_repr *repr = ice_netdev_to_repr(netdev); in ice_repr_open()
124 struct ice_repr *repr = ice_netdev_to_repr(netdev); in ice_repr_stop()
194 ice_repr_setup_tc_cls_flower(struct ice_repr *repr, in ice_repr_setup_tc_cls_flower()
289 struct ice_repr *repr; in ice_repr_add()
434 void ice_repr_start_tx_queues(struct ice_repr *repr) in ice_repr_start_tx_queues()
444 void ice_repr_stop_tx_queues(struct ice_repr *repr) in ice_repr_stop_tx_queues()
455 void ice_repr_set_traffic_vsi(struct ice_repr *repr, struct ice_vsi *vsi) in ice_repr_set_traffic_vsi()
Dice_eswitch.c154 struct ice_repr *repr; in ice_eswitch_remap_rings_to_vectors()
280 struct ice_repr *repr = vf->repr; in ice_eswitch_setup_reprs()
305 struct ice_repr *repr; in ice_eswitch_update_repr()
339 struct ice_repr *repr; in ice_eswitch_port_start_xmit()
DMakefile36 ice_repr.o \
Dice_vf_lib.h130 struct ice_repr *repr;
Dice_eswitch_br.c46 struct ice_repr *repr = ice_netdev_to_repr(dev); in ice_eswitch_br_netdev_to_port()
924 struct ice_repr *repr) in ice_eswitch_br_vf_repr_port_init()
1109 struct ice_repr *repr = ice_netdev_to_repr(dev); in ice_eswitch_br_port_link()
Dice.h649 struct ice_repr *repr;
Dice_ethtool.c3917 struct ice_repr *repr = ice_netdev_to_repr(netdev); in ice_repr_get_drvinfo()
3928 struct ice_repr *repr = ice_netdev_to_repr(netdev); in ice_repr_get_strings()
3943 struct ice_repr *repr = ice_netdev_to_repr(netdev); in ice_repr_get_ethtool_stats()
Dice_tc_lib.c637 struct ice_repr *repr; in ice_eswitch_tc_parse_action()