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

/haiku/src/libs/compat/freebsd_iflib/
H A Diflib.c192 uint32_t ifc_flags; member in struct:iflib_ctx
267 return (ctx->ifc_flags);
577 ctx->ifc_flags |= IFC_IN_DETACH;
1165 if (!(ctx->ifc_flags & IFC_NETMAP_TX_IRQ))
1617 intr_legacy = !!(ctx->ifc_flags & IFC_LEGACY);
1680 if (ctx->ifc_flags & IFC_LEGACY)
2256 in_detach = !!(ctx->ifc_flags & IFC_IN_DETACH);
2474 ctx->ifc_flags |= (IFC_DO_WATCHDOG|IFC_DO_RESET);
2741 if (rxq->ifr_ctx->ifc_flags & IFC_PREFETCH)
3142 ctx->ifc_flags |
[all...]

Completed in 90 milliseconds