Searched refs:dyn_port (Results 1 – 4 of 4) sorted by relevance
509 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 …]
45 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);
35 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() local99 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() local195 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 …]
12 struct ice_dynamic_port *dyn_port; member30 int ice_sf_eth_activate(struct ice_dynamic_port *dyn_port,32 void ice_sf_eth_deactivate(struct ice_dynamic_port *dyn_port);