Lines Matching refs:if_getcapenable
1328 if ((if_getcapenable(ifp) & IFCAP_WOL) != 0) { in age_setwol()
1401 if ((if_getcapenable(ifp) & IFCAP_WOL_MAGIC) != 0) in age_setwol()
1407 if ((if_getcapenable(ifp) & IFCAP_WOL_MCAST) != 0) in age_setwol()
1409 if ((if_getcapenable(ifp) & IFCAP_WOL) != 0) { in age_setwol()
1415 if ((if_getcapenable(ifp) & IFCAP_WOL) != 0) in age_setwol()
1419 if ((if_getcapenable(ifp) & IFCAP_WOL) == 0) { in age_setwol()
1847 mask = ifr->ifr_reqcap ^ if_getcapenable(ifp); in age_ioctl()
1851 if ((if_getcapenable(ifp) & IFCAP_TXCSUM) != 0) in age_ioctl()
1861 if ((if_getcapenable(ifp) & IFCAP_RXCSUM) != 0) in age_ioctl()
1868 if ((if_getcapenable(ifp) & IFCAP_TSO4) != 0) in age_ioctl()
1889 if ((if_getcapenable(ifp) & IFCAP_VLAN_HWTAGGING) == 0) in age_ioctl()
2385 if ((if_getcapenable(ifp) & IFCAP_RXCSUM) != 0 && in age_rxeof()
2404 if ((if_getcapenable(ifp) & IFCAP_VLAN_HWTAGGING) != 0 && in age_rxeof()
2800 if ((if_getcapenable(ifp) & IFCAP_RXCSUM) != 0) in age_init_locked()
3109 if ((if_getcapenable(ifp) & IFCAP_VLAN_HWTAGGING) != 0) in age_rxvlan()