Searched refs:repr_id (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_eswitch.c | 181 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 D | ice_eswitch.h | 22 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 D | ice_eswitch_br.h | 49 u32 repr_id; member
|
H A D | ice_vf_lib.h | 135 unsigned long repr_id; member
|
H A D | ice_sf_eth.c | 129 ice_eswitch_update_repr(&dyn_port->repr_id, vsi); in ice_sf_dev_probe()
|
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 | 958 ice_eswitch_update_repr(&vf->repr_id, vsi); in ice_reset_vf()
|
/linux/drivers/net/ethernet/intel/ice/devlink/ |
H A D | devlink_port.h | 31 unsigned long repr_id; member
|