Home
last modified time | relevance | path

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

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