Lines Matching refs:if_getcapenable
827 if (ifp != NULL && if_getcapenable(ifp) & IFCAP_POLLING) in vr_detach()
1306 if (if_getcapenable(ifp) & IFCAP_POLLING) { in vr_rxeof()
1386 if ((if_getcapenable(ifp) & IFCAP_RXCSUM) != 0 && in vr_rxeof()
1701 if ((if_getcapenable(ifp) & IFCAP_POLLING) != 0) in vr_int_task()
2148 if (if_getcapenable(ifp) & IFCAP_POLLING) in vr_init_locked()
2256 mask = ifr->ifr_reqcap ^ if_getcapenable(ifp); in vr_ioctl()
2281 if ((IFCAP_TXCSUM & if_getcapenable(ifp)) != 0) in vr_ioctl()
2554 if ((if_getcapenable(ifp) & IFCAP_WOL_UCAST) != 0) in vr_setwol()
2556 if ((if_getcapenable(ifp) & IFCAP_WOL_MAGIC) != 0) in vr_setwol()
2564 if ((if_getcapenable(ifp) & IFCAP_WOL) != 0) { in vr_setwol()
2579 if ((if_getcapenable(ifp) & IFCAP_WOL) != 0) in vr_setwol()