Searched refs:peer_tep (Results 1 – 1 of 1) sorted by relevance
1663 tl_endpt_t *peer_tep = tep->te_conp; in tl_close_ser() local1666 if ((peer_tep != NULL) && !peer_tep->te_closing) in tl_close_ser()1667 peer_tep->te_wq->q_next = NULL; in tl_close_ser()1939 tl_endpt_t *peer_tep = tep->te_conp; in tl_wput_data_ser() local1945 IMPLY(peer_tep, tep->te_serializer == peer_tep->te_serializer); in tl_wput_data_ser()1950 if ((peer_tep != NULL) && in tl_wput_data_ser()1951 !peer_tep->te_closing && in tl_wput_data_ser()1956 ((peer_tep->te_state == TS_DATA_XFER) || in tl_wput_data_ser()1957 (peer_tep->te_state == TS_WREQ_ORDREL)) && in tl_wput_data_ser()1958 ((peer_rq = peer_tep->te_rq) != NULL) && in tl_wput_data_ser()[all …]