Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_sriov.c385 vfinfo->num_vf_mc_hashes = entries; in ixgbe_set_vf_multicasts()
395 for (i = 0; i < vfinfo->num_vf_mc_hashes; i++) { in ixgbe_set_vf_multicasts()
421 for (j = 0; j < vfinfo->num_vf_mc_hashes; j++) { in ixgbe_restore_vf_multicasts()
430 if (vfinfo->num_vf_mc_hashes) in ixgbe_restore_vf_multicasts()
732 adapter->vfinfo[vf].num_vf_mc_hashes = 0; in ixgbe_vf_reset_event()
H A Dixgbe.h214 u16 num_vf_mc_hashes; member
/linux-6.15/drivers/net/ethernet/intel/igb/
H A Digb.h96 u16 num_vf_mc_hashes; member
H A Digb_main.c7296 if (vf_data->num_vf_mc_hashes > 30) { in igb_set_vf_promisc()
7298 } else if (vf_data->num_vf_mc_hashes) { in igb_set_vf_promisc()
7302 for (j = 0; j < vf_data->num_vf_mc_hashes; j++) in igb_set_vf_promisc()
7328 vf_data->num_vf_mc_hashes = n; in igb_set_vf_multicasts()
7357 if ((vf_data->num_vf_mc_hashes > 30) || in igb_restore_vf_multicasts()
7360 } else if (vf_data->num_vf_mc_hashes) { in igb_restore_vf_multicasts()
7362 for (j = 0; j < vf_data->num_vf_mc_hashes; j++) in igb_restore_vf_multicasts()
7613 adapter->vf_data[vf].num_vf_mc_hashes = 0; in igb_vf_reset()