Symbol: tcs
sys/dev/ic/iha.c
1255
scb->tcs->flags &=
sys/dev/ic/iha.c
1569
struct tcs *tcs;
sys/dev/ic/iha.c
1574
tcs = scb->tcs;
sys/dev/ic/iha.c
1576
bus_space_write_1(iot, ioh, TUL_SCONFIG0, tcs->sconfig0);
sys/dev/ic/iha.c
1600
flags = tcs->flags;
sys/dev/ic/iha.c
1632
bus_space_write_1(iot, ioh, TUL_SCONFIG0, scb->tcs->sconfig0);
sys/dev/ic/iha.c
1682
flags = scb->tcs->flags;
sys/dev/ic/iha.c
178
static void iha_reset_tcs(struct tcs *, uint8_t);
sys/dev/ic/iha.c
1798
period = scb->tcs->syncm;
sys/dev/ic/iha.c
1928
iha_reset_tcs(scb->tcs, sc->sc_sconf1);
sys/dev/ic/iha.c
2006
if ((scb->tcs->syncm & PERIOD_WIDE_SCSI) != 0)
sys/dev/ic/iha.c
2037
if ((scb->tcs->syncm & PERIOD_WIDE_SCSI) != 0)
sys/dev/ic/iha.c
2163
struct tcs *tcs;
sys/dev/ic/iha.c
2175
tcs = &sc->sc_tcs[target];
sys/dev/ic/iha.c
2177
bus_space_write_1(iot, ioh, TUL_SCONFIG0, tcs->sconfig0);
sys/dev/ic/iha.c
2178
bus_space_write_1(iot, ioh, TUL_SYNCM, tcs->syncm);
sys/dev/ic/iha.c
2182
if (tcs->ntagscb != NULL)
sys/dev/ic/iha.c
2184
scb = tcs->ntagscb;
sys/dev/ic/iha.c
2278
flags = sc->sc_actscb->tcs->flags;
sys/dev/ic/iha.c
2360
flags = sc->sc_actscb->tcs->flags;
sys/dev/ic/iha.c
2405
flags = sc->sc_actscb->tcs->flags;
sys/dev/ic/iha.c
2530
sc->sc_actscb->tcs->flags |= FLAG_WIDE_DONE;
sys/dev/ic/iha.c
2542
struct tcs *tcs = sc->sc_actscb->tcs;
sys/dev/ic/iha.c
2544
tcs->flags |= FLAG_SYNC_DONE;
sys/dev/ic/iha.c
2548
sc->sc_msg[2] = iha_rate_tbl[tcs->flags & FLAG_SCSI_RATE];
sys/dev/ic/iha.c
2559
struct tcs *tcs = sc->sc_actscb->tcs;
sys/dev/ic/iha.c
2561
tcs->syncm = 0;
sys/dev/ic/iha.c
2562
tcs->period = 0;
sys/dev/ic/iha.c
2563
tcs->offset = 0;
sys/dev/ic/iha.c
2566
tcs->syncm |= PERIOD_WIDE_SCSI;
sys/dev/ic/iha.c
2568
tcs->sconfig0 &= ~ALTPD;
sys/dev/ic/iha.c
2569
tcs->flags &= ~FLAG_SYNC_DONE;
sys/dev/ic/iha.c
2570
tcs->flags |= FLAG_WIDE_DONE;
sys/dev/ic/iha.c
2574
bus_space_write_1(iot, ioh, TUL_SCONFIG0, tcs->sconfig0);
sys/dev/ic/iha.c
2575
bus_space_write_1(iot, ioh, TUL_SYNCM, tcs->syncm);
sys/dev/ic/iha.c
2583
struct tcs *tcs = sc->sc_actscb->tcs;
sys/dev/ic/iha.c
2586
tcs->period = sc->sc_msg[2];
sys/dev/ic/iha.c
2587
tcs->offset = sc->sc_msg[3];
sys/dev/ic/iha.c
2588
if (tcs->offset != 0) {
sys/dev/ic/iha.c
2589
tcs->syncm |= tcs->offset;
sys/dev/ic/iha.c
259
scb->tcs = NULL;
sys/dev/ic/iha.c
2593
if (iha_rate_tbl[i] >= tcs->period)
sys/dev/ic/iha.c
2596
tcs->syncm |= (i << 4);
sys/dev/ic/iha.c
2597
tcs->sconfig0 |= ALTPD;
sys/dev/ic/iha.c
2600
tcs->flags |= FLAG_SYNC_DONE;
sys/dev/ic/iha.c
2604
bus_space_write_1(iot, ioh, TUL_SCONFIG0, tcs->sconfig0);
sys/dev/ic/iha.c
2605
bus_space_write_1(iot, ioh, TUL_SYNCM, tcs->syncm);
sys/dev/ic/iha.c
275
struct tcs *tcs;
sys/dev/ic/iha.c
286
tcs = scb->tcs;
sys/dev/ic/iha.c
289
if (tcs->tagcnt)
sys/dev/ic/iha.c
290
tcs->tagcnt--;
sys/dev/ic/iha.c
291
} else if (tcs->ntagscb == scb)
sys/dev/ic/iha.c
292
tcs->ntagscb = NULL;
sys/dev/ic/iha.c
332
struct tcs *tcs;
sys/dev/ic/iha.c
346
tcs = scb->tcs;
sys/dev/ic/iha.c
354
if (tcs->ntagscb == NULL)
sys/dev/ic/iha.c
366
} else if (tcs->tagcnt == 0) {
sys/dev/ic/iha.c
372
if (tcs->ntagscb == NULL)
sys/dev/ic/iha.c
437
scb->tcs->ntagscb = scb;
sys/dev/ic/iha.c
439
scb->tcs->tagcnt++;
sys/dev/ic/iha.c
713
scb->tcs = &sc->sc_tcs[scb->target];
sys/dev/ic/iha.c
758
struct tcs *tcs;
sys/dev/ic/iha.c
761
tcs = &sc->sc_tcs[xm->xm_target];
sys/dev/ic/iha.c
764
(tcs->flags & FLAG_NO_WIDE) == 0)
sys/dev/ic/iha.c
765
tcs->flags &= ~(FLAG_WIDE_DONE|FLAG_SYNC_DONE);
sys/dev/ic/iha.c
768
(tcs->flags & FLAG_NO_SYNC) == 0)
sys/dev/ic/iha.c
769
tcs->flags &= ~FLAG_SYNC_DONE;
sys/dev/ic/iha.c
775
if ((tcs->flags & (FLAG_WIDE_DONE|FLAG_SYNC_DONE)) ==
sys/dev/ic/iha.c
787
struct tcs *tcs = &sc->sc_tcs[target];
sys/dev/ic/iha.c
795
if (tcs->syncm & PERIOD_WIDE_SCSI)
sys/dev/ic/iha.c
798
if (tcs->period) {
sys/dev/ic/iha.c
800
xm.xm_period = tcs->period;
sys/dev/ic/iha.c
801
xm.xm_offset = tcs->offset;
sys/dev/ic/iha.c
811
struct tcs *tcs;
sys/dev/ic/iha.c
832
for (i = 0, tcs = sc->sc_tcs; i < IHA_MAX_TARGETS; i++, tcs++)
sys/dev/ic/iha.c
833
iha_reset_tcs(tcs, sc->sc_sconf1);
sys/dev/ic/iha.c
885
iha_reset_tcs(struct tcs *tcs, uint8_t config0)
sys/dev/ic/iha.c
888
tcs->flags &= ~(FLAG_SYNC_DONE | FLAG_WIDE_DONE);
sys/dev/ic/iha.c
889
tcs->period = 0;
sys/dev/ic/iha.c
890
tcs->offset = 0;
sys/dev/ic/iha.c
891
tcs->tagcnt = 0;
sys/dev/ic/iha.c
892
tcs->ntagscb = NULL;
sys/dev/ic/iha.c
893
tcs->syncm = 0;
sys/dev/ic/iha.c
894
tcs->sconfig0 = config0;
sys/dev/ic/iha.c
938
struct tcs *tcs;
sys/dev/ic/iha.c
982
tcs = scb->tcs;
sys/dev/ic/iha.c
988
bus_space_write_1(iot, ioh, TUL_SYNCM, tcs->syncm);
sys/dev/ic/iha.c
990
if ((tcs->flags & FLAG_NO_NEG_SYNC) == 0 ||
sys/dev/ic/iha.c
991
(tcs->flags & FLAG_NO_NEG_WIDE) == 0)
sys/dev/ic/ihavar.h
123
struct tcs *tcs; /* tcs for SCB_Target */
sys/dev/ic/ihavar.h
204
struct tcs sc_tcs[IHA_MAX_TARGETS];
sys/dev/pci/ixgbe/ixgbe.c
1852
snprintf(sc->tcs[i].evnamebuf,
sys/dev/pci/ixgbe/ixgbe.c
1853
sizeof(sc->tcs[i].evnamebuf), "%s tc%d", xname, i);
sys/dev/pci/ixgbe/ixgbe.c
1856
EVCNT_TYPE_MISC, NULL, sc->tcs[i].evnamebuf,
sys/dev/pci/ixgbe/ixgbe.c
1861
sc->tcs[i].evnamebuf,
sys/dev/pci/ixgbe/ixgbe.c
1866
EVCNT_TYPE_MISC, NULL, sc->tcs[i].evnamebuf,
sys/dev/pci/ixgbe/ixgbe.c
1869
EVCNT_TYPE_MISC, NULL, sc->tcs[i].evnamebuf,
sys/dev/pci/ixgbe/ixgbe.c
1874
sc->tcs[i].evnamebuf,
sys/dev/pci/ixgbe/ixgbe.c
1877
EVCNT_TYPE_MISC, NULL, sc->tcs[i].evnamebuf,
sys/dev/pci/ixgbe/ixgbe.c
1880
EVCNT_TYPE_MISC, NULL, sc->tcs[i].evnamebuf,
sys/dev/pci/ixgbe/ixgbe.h
641
struct ixgbe_tc tcs[IXGBE_DCB_MAX_TRAFFIC_CLASS];
tests/lib/libm/t_cabsl.cxx
57
ATF_INIT_TEST_CASES(tcs)
tests/lib/libm/t_cabsl.cxx
59
ATF_ADD_TEST_CASE(tcs, cabsl);