Home
last modified time | relevance | path

Searched refs:pna_peer (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.41.6/bsd/skywalk/nexus/upipe/
H A Dnx_user_pipe.c672 if (pna->pna_peer != NULL) { in nx_upipe_dom_defunct_finalize()
673 na_defunct(nx, ch, &pna->pna_peer->pna_up, locked); in nx_upipe_dom_defunct_finalize()
1095 struct nexus_adapter *ona = &pna->pna_peer->pna_up; in nx_upipe_na_rings_create()
1137 NAKR(&pna->pna_peer->pna_up, r) + i; in nx_upipe_na_rings_create()
1138 NAKR(&pna->pna_peer->pna_up, r)[i].ckr_pipe = in nx_upipe_na_rings_create()
1229 ASSERT(error == 0 || (pna->pna_peer->pna_up.na_tx_rings == NULL && in nx_upipe_na_krings_create()
1230 pna->pna_peer->pna_up.na_rx_rings == NULL && in nx_upipe_na_krings_create()
1231 pna->pna_peer->pna_up.na_slot_ctxs == NULL)); in nx_upipe_na_krings_create()
1307 if (pna->pna_peer->pna_peer_ref) { in nx_upipe_na_activate()
1308 pna->pna_peer->pna_peer_ref = FALSE; in nx_upipe_na_activate()
[all …]
H A Dnx_user_pipe.h74 struct nexus_upipe_adapter *pna_peer; /* the other end of the pipe */ member