Searched refs:tids (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/test/libc-tests/tests/common/
H A Dtest_common.c41 pthread_t *tids; member in struct:test
158 if (t->tids) {
159 free(t->tids);
215 t->tids = calloc(nthr, sizeof (pthread_t));
235 (void) pthread_create(&t->tids[i], NULL, test_thr_one, t);
239 (void) pthread_join(t->tids[i], NULL);
/illumos-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi_txc.c857 txc_ro_tids_t tids; local
902 TXC_FZC_CNTL_REG_READ64(handle, TXC_RO_TIDS_REG, port, &tids.value);
910 states->tids.value = tids.value;
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_nexus.c1317 sc->tids.ftid_base = val[2];
1318 sc->tids.nftids = val[3] - val[2] + 1;
1346 sc->tids.ntids = val[0];
1347 sc->tids.natids = min(sc->tids.ntids / 2, MAX_ATIDS);
1348 sc->tids.stid_base = val[1];
1349 sc->tids.nstids = val[2] - val[1] + 1;
H A Dadapter.h466 struct tid_info tids; member in struct:adapter
H A Dt4_ioctl.c450 struct tid_info *t = &sc->tids;
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_fm.c836 (uint32_t)statsp->txc_stats.errlog.ro_st.tids.value,
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_txc_hw.h1250 txc_ro_tids_t tids; member in struct:_txc_ro_states

Completed in 68 milliseconds