Lines Matching refs:if_getcapenable
871 if (if_getcapenable(ifp) & IFCAP_POLLING) in rl_detach()
1138 if (if_getcapenable(ifp) & IFCAP_POLLING) { in rl_rxeof()
1492 if (if_getcapenable(ifp) & IFCAP_POLLING) in rl_intr()
1740 if (if_getcapenable(ifp) & IFCAP_POLLING) in rl_init_locked()
1838 mask = ifr->ifr_reqcap ^ if_getcapenable(ifp); in rl_ioctl()
1841 !(if_getcapenable(ifp) & IFCAP_POLLING)) { in rl_ioctl()
1854 if_getcapenable(ifp) & IFCAP_POLLING) { in rl_ioctl()
2060 if ((if_getcapenable(ifp) & IFCAP_WOL) != 0) in rl_setwol()
2066 if ((if_getcapenable(ifp) & IFCAP_WOL_MAGIC) != 0) in rl_setwol()
2073 if ((if_getcapenable(ifp) & IFCAP_WOL_UCAST) != 0) in rl_setwol()
2075 if ((if_getcapenable(ifp) & IFCAP_WOL_MCAST) != 0) in rl_setwol()
2077 if ((if_getcapenable(ifp) & IFCAP_WOL) != 0) in rl_setwol()
2087 if ((if_getcapenable(ifp) & IFCAP_WOL) != 0) in rl_setwol()