Lines Matching defs:subctx
6217 * Allocate a hardware interrupt for subctx using the parent (ctx)'s hardware
6223 * XXX: Could be removed if subctx's dev has its intr resource allocation
6227 iflib_irq_alloc_generic_subctx(if_ctx_t ctx, if_ctx_t subctx, if_irq_t irq,
6242 MPASS(subctx != NULL);
6246 subdev = subctx->ifc_dev;
6250 q = &subctx->ifc_rxqs[qid];
6251 info = &subctx->ifc_rxqs[qid].ifr_filter_info;
6252 gtask = &subctx->ifc_rxqs[qid].ifr_task;
6259 device_printf(dev, "%s: unknown net intr type for subctx %s (%d)\n",
6274 device_printf(dev, "_iflib_irq_alloc failed for subctx %s: %d\n",