Home
last modified time | relevance | path

Searched defs:sppa (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/io/ppp/sppp/
H A Dsppp.h264 typedef struct sppa { struct
270 struct sppa *ppa_nextppa; /* next attachment instance */ argument
276 krwlock_t ppa_sib_lock; /* lock for sibling upper streams */
277 uint32_t ppa_flags; /* miscellaneous flags */
278 int32_t ppa_refcnt; /* upper stream reference count */
279 uint32_t ppa_ppa_id; /* unique attachment id */
280 spppstr_t *ppa_streams; /* list of all non-control streams */
281 spppstr_t *ppa_ctl; /* back pointer to control stream */
282 queue_t *ppa_lower_wq; /* pointer to lower write queue */
283 uint16_t ppa_mru; /* link layer maximum receive unit */
[all …]
/titanic_41/usr/src/cmd/mdb/common/modules/sppp/
H A Dsppp.c248 sppa(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) in sppa() function