Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ice/devlink/
H A Dport.c594 xa_erase(&pf->dyn_ports, dyn_port->vsi->idx); in ice_dealloc_dynamic_port()
607 xa_for_each(&pf->dyn_ports, index, dyn_port) in ice_dealloc_all_dynamic_ports()
941 err = xa_insert(&pf->dyn_ports, vsi->idx, dyn_port, GFP_KERNEL); in ice_alloc_dynamic_port()
958 xa_erase(&pf->dyn_ports, vsi->idx); in ice_alloc_dynamic_port()
/linux/drivers/net/ethernet/intel/ice/
H A Dice.h657 struct xarray dyn_ports; member
H A Dice_main.c3975 xa_destroy(&pf->dyn_ports); in ice_deinit_pf()
4069 xa_init(&pf->dyn_ports); in ice_init_pf()