Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_sriov.c29 int num_vf_macvlans, i; in ixgbe_alloc_vf_macvlans() local
34 num_vf_macvlans = hw->mac.num_rar_entries - in ixgbe_alloc_vf_macvlans()
36 if (!num_vf_macvlans) in ixgbe_alloc_vf_macvlans()
39 mv_list = kcalloc(num_vf_macvlans, sizeof(struct vf_macvlans), in ixgbe_alloc_vf_macvlans()
42 for (i = 0; i < num_vf_macvlans; i++) { in ixgbe_alloc_vf_macvlans()