Searched defs:sppa (Results 1 – 2 of 2) sorted by relevance
264 typedef struct sppa { struct270 struct sppa *ppa_nextppa; /* next attachment instance */ argument276 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 …]
248 sppa(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) in sppa() function