Lines Matching refs:srv_tep
3862 tl_endpt_t *srv_tep = tep->te_oconp; in tl_discon_req() local
3878 if ((srv_tep != NULL) && srv_tep->te_closing) { in tl_discon_req()
3880 srv_tep = NULL; in tl_discon_req()
5479 tl_endpt_t *srv_tep = tep->te_oconp; in tl_co_unconnect() local
5493 if ((srv_tep != NULL) && srv_tep->te_closing) { in tl_co_unconnect()
5495 srv_tep = NULL; in tl_co_unconnect()
5540 } else if (srv_tep != NULL) { in tl_co_unconnect()
5547 IS_COTSORD(srv_tep) && in tl_co_unconnect()
5548 !tl_icon_hasprim(srv_tep, tep->te_seqno, T_ORDREL_IND)) { in tl_co_unconnect()
5579 tl_icon_queuemsg(srv_tep, tep->te_seqno, d_mp); in tl_co_unconnect()
5581 tip = tl_icon_find(srv_tep, tep->te_seqno); in tl_co_unconnect()
5586 ASSERT(tep->te_ser == srv_tep->te_ser); in tl_co_unconnect()
5590 if (srv_tep->te_nicon == 1) { in tl_co_unconnect()
5591 srv_tep->te_state = in tl_co_unconnect()
5593 srv_tep->te_state); in tl_co_unconnect()
5595 srv_tep->te_state = in tl_co_unconnect()
5597 srv_tep->te_state); in tl_co_unconnect()
5601 putnext(srv_tep->te_rq, d_mp); in tl_co_unconnect()
5602 tl_freetip(srv_tep, tip); in tl_co_unconnect()
5605 srv_tep = NULL; in tl_co_unconnect()