Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ice/
H A Dice_eswitch.c175 void ice_eswitch_update_repr(unsigned long *repr_id, struct ice_vsi *vsi) in ice_eswitch_update_repr() argument
184 repr = xa_load(&pf->eswitch.reprs, *repr_id); in ice_eswitch_update_repr()
206 *repr_id = repr->id; in ice_eswitch_update_repr()
513 err = ice_eswitch_attach(pf, repr, &vf->repr_id); in ice_eswitch_attach_vf()
538 err = ice_eswitch_attach(pf, repr, &sf->repr_id); in ice_eswitch_attach_sf()
578 struct ice_repr *repr = xa_load(&pf->eswitch.reprs, vf->repr_id); in ice_eswitch_detach_vf()
596 struct ice_repr *repr = xa_load(&pf->eswitch.reprs, sf->repr_id); in ice_eswitch_detach_sf()
H A Dice_eswitch_br.h49 u32 repr_id; member
H A Dice_vf_lib.h142 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.c975 ice_eswitch_update_repr(&vf->repr_id, vsi); in ice_reset_vf()