Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/
H A Dtl.c3332 tl_endpt_t *acc_ep = NULL, *cl_ep = NULL; in tl_conn_res() local
3434 (mod_hash_val_t *)&acc_ep, tl_find_callback) != 0) { in tl_conn_res()
3446 if (! tl_noclose(acc_ep)) { in tl_conn_res()
3451 tl_refrele(acc_ep); in tl_conn_res()
3456 acc_ep->te_flag |= TL_ACCEPTOR; in tl_conn_res()
3463 if ((tep != acc_ep) && (acc_ep->te_state != TS_IDLE)) { in tl_conn_res()
3466 "state=%d", acc_ep->te_state)); in tl_conn_res()
3470 tl_closeok(acc_ep); in tl_conn_res()
3471 tl_refrele(acc_ep); in tl_conn_res()
3480 if ((tep == acc_ep) && (tep->te_nicon > 1)) { in tl_conn_res()
[all …]