Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/skywalk/nexus/upipe/
H A Dnx_user_pipe.c67 static struct nexus_upipe_adapter *nx_upipe_find(struct nexus_adapter *,
70 struct nexus_upipe_adapter *);
72 struct nexus_upipe_adapter *);
115 static struct nexus_upipe_adapter *na_upipe_alloc(zalloc_flags_t);
248 static SKMEM_TYPE_DEFINE(na_upipe_zone, struct nexus_upipe_adapter);
406 static struct nexus_upipe_adapter *
409 struct nexus_upipe_adapter *pna; in na_upipe_alloc()
411 _CASSERT(offsetof(struct nexus_upipe_adapter, pna_up) == 0); in na_upipe_alloc()
424 struct nexus_upipe_adapter *pna = (struct nexus_upipe_adapter *)na; in na_upipe_free()
599 struct nexus_upipe_adapter *pna = __container_of(na, in nx_upipe_dom_defunct()
[all …]
H A Dnx_user_pipe.h63 struct nexus_upipe_adapter { struct
74 struct nexus_upipe_adapter *pna_peer; /* the other end of the pipe */ argument
/xnu-11215.81.4/bsd/skywalk/nexus/
H A Dnexus_adapter.h68 struct nexus_upipe_adapter;
271 struct nexus_upipe_adapter **__counted_by(na_max_pipes) na_pipes;
/xnu-11215.81.4/bsd/skywalk/channel/
H A Dchannel_kern.c632 struct nexus_upipe_adapter *pna; in _kern_channel_defunct_eligible()
640 pna = (struct nexus_upipe_adapter *)ch->ch_na; in _kern_channel_defunct_eligible()