Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/i40e/
H A Di40e_gld.c245 if (i40e->i40e_mcast_promisc_count > 0) { in i40e_m_promisc()
295 if (i40e->i40e_mcast_promisc_count == 0 && in i40e_multicast_add()
306 i40e->i40e_mcast_promisc_count++; in i40e_multicast_add()
381 if (i40e->i40e_mcast_promisc_count > 0) { in i40e_multicast_remove()
382 if (i40e->i40e_mcast_promisc_count == 1 && in i40e_multicast_remove()
393 i40e->i40e_mcast_promisc_count--; in i40e_multicast_remove()
H A Di40e_sw.h865 int i40e_mcast_promisc_count; member