Lines Matching refs:if_getcapenable
1335 if ((if_getcapenable(ifp) & IFCAP_WOL) != 0) { in age_setwol()
1408 if ((if_getcapenable(ifp) & IFCAP_WOL_MAGIC) != 0) in age_setwol()
1414 if ((if_getcapenable(ifp) & IFCAP_WOL_MCAST) != 0) in age_setwol()
1416 if ((if_getcapenable(ifp) & IFCAP_WOL) != 0) { in age_setwol()
1424 if ((if_getcapenable(ifp) & IFCAP_WOL) != 0) in age_setwol()
1429 if ((if_getcapenable(ifp) & IFCAP_WOL) == 0) { in age_setwol()
1857 mask = ifr->ifr_reqcap ^ if_getcapenable(ifp); in age_ioctl()
1861 if ((if_getcapenable(ifp) & IFCAP_TXCSUM) != 0) in age_ioctl()
1871 if ((if_getcapenable(ifp) & IFCAP_RXCSUM) != 0) in age_ioctl()
1878 if ((if_getcapenable(ifp) & IFCAP_TSO4) != 0) in age_ioctl()
1899 if ((if_getcapenable(ifp) & IFCAP_VLAN_HWTAGGING) == 0) in age_ioctl()
2395 if ((if_getcapenable(ifp) & IFCAP_RXCSUM) != 0 && in age_rxeof()
2414 if ((if_getcapenable(ifp) & IFCAP_VLAN_HWTAGGING) != 0 && in age_rxeof()
2810 if ((if_getcapenable(ifp) & IFCAP_RXCSUM) != 0) in age_init_locked()
3119 if ((if_getcapenable(ifp) & IFCAP_VLAN_HWTAGGING) != 0) in age_rxvlan()