Home
last modified time | relevance | path

Searched refs:repr_id (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/net/ethernet/intel/ice/
H A Dice_eswitch.c176 void ice_eswitch_update_repr(unsigned long *repr_id, struct ice_vsi *vsi) in ice_eswitch_update_repr() argument
185 repr = xa_load(&pf->eswitch.reprs, *repr_id); in ice_eswitch_update_repr()
207 *repr_id = repr->id; in ice_eswitch_update_repr()
523 err = ice_eswitch_attach(pf, repr, &vf->repr_id); in ice_eswitch_attach_vf()
548 err = ice_eswitch_attach(pf, repr, &sf->repr_id); in ice_eswitch_attach_sf()
588 struct ice_repr *repr = xa_load(&pf->eswitch.reprs, vf->repr_id); in ice_eswitch_detach_vf()
606 struct ice_repr *repr = xa_load(&pf->eswitch.reprs, sf->repr_id); in ice_eswitch_detach_sf()
H A Dice_eswitch.h22 void ice_eswitch_update_repr(unsigned long *repr_id, struct ice_vsi *vsi);
61 ice_eswitch_update_repr(unsigned long *repr_id, struct ice_vsi *vsi) { } in ice_eswitch_update_repr() argument
H A Dice_eswitch_br.h49 u32 repr_id; member
H A Dice_sf_eth.c129 ice_eswitch_update_repr(&dyn_port->repr_id, vsi); in ice_sf_dev_probe()
H A Dice_vf_lib.h198 unsigned long repr_id; member
H A Dice_eswitch_br.c903 ice_repr_get(vsi->back, br_port->repr_id); in ice_eswitch_br_port_deinit()
944 br_port->repr_id = repr->id; in ice_eswitch_br_vf_repr_port_init()
H A Dice_vf_lib.c965 ice_eswitch_update_repr(&vf->repr_id, vsi); in ice_reset_vf()
/linux/drivers/net/ethernet/intel/ice/devlink/
H A Dport.h31 unsigned long repr_id; member