Lines Matching refs:if_getcapenable
1552 if (ifp && if_getcapenable(ifp) & IFCAP_POLLING) in xl_detach()
1827 if (if_getcapenable(ifp) & IFCAP_POLLING) { in xl_rxeof()
1902 if (if_getcapenable(ifp) & IFCAP_RXCSUM) { in xl_rxeof()
2143 if (if_getcapenable(ifp) & IFCAP_POLLING) { in xl_intr()
2832 if (if_getcapenable(ifp) & IFCAP_POLLING) in xl_init_locked()
3027 mask = ifr->ifr_reqcap ^ if_getcapenable(ifp); in xl_ioctl()
3032 if ((if_getcapenable(ifp) & IFCAP_POLLING) != 0) { in xl_ioctl()
3060 if ((if_getcapenable(ifp) & IFCAP_TXCSUM) != 0) in xl_ioctl()
3267 if ((if_getcapenable(ifp) & IFCAP_WOL_MAGIC) != 0) in xl_setwol()
3271 if ((if_getcapenable(ifp) & IFCAP_WOL_MAGIC) != 0) in xl_setwol()
3274 if ((if_getcapenable(ifp) & IFCAP_WOL_MAGIC) != 0) in xl_setwol()