Symbol: ice_repr
drivers/net/ethernet/intel/ice/ice.h
679
struct ice_repr *repr;
drivers/net/ethernet/intel/ice/ice_eswitch.c
109
static int ice_eswitch_setup_repr(struct ice_pf *pf, struct ice_repr *repr)
drivers/net/ethernet/intel/ice/ice_eswitch.c
177
struct ice_repr *repr;
drivers/net/ethernet/intel/ice/ice_eswitch.c
219
struct ice_repr *repr = ice_netdev_to_repr(netdev);
drivers/net/ethernet/intel/ice/ice_eswitch.c
418
struct ice_repr *repr;
drivers/net/ethernet/intel/ice/ice_eswitch.c
434
struct ice_repr *repr;
drivers/net/ethernet/intel/ice/ice_eswitch.c
455
ice_eswitch_attach(struct ice_pf *pf, struct ice_repr *repr, unsigned long *id)
drivers/net/ethernet/intel/ice/ice_eswitch.c
512
struct ice_repr *repr;
drivers/net/ethernet/intel/ice/ice_eswitch.c
539
struct ice_repr *repr = ice_repr_create_sf(sf);
drivers/net/ethernet/intel/ice/ice_eswitch.c
552
static void ice_eswitch_detach(struct ice_pf *pf, struct ice_repr *repr)
drivers/net/ethernet/intel/ice/ice_eswitch.c
585
struct ice_repr *repr = xa_load(&pf->eswitch.reprs, vf->repr_id);
drivers/net/ethernet/intel/ice/ice_eswitch.c
603
struct ice_repr *repr = xa_load(&pf->eswitch.reprs, sf->repr_id);
drivers/net/ethernet/intel/ice/ice_eswitch.c
624
struct ice_repr *repr;
drivers/net/ethernet/intel/ice/ice_eswitch.c
89
ice_eswitch_release_repr(struct ice_pf *pf, struct ice_repr *repr)
drivers/net/ethernet/intel/ice/ice_eswitch_br.c
1118
struct ice_repr *repr = ice_netdev_to_repr(dev);
drivers/net/ethernet/intel/ice/ice_eswitch_br.c
46
struct ice_repr *repr = ice_netdev_to_repr(dev);
drivers/net/ethernet/intel/ice/ice_eswitch_br.c
902
struct ice_repr *repr =
drivers/net/ethernet/intel/ice/ice_eswitch_br.c
932
struct ice_repr *repr)
drivers/net/ethernet/intel/ice/ice_ethtool.c
4373
struct ice_repr *repr = ice_netdev_to_repr(netdev);
drivers/net/ethernet/intel/ice/ice_ethtool.c
4384
struct ice_repr *repr = ice_netdev_to_repr(netdev);
drivers/net/ethernet/intel/ice/ice_ethtool.c
4398
struct ice_repr *repr = ice_netdev_to_repr(netdev);
drivers/net/ethernet/intel/ice/ice_ethtool.c
4819
struct ice_repr *repr = ice_netdev_to_repr(dev);
drivers/net/ethernet/intel/ice/ice_lag.c
119
struct ice_repr *repr;
drivers/net/ethernet/intel/ice/ice_repr.c
109
struct ice_repr *repr = ice_netdev_to_repr(netdev);
drivers/net/ethernet/intel/ice/ice_repr.c
143
struct ice_repr *repr = ice_netdev_to_repr(netdev);
drivers/net/ethernet/intel/ice/ice_repr.c
174
struct ice_repr *repr = ice_netdev_to_repr(dev);
drivers/net/ethernet/intel/ice/ice_repr.c
19
void ice_repr_inc_tx_stats(struct ice_repr *repr, unsigned int len,
drivers/net/ethernet/intel/ice/ice_repr.c
218
ice_repr_setup_tc_cls_flower(struct ice_repr *repr,
drivers/net/ethernet/intel/ice/ice_repr.c
317
static int ice_repr_ready_vf(struct ice_repr *repr)
drivers/net/ethernet/intel/ice/ice_repr.c
322
static int ice_repr_ready_sf(struct ice_repr *repr)
drivers/net/ethernet/intel/ice/ice_repr.c
331
void ice_repr_destroy(struct ice_repr *repr)
drivers/net/ethernet/intel/ice/ice_repr.c
338
static void ice_repr_rem_vf(struct ice_repr *repr)
drivers/net/ethernet/intel/ice/ice_repr.c
347
static void ice_repr_rem_sf(struct ice_repr *repr)
drivers/net/ethernet/intel/ice/ice_repr.c
367
static struct ice_repr *ice_repr_create(struct ice_vsi *src_vsi)
drivers/net/ethernet/intel/ice/ice_repr.c
370
struct ice_repr *repr;
drivers/net/ethernet/intel/ice/ice_repr.c
408
static int ice_repr_add_vf(struct ice_repr *repr)
drivers/net/ethernet/intel/ice/ice_repr.c
44
struct ice_repr *repr = ice_netdev_to_repr(netdev);
drivers/net/ethernet/intel/ice/ice_repr.c
455
struct ice_repr *ice_repr_create_vf(struct ice_vf *vf)
drivers/net/ethernet/intel/ice/ice_repr.c
458
struct ice_repr *repr;
drivers/net/ethernet/intel/ice/ice_repr.c
478
static int ice_repr_add_sf(struct ice_repr *repr)
drivers/net/ethernet/intel/ice/ice_repr.c
509
struct ice_repr *ice_repr_create_sf(struct ice_dynamic_port *sf)
drivers/net/ethernet/intel/ice/ice_repr.c
511
struct ice_repr *repr = ice_repr_create(sf->vsi);
drivers/net/ethernet/intel/ice/ice_repr.c
527
struct ice_repr *ice_repr_get(struct ice_pf *pf, u32 id)
drivers/net/ethernet/intel/ice/ice_repr.c
536
void ice_repr_start_tx_queues(struct ice_repr *repr)
drivers/net/ethernet/intel/ice/ice_repr.c
546
void ice_repr_stop_tx_queues(struct ice_repr *repr)
drivers/net/ethernet/intel/ice/ice_repr.c
63
struct ice_repr *repr = np->repr;
drivers/net/ethernet/intel/ice/ice_repr.c
90
struct ice_repr *ice_netdev_to_repr(const struct net_device *netdev)
drivers/net/ethernet/intel/ice/ice_repr.h
37
int (*add)(struct ice_repr *repr);
drivers/net/ethernet/intel/ice/ice_repr.h
38
void (*rem)(struct ice_repr *repr);
drivers/net/ethernet/intel/ice/ice_repr.h
39
int (*ready)(struct ice_repr *repr);
drivers/net/ethernet/intel/ice/ice_repr.h
43
struct ice_repr *ice_repr_create_vf(struct ice_vf *vf);
drivers/net/ethernet/intel/ice/ice_repr.h
44
struct ice_repr *ice_repr_create_sf(struct ice_dynamic_port *sf);
drivers/net/ethernet/intel/ice/ice_repr.h
46
void ice_repr_destroy(struct ice_repr *repr);
drivers/net/ethernet/intel/ice/ice_repr.h
48
void ice_repr_start_tx_queues(struct ice_repr *repr);
drivers/net/ethernet/intel/ice/ice_repr.h
49
void ice_repr_stop_tx_queues(struct ice_repr *repr);
drivers/net/ethernet/intel/ice/ice_repr.h
51
struct ice_repr *ice_netdev_to_repr(const struct net_device *netdev);
drivers/net/ethernet/intel/ice/ice_repr.h
54
void ice_repr_inc_tx_stats(struct ice_repr *repr, unsigned int len,
drivers/net/ethernet/intel/ice/ice_repr.h
57
struct ice_repr *ice_repr_get(struct ice_pf *pf, u32 id);
drivers/net/ethernet/intel/ice/ice_tc_lib.c
674
struct ice_repr *repr;