Home
last modified time | relevance | path

Searched refs:dyn_port (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/drivers/net/ethernet/intel/ice/devlink/
H A Dport.c509 dyn_port = sf_dev->dyn_port; in ice_devlink_create_sf_dev_port()
510 vsi = dyn_port->vsi; in ice_devlink_create_sf_dev_port()
548 if (dyn_port->active) in ice_activate_dynamic_port()
593 kfree(dyn_port); in ice_dealloc_dynamic_port()
866 vsi = dyn_port->vsi; in ice_devlink_create_sf_port()
867 pf = dyn_port->pf; in ice_devlink_create_sf_port()
921 dyn_port = kzalloc(sizeof(*dyn_port), GFP_KERNEL); in ice_alloc_dynamic_port()
922 if (!dyn_port) { in ice_alloc_dynamic_port()
934 dyn_port->vsi = vsi; in ice_alloc_dynamic_port()
935 dyn_port->pf = pf; in ice_alloc_dynamic_port()
[all …]
H A Dport.h45 int ice_devlink_create_sf_port(struct ice_dynamic_port *dyn_port);
46 void ice_devlink_destroy_sf_port(struct ice_dynamic_port *dyn_port);
/linux-6.15/drivers/net/ethernet/intel/ice/
H A Dice_sf_eth.c35 struct ice_vsi *vsi = dyn_port->vsi; in ice_sf_cfg_netdev()
98 struct ice_dynamic_port *dyn_port = sf_dev->dyn_port; in ice_sf_dev_probe() local
99 struct ice_vsi *vsi = dyn_port->vsi; in ice_sf_dev_probe()
100 struct ice_pf *pf = dyn_port->pf; in ice_sf_dev_probe()
127 vsi->sf = dyn_port; in ice_sf_dev_probe()
154 dyn_port->attached = true; in ice_sf_dev_probe()
179 struct ice_dynamic_port *dyn_port = sf_dev->dyn_port; in ice_sf_dev_remove() local
195 dyn_port->attached = false; in ice_sf_dev_remove()
263 struct ice_pf *pf = dyn_port->pf; in ice_sf_eth_activate()
284 sf_dev->dyn_port = dyn_port; in ice_sf_eth_activate()
[all …]
H A Dice_sf_eth.h12 struct ice_dynamic_port *dyn_port; member
30 int ice_sf_eth_activate(struct ice_dynamic_port *dyn_port,
32 void ice_sf_eth_deactivate(struct ice_dynamic_port *dyn_port);