Lines Matching defs:repr
94 ice_eswitch_release_repr(struct ice_pf *pf, struct ice_repr *repr) in ice_eswitch_release_repr()
114 static int ice_eswitch_setup_repr(struct ice_pf *pf, struct ice_repr *repr) in ice_eswitch_setup_repr()
184 struct ice_repr *repr; in ice_eswitch_update_repr() local
226 struct ice_repr *repr = ice_netdev_to_repr(netdev); in ice_eswitch_port_start_xmit() local
419 struct ice_repr *repr; in ice_eswitch_start_all_tx_queues() local
435 struct ice_repr *repr; in ice_eswitch_stop_all_tx_queues() local
456 ice_eswitch_attach(struct ice_pf *pf, struct ice_repr *repr, unsigned long *id) in ice_eswitch_attach()
512 struct ice_repr *repr = ice_repr_create_vf(vf); in ice_eswitch_attach_vf() local
539 struct ice_repr *repr = ice_repr_create_sf(sf); in ice_eswitch_attach_sf() local
552 static void ice_eswitch_detach(struct ice_pf *pf, struct ice_repr *repr) in ice_eswitch_detach()
585 struct ice_repr *repr = xa_load(&pf->eswitch.reprs, vf->repr_id); in ice_eswitch_detach_vf() local
603 struct ice_repr *repr = xa_load(&pf->eswitch.reprs, sf->repr_id); in ice_eswitch_detach_sf() local
624 struct ice_repr *repr; in ice_eswitch_get_target() local