Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ppp/sppptun/
H A Dsppptun.c516 tcl->tcl_rq = q; /* save read queue pointer */ in sppptun_open()
568 if (tcl->tcl_rq != NULL) { in send_control()
572 putnext(tcl->tcl_rq, mp); in send_control()
599 if (tcl->tcl_data_tll == tll && tcl->tcl_rq != NULL) { in tclvm_remove_tll()
604 putnext(tcl->tcl_rq, mp); in tclvm_remove_tll()
677 tcl->tcl_rq = NULL; in sppptun_close()
1763 (q = tcl->tcl_rq) != NULL) { in tclvm_backenable()
1880 if ((tcl = (tuncl_t *)q->q_ptr) == NULL || tcl->tcl_rq == NULL) { in sppptun_lrput()
1885 (q->q_first == NULL && canput(tcl->tcl_rq))) { in sppptun_lrput()
1886 put(tcl->tcl_rq, mp); in sppptun_lrput()
[all …]
H A Dsppptun_impl.h131 queue_t *tcl_rq; /* Received data sent here. */ member
/illumos-gate/usr/src/cmd/mdb/common/modules/sppp/
H A Dsppp.c633 return ((uintptr_t)ts.tcl.tcl_rq); in sppptun_rnext()