HomeSort by: relevance | last modified time | path
    Searched refs:tcs (Results 1 - 6 of 6) sorted by relevancy

  /src/tests/lib/libm/
t_cabsl.cxx 57 ATF_INIT_TEST_CASES(tcs)
59 ATF_ADD_TEST_CASE(tcs, cabsl);
  /src/sys/dev/ic/
iha.c 88 * tcs flags.
178 static void iha_reset_tcs(struct tcs *, uint8_t);
259 scb->tcs = NULL;
275 struct tcs *tcs; local
286 tcs = scb->tcs;
289 if (tcs->tagcnt)
290 tcs->tagcnt--;
291 } else if (tcs->ntagscb == scb
332 struct tcs *tcs; local
758 struct tcs *tcs; local
787 struct tcs *tcs = &sc->sc_tcs[target]; local
811 struct tcs *tcs; local
938 struct tcs *tcs; local
1569 struct tcs *tcs; local
2163 struct tcs *tcs; local
2542 struct tcs *tcs = sc->sc_actscb->tcs; local
2559 struct tcs *tcs = sc->sc_actscb->tcs; local
2583 struct tcs *tcs = sc->sc_actscb->tcs; local
    [all...]
ihavar.h 123 struct tcs *tcs; /* tcs for SCB_Target */ member in struct:iha_scb
141 struct tcs { struct
204 struct tcs sc_tcs[IHA_MAX_TARGETS];
  /src/tests/share/mk/
t_test.sh 88 ATF_INIT_TEST_CASES(tcs)
90 ATF_ADD_TEST_CASE(tcs, one_tc);
  /src/sys/dev/pci/ixgbe/
ixgbe.h 641 struct ixgbe_tc tcs[IXGBE_DCB_MAX_TRAFFIC_CLASS]; member in struct:ixgbe_softc
ixgbe.c 1852 snprintf(sc->tcs[i].evnamebuf,
1853 sizeof(sc->tcs[i].evnamebuf), "%s tc%d", xname, i);
1856 EVCNT_TYPE_MISC, NULL, sc->tcs[i].evnamebuf,
1861 sc->tcs[i].evnamebuf,
1866 EVCNT_TYPE_MISC, NULL, sc->tcs[i].evnamebuf,
1869 EVCNT_TYPE_MISC, NULL, sc->tcs[i].evnamebuf,
1874 sc->tcs[i].evnamebuf,
1877 EVCNT_TYPE_MISC, NULL, sc->tcs[i].evnamebuf,
1880 EVCNT_TYPE_MISC, NULL, sc->tcs[i].evnamebuf,

Completed in 32 milliseconds