Searched refs:traceq (Results 1 – 3 of 3) sorted by relevance
164 if (sc->traceq < 0) { in t4_cloner_create()
1235 sc->traceq = -1; in t4_attach()2101 sc->traceq = -1; in stop_lld()2420 if (sc->traceq < 0 && IS_MAIN_VI(vi)) { in restart_lld()2421 sc->traceq = sc->sge.rxq[vi->first_rxq].iq.abs_id; in restart_lld()2426 V_QUEUENUMBER(sc->traceq)); in restart_lld()2830 sc->traceq = -1; /* cloner should not create ifnet */ in cxgbe_detach()6489 if (sc->traceq < 0 && IS_MAIN_VI(vi)) { in cxgbe_init_synchronized()6490 sc->traceq = sc->sge.rxq[vi->first_rxq].iq.abs_id; in cxgbe_init_synchronized()6493 V_QUEUENUMBER(sc->traceq)); in cxgbe_init_synchronized()
970 int traceq; /* iq used by all tracers, -1 if none */ member