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.c181 void ice_eswitch_update_repr(unsigned long *repr_id, struct ice_vsi *vsi) in ice_eswitch_update_repr() argument
190 repr = xa_load(&pf->eswitch.reprs, *repr_id); in ice_eswitch_update_repr()
212 *repr_id = repr->id; in ice_eswitch_update_repr()
520 err = ice_eswitch_attach(pf, repr, &vf->repr_id); in ice_eswitch_attach_vf()
545 err = ice_eswitch_attach(pf, repr, &sf->repr_id); in ice_eswitch_attach_sf()
585 struct ice_repr *repr = xa_load(&pf->eswitch.reprs, vf->repr_id); in ice_eswitch_detach_vf()
603 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_vf_lib.h135 unsigned long 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_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.c958 ice_eswitch_update_repr(&vf->repr_id, vsi); in ice_reset_vf()
/linux/drivers/net/ethernet/intel/ice/devlink/
H A Ddevlink_port.h31 unsigned long repr_id; member