Home
last modified time | relevance | path

Searched refs:dyn_ports (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/net/ethernet/intel/ice/devlink/
Ddevlink_port.c592 xa_erase(&pf->dyn_ports, dyn_port->vsi->idx); in ice_dealloc_dynamic_port()
605 xa_for_each(&pf->dyn_ports, index, dyn_port) in ice_dealloc_all_dynamic_ports()
939 err = xa_insert(&pf->dyn_ports, vsi->idx, dyn_port, GFP_KERNEL); in ice_alloc_dynamic_port()
956 xa_erase(&pf->dyn_ports, vsi->idx); in ice_alloc_dynamic_port()
/linux-6.12.1/drivers/net/ethernet/intel/ice/
Dice.h660 struct xarray dyn_ports; member
Dice_main.c3992 xa_destroy(&pf->dyn_ports); in ice_deinit_pf()
4087 xa_init(&pf->dyn_ports); in ice_init_pf()