Lines Matching refs:srv_tep
3952 tl_endpt_t *srv_tep = tep->te_oconp; in tl_discon_req() local
3968 if ((srv_tep != NULL) && srv_tep->te_closing) { in tl_discon_req()
3970 srv_tep = NULL; in tl_discon_req()
5628 tl_endpt_t *srv_tep = tep->te_oconp; in tl_co_unconnect() local
5642 if ((srv_tep != NULL) && srv_tep->te_closing) { in tl_co_unconnect()
5644 srv_tep = NULL; in tl_co_unconnect()
5689 } else if (srv_tep != NULL) { in tl_co_unconnect()
5696 IS_COTSORD(srv_tep) && in tl_co_unconnect()
5697 !tl_icon_hasprim(srv_tep, tep->te_seqno, T_ORDREL_IND)) { in tl_co_unconnect()
5728 tl_icon_queuemsg(srv_tep, tep->te_seqno, d_mp); in tl_co_unconnect()
5730 tip = tl_icon_find(srv_tep, tep->te_seqno); in tl_co_unconnect()
5735 ASSERT(tep->te_ser == srv_tep->te_ser); in tl_co_unconnect()
5739 if (srv_tep->te_nicon == 1) { in tl_co_unconnect()
5740 srv_tep->te_state = in tl_co_unconnect()
5742 [srv_tep->te_state]; in tl_co_unconnect()
5744 srv_tep->te_state = in tl_co_unconnect()
5746 [srv_tep->te_state]; in tl_co_unconnect()
5750 putnext(srv_tep->te_rq, d_mp); in tl_co_unconnect()
5751 tl_freetip(srv_tep, tip); in tl_co_unconnect()
5754 srv_tep = NULL; in tl_co_unconnect()