Lines Matching refs:if_getcapenable
870 if (if_getcapenable(ifp) & IFCAP_POLLING) in rl_detach()
1135 if (if_getcapenable(ifp) & IFCAP_POLLING) { in rl_rxeof()
1489 if (if_getcapenable(ifp) & IFCAP_POLLING) in rl_intr()
1737 if (if_getcapenable(ifp) & IFCAP_POLLING) in rl_init_locked()
1835 mask = ifr->ifr_reqcap ^ if_getcapenable(ifp); in rl_ioctl()
1838 !(if_getcapenable(ifp) & IFCAP_POLLING)) { in rl_ioctl()
1851 if_getcapenable(ifp) & IFCAP_POLLING) { in rl_ioctl()
2042 if ((if_getcapenable(ifp) & IFCAP_WOL) != 0) in rl_setwol()
2048 if ((if_getcapenable(ifp) & IFCAP_WOL_MAGIC) != 0) in rl_setwol()
2055 if ((if_getcapenable(ifp) & IFCAP_WOL_UCAST) != 0) in rl_setwol()
2057 if ((if_getcapenable(ifp) & IFCAP_WOL_MCAST) != 0) in rl_setwol()
2059 if ((if_getcapenable(ifp) & IFCAP_WOL) != 0) in rl_setwol()
2067 if ((if_getcapenable(ifp) & IFCAP_WOL) != 0) in rl_setwol()