Searched refs:pna_up (Results 1 – 2 of 2) sorted by relevance
| /xnu-11215.1.10/bsd/skywalk/nexus/upipe/ |
| H A D | nx_user_pipe.c | 411 _CASSERT(offsetof(struct nexus_upipe_adapter, pna_up) == 0); in na_upipe_alloc() 415 pna->pna_up.na_type = NA_USER_PIPE; in na_upipe_alloc() 416 pna->pna_up.na_free = na_upipe_free; in na_upipe_alloc() 426 ASSERT(pna->pna_up.na_refcount == 0); in na_upipe_free() 600 struct nexus_upipe_adapter, pna_up); in nx_upipe_dom_defunct() 672 na_defunct(nx, ch, &pna->pna_up, locked); in nx_upipe_dom_defunct_finalize() 674 na_defunct(nx, ch, &pna->pna_peer->pna_up, locked); in nx_upipe_dom_defunct_finalize() 1096 struct nexus_adapter *ona = &pna->pna_peer->pna_up; in nx_upipe_na_rings_create() 1138 NAKR(&pna->pna_peer->pna_up, r) + i; in nx_upipe_na_rings_create() 1139 NAKR(&pna->pna_peer->pna_up, r)[i].ckr_pipe = in nx_upipe_na_rings_create() [all …]
|
| H A D | nx_user_pipe.h | 68 struct nexus_adapter pna_up; member
|