Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_sched.c1500 boolean_t is_ether; in mac_rx_srs_proto_fanout() local
1505 is_ether = (mcip->mci_mip->mi_info.mi_nativemedia == DL_ETHER); in mac_rx_srs_proto_fanout()
1547 if (is_ether) { in mac_rx_srs_proto_fanout()
1916 boolean_t is_ether; in mac_rx_srs_fanout() local
1922 is_ether = (mcip->mci_mip->mi_info.mi_nativemedia == DL_ETHER); in mac_rx_srs_fanout()
1974 if (is_ether) { in mac_rx_srs_fanout()
H A Dmac_flow.c1656 boolean_t is_ether; in flow_l2_accept() local
1661 is_ether = (ft->ft_mip->mi_info.mi_nativemedia == DL_ETHER); in flow_l2_accept()
1673 if (is_ether && mhi.mhi_bindsap == ETHERTYPE_VLAN && in flow_l2_accept()