Searched refs:IFCAP_POLLING (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/arm/allwinner/ |
| H A D | if_awg.c | 562 if ((if_getcapenable(sc->ifp) & IFCAP_POLLING) == 0) in awg_init_dma() 1150 if (mask & IFCAP_POLLING) { in awg_ioctl() 1151 if ((ifr->ifr_reqcap & IFCAP_POLLING) != 0) { in awg_ioctl() 1157 if_setcapenablebit(ifp, IFCAP_POLLING, 0); in awg_ioctl() 1163 if_setcapenablebit(ifp, 0, IFCAP_POLLING); in awg_ioctl() 1981 if_setcapabilitiesbit(sc->ifp, IFCAP_POLLING, 0); in awg_attach()
|
| /f-stack/freebsd/mips/atheros/ |
| H A D | if_arge.c | 876 ifp->if_capabilities |= IFCAP_POLLING; in arge_attach() 1037 if (ifp->if_capenable & IFCAP_POLLING) in arge_detach() 1836 if (mask & IFCAP_POLLING) { in arge_ioctl() 1837 if (ifr->ifr_reqcap & IFCAP_POLLING) { in arge_ioctl() 1843 ifp->if_capenable |= IFCAP_POLLING; in arge_ioctl() 1849 ifp->if_capenable &= ~IFCAP_POLLING; in arge_ioctl()
|
| /f-stack/freebsd/net/ |
| H A D | if.h | 228 #define IFCAP_POLLING 0x00040 /* driver supports polling */ macro
|
| /f-stack/tools/compat/include/net/ |
| H A D | if.h | 214 #define IFCAP_POLLING 0x00040 /* driver supports polling */ macro
|
| /f-stack/tools/ifconfig/ |
| H A D | ifconfig.c | 1800 DEF_CMD("polling", IFCAP_POLLING, setifcap), 1801 DEF_CMD("-polling", -IFCAP_POLLING, setifcap),
|