Home
last modified time | relevance | path

Searched refs:num_allocd_vfs (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_type_e610.h989 u32 num_allocd_vfs; /* Number of allocated VFs */ member
H A Dixgbe_e610.c716 func_p->num_allocd_vfs = le32_to_cpu(cap->number); in ixgbe_parse_vf_func_caps()
/linux-6.15/drivers/net/ethernet/intel/ice/
H A Dice_type.h402 u32 num_allocd_vfs; /* Number of allocated VFs */ member
H A Dice_common.c2248 func_p->num_allocd_vfs = number; in ice_parse_vf_func_caps()
2251 func_p->num_allocd_vfs); in ice_parse_vf_func_caps()
H A Dice_main.c3995 pf->vfs.num_supported = min_t(int, func_caps->num_allocd_vfs, in ice_set_pf_caps()