Searched refs:i40e_mcast_promisc_count (Results 1 – 2 of 2) sorted by relevance
244 if (i40e->i40e_mcast_promisc_count > 0) { in i40e_m_promisc()294 if (i40e->i40e_mcast_promisc_count == 0 && in i40e_multicast_add()305 i40e->i40e_mcast_promisc_count++; in i40e_multicast_add()380 if (i40e->i40e_mcast_promisc_count > 0) { in i40e_multicast_remove()381 if (i40e->i40e_mcast_promisc_count == 1 && in i40e_multicast_remove()392 i40e->i40e_mcast_promisc_count--; in i40e_multicast_remove()
804 int i40e_mcast_promisc_count; member