Searched refs:IFCAP_POLLING_NOCOUNT (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/sys/net/
H A Dif.h229 #define IFCAP_POLLING_NOCOUNT 0x20000 /* polling ticks cannot be fragmented */ macro
/freebsd-9.3-release/sys/dev/firewire/
H A Dif_fwe.c459 ifp->if_capenable |= IFCAP_POLLING_NOCOUNT;
468 ifp->if_capenable &= ~IFCAP_POLLING_NOCOUNT;
H A Dif_fwip.c441 IFCAP_POLLING_NOCOUNT;
451 ifp->if_capenable &= ~IFCAP_POLLING_NOCOUNT;
/freebsd-9.3-release/sys/dev/smc/
H A Dif_smc.c1201 sc->smc_ifp->if_capenable &= ~IFCAP_POLLING_NOCOUNT;
1260 ifp->if_capenable |= IFCAP_POLLING_NOCOUNT;
/freebsd-9.3-release/sys/dev/lmc/
H A Dif_lmc.c4833 ifp->if_capenable |= IFCAP_POLLING_NOCOUNT;

Completed in 130 milliseconds