Searched refs:repr_id (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_eswitch.c | 175 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 D | ice_eswitch_br.h | 49 u32 repr_id; member
|
H A D | ice_vf_lib.h | 142 unsigned long repr_id; member
|
H A D | ice_eswitch_br.c | 903 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 D | ice_vf_lib.c | 975 ice_eswitch_update_repr(&vf->repr_id, vsi); in ice_reset_vf()
|