Home
last modified time | relevance | path

Searched refs:if_getdrvflags (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/arm64/broadcom/genet/
H A Dif_genet.c807 if (if_getdrvflags(ifp) & IFF_DRV_RUNNING) in gen_init_locked()
945 if ((if_getdrvflags(ifp) & (IFF_DRV_RUNNING|IFF_DRV_OACTIVE)) != in gen_start_locked()
1490 if (if_getdrvflags(ifp) & IFF_DRV_RUNNING) { in gen_ioctl()
1497 if (if_getdrvflags(ifp) & IFF_DRV_RUNNING) in gen_ioctl()
1506 if (if_getdrvflags(ifp) & IFF_DRV_RUNNING) { in gen_ioctl()
1534 if (if_getdrvflags(ifp) & IFF_DRV_RUNNING) in gen_ioctl()
1559 if ((if_getdrvflags(ifp) & IFF_DRV_RUNNING) == 0) in gen_tick()
1638 if ((if_getdrvflags(sc->ifp) & IFF_DRV_RUNNING) == 0) in gen_update_link_locked()
/f-stack/freebsd/arm/allwinner/
H A Dif_awg.c302 if ((if_getdrvflags(sc->ifp) & IFF_DRV_RUNNING) == 0) in awg_miibus_statchg()
974 if ((if_getdrvflags(ifp) & (IFF_DRV_RUNNING|IFF_DRV_OACTIVE)) != in awg_start_locked()
1025 if (if_getdrvflags(ifp) & IFF_DRV_RUNNING) in awg_init_locked()
1122 if (if_getdrvflags(ifp) & IFF_DRV_RUNNING) { in awg_ioctl()
1129 if (if_getdrvflags(ifp) & IFF_DRV_RUNNING) in awg_ioctl()
1137 if (if_getdrvflags(ifp) & IFF_DRV_RUNNING) { in awg_ioctl()
1358 if ((if_getdrvflags(ifp) & IFF_DRV_RUNNING) == 0) { in awg_poll()
1894 if ((if_getdrvflags(ifp) & IFF_DRV_RUNNING) == 0) in awg_tick()
/f-stack/freebsd/net/
H A Diflib.c2342 if (!(if_getdrvflags(ctx->ifc_ifp) & IFF_DRV_RUNNING)) in iflib_timer()
2371 if (if_getdrvflags(ctx->ifc_ifp) & IFF_DRV_RUNNING) in iflib_timer()
2468 i = if_getdrvflags(ifp); in iflib_init_locked()
2471 MPASS(if_getdrvflags(ifp) == i); in iflib_init_locked()
3892 if (!(if_getdrvflags(ifp) & IFF_DRV_RUNNING)) in _task_fn_tx()
4261 if (!(if_getdrvflags(ifp) & IFF_DRV_RUNNING)) in iflib_if_ioctl()
4276 bits = if_getdrvflags(ifp); in iflib_if_ioctl()
4298 if (if_getdrvflags(ifp) & IFF_DRV_RUNNING) { in iflib_if_ioctl()
4307 } else if (if_getdrvflags(ifp) & IFF_DRV_RUNNING) { in iflib_if_ioctl()
4315 if (if_getdrvflags(ifp) & IFF_DRV_RUNNING) { in iflib_if_ioctl()
[all …]
H A Dif_var.h708 int if_getdrvflags(if_t ifp);
H A Dif.c4141 if_getdrvflags(if_t ifp) in if_getdrvflags() function