Searched refs:tids (Results 1 – 7 of 7) sorted by relevance
/titanic_44/usr/src/test/libc-tests/tests/common/ |
H A D | test_common.c | 41 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 D | npi_txc.c | 857 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 D | t4_nexus.c | 1317 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 D | adapter.h | 466 struct tid_info tids; member
|
H A D | t4_ioctl.c | 450 struct tid_info *t = &sc->tids; in read_tid_tab()
|
/titanic_44/usr/src/uts/common/io/nxge/ |
H A D | nxge_fm.c | 836 (uint32_t)statsp->txc_stats.errlog.ro_st.tids.value, in nxge_fm_ereport()
|
/titanic_44/usr/src/uts/common/sys/nxge/ |
H A D | nxge_txc_hw.h | 1250 txc_ro_tids_t tids; member
|