Lines Matching refs:if_getcapenable
521 if ((if_getcapenable(ifp) & IFCAP_VLAN_HWTAGGING) != 0) in vge_setvlan()
1166 if (if_getcapenable(ifp) & IFCAP_POLLING) in vge_detach()
1545 if ((if_getcapenable(ifp) & IFCAP_RXCSUM) != 0 && in vge_rxeof()
1755 if (if_getcapenable(ifp) & IFCAP_POLLING) { in vge_intr()
2124 if (if_getcapenable(ifp) & IFCAP_POLLING) { in vge_init_locked()
2295 mask = ifr->ifr_reqcap ^ if_getcapenable(ifp); in vge_ioctl()
2325 if ((if_getcapenable(ifp) & IFCAP_TXCSUM) != 0) in vge_ioctl()
2846 if ((if_getcapenable(ifp) & IFCAP_WOL) != 0) { in vge_setwol()
2849 if ((if_getcapenable(ifp) & IFCAP_WOL_UCAST) != 0) in vge_setwol()
2851 if ((if_getcapenable(ifp) & IFCAP_WOL_MAGIC) != 0) in vge_setwol()
2855 if ((if_getcapenable(ifp) & IFCAP_WOL_MCAST) != 0) in vge_setwol()
2877 if ((if_getcapenable(ifp) & IFCAP_WOL) != 0) in vge_setwol()