Searched refs:num_vf_mc_hashes (Results 1 - 4 of 4) sorted by path

/linux-master/drivers/net/ethernet/intel/igb/
H A Digb.h93 u16 num_vf_mc_hashes; member in struct:vf_data_storage
H A Digb_main.c7239 if (vf_data->num_vf_mc_hashes > 30) {
7241 } else if (vf_data->num_vf_mc_hashes) {
7245 for (j = 0; j < vf_data->num_vf_mc_hashes; j++)
7271 vf_data->num_vf_mc_hashes = n;
7300 if ((vf_data->num_vf_mc_hashes > 30) ||
7303 } else if (vf_data->num_vf_mc_hashes) {
7305 for (j = 0; j < vf_data->num_vf_mc_hashes; j++)
7556 adapter->vf_data[vf].num_vf_mc_hashes = 0;
/linux-master/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe.h212 u16 num_vf_mc_hashes; member in struct:vf_data_storage
H A Dixgbe_sriov.c384 vfinfo->num_vf_mc_hashes = entries;
394 for (i = 0; i < vfinfo->num_vf_mc_hashes; i++) {
420 for (j = 0; j < vfinfo->num_vf_mc_hashes; j++) {
429 if (vfinfo->num_vf_mc_hashes)
731 adapter->vfinfo[vf].num_vf_mc_hashes = 0;

Completed in 225 milliseconds