Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/skywalk/nexus/kpipe/
H A Dnx_kpipe_loopback.c56 static kern_pbufpool_t kplo_tx_pp; variable
91 VERIFY(kplo_tx_pp == NULL && kplo_rx_pp == NULL); in kplo_dom_init()
113 VERIFY(kplo_tx_pp == NULL && kplo_rx_pp == NULL); in kplo_dom_fini()
136 error = kern_nexus_get_pbufpool(nexus, &kplo_tx_pp, &kplo_rx_pp); in kplo_pre_connect()
138 VERIFY(kplo_tx_pp != NULL); /* built-in pp */ in kplo_pre_connect()
141 pp_ctx = kern_pbufpool_get_context(kplo_tx_pp); in kplo_pre_connect()
144 error = kern_pbufpool_get_memory_info(kplo_tx_pp, &kplo_tx_pp_info); in kplo_pre_connect()
164 kplo_tx_pp = NULL; in kplo_pre_connect()
211 kplo_tx_pp = kplo_rx_pp = NULL; in kplo_disconnected()