Searched refs:if_getdrvflags (Results 1 - 11 of 11) sorted by relevance

/haiku/src/libs/compat/openbsd_network/compat/net/
H A Difq.h12 #define ifq_is_oactive(IFQ) ((if_getdrvflags(ifp) & IFF_DRV_OACTIVE) != 0)
/haiku/src/add-ons/kernel/drivers/network/ether/ipro100/dev/fxp/
H A Dif_fxp.c1356 if ((if_getdrvflags(ifp) & (IFF_DRV_RUNNING | IFF_DRV_OACTIVE)) !=
1688 if (!(if_getdrvflags(ifp) & IFF_DRV_RUNNING)) {
1758 if ((if_getdrvflags(ifp) & IFF_DRV_RUNNING) != 0)
2025 if ((if_getdrvflags(ifp) & IFF_DRV_RUNNING) == 0)
2164 if ((if_getdrvflags(ifp) & IFF_DRV_RUNNING) != 0) {
2299 if (if_getdrvflags(ifp) & IFF_DRV_RUNNING)
2824 (if_getdrvflags(ifp) & IFF_DRV_RUNNING) == 0 ||
2862 if (((if_getdrvflags(ifp) & IFF_DRV_RUNNING) != 0) &&
2867 } else if ((if_getdrvflags(ifp) & IFF_DRV_RUNNING) == 0)
2870 if ((if_getdrvflags(if
[all...]
/haiku/src/libs/compat/freebsd_iflib/
H A Diflib.c558 #define CTX_ACTIVE(ctx) ((if_getdrvflags((ctx)->ifc_ifp) & IFF_DRV_RUNNING))
2434 if (!(if_getdrvflags(ctx->ifc_ifp) & IFF_DRV_RUNNING))
2463 if (if_getdrvflags(ctx->ifc_ifp) & IFF_DRV_RUNNING)
2560 i = if_getdrvflags(ifp);
2563 MPASS(if_getdrvflags(ifp) == i);
3855 if (__predict_false(!(if_getdrvflags(ifp) & IFF_DRV_RUNNING) ||
3877 if (__predict_false(if_getdrvflags(ctx->ifc_ifp) & IFF_DRV_OACTIVE)) {
4010 if (!(if_getdrvflags(ifp) & IFF_DRV_RUNNING))
4055 if (__predict_false(!(if_getdrvflags(ctx->ifc_ifp) & IFF_DRV_RUNNING)))
4078 if (__predict_false(!(if_getdrvflags(ct
[all...]
/haiku/src/add-ons/kernel/drivers/network/ether/broadcom570x/dev/bge/
H A Dif_bge.c1215 if ((if_getdrvflags(sc->bge_ifp) & IFF_DRV_RUNNING) == 0)
4429 if (!(if_getdrvflags(ifp) & IFF_DRV_RUNNING))
4552 if (!(if_getdrvflags(ifp) & IFF_DRV_RUNNING)) {
4584 if (!(if_getdrvflags(ifp) & IFF_DRV_RUNNING)) {
4623 if ((if_getdrvflags(ifp) & IFF_DRV_RUNNING) == 0) {
4652 if (if_getdrvflags(ifp) & IFF_DRV_RUNNING &&
4659 if (if_getdrvflags(ifp) & IFF_DRV_RUNNING) {
4732 if (if_getdrvflags(ifp) & IFF_DRV_RUNNING) {
4737 if (if_getdrvflags(ifp) & IFF_DRV_RUNNING) {
4742 if (if_getdrvflags(if
[all...]
/haiku/src/add-ons/kernel/drivers/network/ether/nforce/dev/nfe/
H A Dif_nfe.c920 if (sc->nfe_link != 0 && (if_getdrvflags(ifp) & IFF_DRV_RUNNING) != 0) {
1645 if (!(if_getdrvflags(ifp) & IFF_DRV_RUNNING)) {
1736 if (if_getdrvflags(ifp) & IFF_DRV_RUNNING) {
1752 if ((if_getdrvflags(ifp) & IFF_DRV_RUNNING) &&
1759 if (if_getdrvflags(ifp) & IFF_DRV_RUNNING)
1768 if ((if_getdrvflags(ifp) & IFF_DRV_RUNNING) != 0) {
1849 if (init > 0 && (if_getdrvflags(ifp) & IFF_DRV_RUNNING) != 0) {
1914 if ((if_getdrvflags(ifp) & IFF_DRV_RUNNING) == 0) {
2654 if ((if_getdrvflags(ifp) & (IFF_DRV_RUNNING | IFF_DRV_OACTIVE)) !=
2751 if (if_getdrvflags(if
[all...]
/haiku/src/libs/compat/freebsd_network/compat/net/
H A Dif_var.h789 int if_getdrvflags(if_t ifp);
/haiku/src/libs/compat/freebsd_network/
H A Dif.c1056 if_getdrvflags(if_t ifp) function
/haiku/src/add-ons/kernel/drivers/network/ether/intel22x/dev/igc/
H A Dif_igc.c2918 if (if_getdrvflags(ifp) & IFF_DRV_RUNNING)
2923 if (if_getdrvflags(ifp) & IFF_DRV_OACTIVE)
/haiku/src/add-ons/kernel/drivers/network/ether/rtl81xx/dev/re/
H A Dif_re.c4135 if ((if_getdrvflags(ifp) & (IFF_DRV_RUNNING | IFF_DRV_OACTIVE)) !=
4152 if ((if_getdrvflags(ifp) & IFF_DRV_RUNNING) == 0 ||
/haiku/src/add-ons/kernel/drivers/network/ether/ipro1000/dev/e1000/
H A Dif_em.c4851 if (if_getdrvflags(ifp) & IFF_DRV_RUNNING)
4856 if (if_getdrvflags(ifp) & IFF_DRV_OACTIVE)
/haiku/src/add-ons/kernel/drivers/network/ether/atheros813x/dev/alc/
H A Dif_alc.c4702 if ((if_getdrvflags(ifp) & (IFF_DRV_RUNNING | IFF_DRV_OACTIVE)) !=
4718 if ((if_getdrvflags(ifp) & (IFF_DRV_RUNNING | IFF_DRV_OACTIVE)) !=

Completed in 205 milliseconds