Lines Matching defs:ifc_flags
171 uint32_t ifc_flags;
1139 if (!(ctx->ifc_flags & IFC_NETMAP_TX_IRQ))
1606 intr_legacy = !!(ctx->ifc_flags & IFC_LEGACY);
1669 if (ctx->ifc_flags & IFC_LEGACY)
2243 in_detach = !!(ctx->ifc_flags & IFC_IN_DETACH);
2449 ctx->ifc_flags |= (IFC_DO_WATCHDOG | IFC_DO_RESET);
2721 if (rxq->ifr_ctx->ifc_flags & IFC_PREFETCH)
3102 ctx->ifc_flags |= IFC_DO_RESET;
3625 if (ctx->ifc_flags & IFC_PREFETCH) {
3627 if (!(ctx->ifc_flags & IFLIB_HAS_TXCQ)) {
3822 do_prefetch = (txq->ift_ctx->ifc_flags & IFC_PREFETCH);
3955 if (__predict_false(ctx->ifc_flags & IFC_QFLUSH)) {
3986 printf("%s avail=%d ifc_flags=%x txq_avail=%d ", __func__,
3987 avail, ctx->ifc_flags, TXQ_AVAIL(txq));
3989 do_prefetch = (ctx->ifc_flags & IFC_PREFETCH);
4124 if (ctx->ifc_flags & IFC_LEGACY)
4163 if (ctx->ifc_flags & IFC_LEGACY)
4190 do_reset = (ctx->ifc_flags & IFC_DO_RESET);
4191 do_watchdog = (ctx->ifc_flags & IFC_DO_WATCHDOG);
4192 in_detach = (ctx->ifc_flags & IFC_IN_DETACH);
4193 ctx->ifc_flags &= ~(IFC_DO_RESET | IFC_DO_WATCHDOG);
4445 ctx->ifc_flags |= IFC_QFLUSH;
4451 ctx->ifc_flags &= ~IFC_QFLUSH;
4515 ctx->ifc_flags |= IFC_MULTISEG;
4517 ctx->ifc_flags &= ~IFC_MULTISEG;
5210 ctx->ifc_flags |= IFC_SC_ALLOCATED;
5440 ctx->ifc_flags |= IFC_INIT_DONE;
5463 if (ctx->ifc_flags & IFC_SC_ALLOCATED)
5502 ctx->ifc_flags |= IFC_IN_DETACH;
5539 if (ctx->ifc_flags & IFC_SC_ALLOCATED)
6318 ctx->ifc_flags |= IFC_NETMAP_TX_IRQ;
6447 ctx->ifc_flags |= IFC_LEGACY;
6534 ctx->ifc_flags |= IFC_PREFETCH;
7064 ctx->ifc_flags |= IFC_DO_RESET;