Searched refs:traceq (Results 1 – 3 of 3) sorted by relevance
164 if (sc->traceq < 0) { in t4_cloner_create()
1240 sc->traceq = -1; in t4_attach()2099 sc->traceq = -1; in stop_lld()2418 if (sc->traceq < 0 && IS_MAIN_VI(vi)) { in restart_lld()2419 sc->traceq = sc->sge.rxq[vi->first_rxq].iq.abs_id; in restart_lld()2424 V_QUEUENUMBER(sc->traceq)); in restart_lld()2922 sc->traceq = -1; /* cloner should not create ifnet */ in cxgbe_detach()6582 if (sc->traceq < 0 && IS_MAIN_VI(vi)) { in cxgbe_init_synchronized()6583 sc->traceq = sc->sge.rxq[vi->first_rxq].iq.abs_id; in cxgbe_init_synchronized()6586 V_QUEUENUMBER(sc->traceq)); in cxgbe_init_synchronized()
970 int traceq; /* iq used by all tracers, -1 if none */ member