Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun4u/starfire/io/
H A Didn_dlpi.c1992 if (canputnext(stp->ss_rq) == 0) {
2001 (void) putnext(stp->ss_rq, nmp);
2003 (void) putnext(stp->ss_rq, nmp);
2006 (void) putnext(stp->ss_rq, nmp);
2017 if (canputnext(stp->ss_rq)) {
2020 (void) putnext(stp->ss_rq, mp);
2022 (void) putnext(stp->ss_rq, mp);
2025 (void) putnext(stp->ss_rq, mp);
2110 ip4q = stp->ss_rq;
2116 ip6q = stp->ss_rq;
[all …]
H A Didn.c1528 stp->ss_rq = rq; in idnopen()
1604 ASSERT(stp->ss_rq == rq); in idnclose()
H A Didn_proto.c5497 if (!stp || !stp->ss_rq) { in idn_send_data_loopback()
/titanic_41/usr/src/uts/sun4u/starfire/sys/
H A Didn.h3146 queue_t *ss_rq; member