Lines Matching refs:if_getcapenable
1137 if (if_getcapenable(ifp) & IFCAP_POLLING) in sis_detach()
1495 if (if_getcapenable(ifp) & IFCAP_POLLING) { in sis_rxeof()
1508 if ((if_getcapenable(ifp) & IFCAP_VLAN_MTU) != 0 && in sis_rxeof()
1696 if (if_getcapenable(ifp) & IFCAP_POLLING) { in sis_intr()
2054 if (if_getcapenable(ifp) & IFCAP_POLLING) in sis_initl()
2151 mask = ifr->ifr_reqcap ^ if_getcapenable(ifp); in sis_ioctl()
2156 if ((IFCAP_POLLING & if_getcapenable(ifp)) != 0) { in sis_ioctl()
2316 if ((if_getcapenable(ifp) & IFCAP_WOL) == 0) in sis_wol()
2326 if ((if_getcapenable(ifp) & IFCAP_WOL_UCAST) != 0) in sis_wol()
2328 if ((if_getcapenable(ifp) & IFCAP_WOL_MCAST) != 0) in sis_wol()
2330 if ((if_getcapenable(ifp) & IFCAP_WOL_MAGIC) != 0) in sis_wol()
2341 if ((if_getcapenable(ifp) & IFCAP_WOL_MAGIC) != 0) in sis_wol()
2345 if ((if_getcapenable(ifp) & IFCAP_WOL_MAGIC) != 0) in sis_wol()