Lines Matching refs:if_getcapenable
1496 if ((if_getcapenable(ifp) & IFCAP_WOL) != 0) { in ale_setwol()
1502 if ((if_getcapenable(ifp) & IFCAP_WOL_MAGIC) != 0) in ale_setwol()
1508 if ((if_getcapenable(ifp) & IFCAP_WOL_MCAST) != 0) in ale_setwol()
1510 if ((if_getcapenable(ifp) & IFCAP_WOL) != 0) in ale_setwol()
1514 if ((if_getcapenable(ifp) & IFCAP_WOL) == 0) { in ale_setwol()
1528 if ((if_getcapenable(ifp) & IFCAP_WOL) != 0) in ale_setwol()
2004 mask = ifr->ifr_reqcap ^ if_getcapenable(ifp); in ale_ioctl()
2008 if ((if_getcapenable(ifp) & IFCAP_TXCSUM) != 0) in ale_ioctl()
2019 if ((if_getcapenable(ifp) & IFCAP_TSO4) != 0) in ale_ioctl()
2040 if ((if_getcapenable(ifp) & IFCAP_VLAN_HWTAGGING) == 0) in ale_ioctl()
2418 if ((if_getcapenable(ifp) & IFCAP_VLAN_HWTAGGING) == 0 && in ale_rxcsum()
2525 if ((if_getcapenable(ifp) & IFCAP_RXCSUM) != 0 && in ale_rxeof()
2528 if ((if_getcapenable(ifp) & IFCAP_VLAN_HWTAGGING) != 0 && in ale_rxeof()
2980 if ((if_getcapenable(ifp) & IFCAP_VLAN_HWTAGGING) != 0) in ale_rxvlan()