Searched defs:is_ether (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_flow.c1655 boolean_t is_ether; local
1660 is_ether = (ft->ft_mip->mi_info.mi_nativemedia == DL_ETHER);
1672 if (is_ether && mhi.mhi_bindsap == ETHERTYPE_VLAN &&
H A Dmac_sched.c1507 boolean_t is_ether; local
1512 is_ether = (mcip->mci_mip->mi_info.mi_nativemedia == DL_ETHER);
1553 if (is_ether) {
1915 boolean_t is_ether; local
1921 is_ether = (mcip->mci_mip->mi_info.mi_nativemedia == DL_ETHER);
1972 if (is_ether) {

Completed in 57 milliseconds