Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4v/sys/
H A Dvnet.h49 #define IS_MULTICAST(ehp) \ macro
H A Dvsw_ldc.h482 #define IS_MULTICAST(ehp) \ macro
H A Dvnet_gen.h107 #define IS_MULTICAST(ehp) \ macro
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvsw_rxdring.c814 else if (IS_MULTICAST(ehp)) in vsw_receive_packet()
915 is_mcast = IS_MULTICAST(ehp); in vsw_dringsend_shm()
H A Dvnet_rxdring.c621 is_mcast = IS_MULTICAST(ehp); in vgen_dringsend_shm()
1153 else if (IS_MULTICAST(ehp)) in vgen_receive_packet()
H A Dvsw_txdring.c863 else if (IS_MULTICAST(ehp)) in vsw_dringsend()
1249 else if (IS_MULTICAST(ehp)) in vsw_process_dringdata()
H A Dvsw_switching.c532 } else if (IS_MULTICAST(ehp)) { in vsw_switch_l2_frame()
655 } else if (IS_MULTICAST(ehp)) { in vsw_switch_l3_frame()
H A Dvnet_txdring.c635 is_mcast = IS_MULTICAST(ehp); in vgen_dringsend()
1200 else if (IS_MULTICAST(ehp)) in vgen_process_dringdata()
H A Dvnet.c847 (IS_MULTICAST(ehp))); in vnet_tx_ring_send()
/illumos-gate/usr/src/uts/common/io/hme/
H A Dhme.c711 #define IS_MULTICAST(pkt) ((pkt[0] & 01) == 1) macro
713 if (IS_MULTICAST(pkt)) { \
721 if (IS_MULTICAST(pkt)) { \
/illumos-gate/usr/src/uts/sun/io/eri/
H A Deri.c229 #define IS_MULTICAST(pkt) ((pkt[0] & 01) == 1) macro
234 } else if (IS_MULTICAST(pkt)) { \
241 } else if (IS_MULTICAST(pkt)) { \