Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ice/devlink/
H A Dport.c591 xa_erase(&pf->sf_nums, devlink_port->attrs.pci_sf.sf); in ice_dealloc_dynamic_port()
835 return xa_alloc(&pf->sf_nums, sfnum, NULL, xa_limit_32b, in ice_reserve_sf_num()
839 err = xa_insert(&pf->sf_nums, new_attr->sfnum, NULL, GFP_KERNEL); in ice_reserve_sf_num()
964 xa_erase(&pf->sf_nums, sfnum); in ice_alloc_dynamic_port()
/linux/drivers/net/ethernet/intel/ice/
H A Dice.h658 struct xarray sf_nums; member
H A Dice_main.c3978 xa_destroy(&pf->sf_nums); in ice_deinit_pf()
4072 xa_init(&pf->sf_nums); in ice_init_pf()