Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/skywalk/nexus/
H A Dnexus_mbq.h70 struct nx_mbq { struct
79 nx_mbq_lock(struct nx_mbq *q) in nx_mbq_lock()
86 nx_mbq_lock_spin(struct nx_mbq *q) in nx_mbq_lock_spin()
93 nx_mbq_convert_spin(struct nx_mbq *q) in nx_mbq_convert_spin()
100 nx_mbq_unlock(struct nx_mbq *q) in nx_mbq_unlock()
107 nx_mbq_peek(struct nx_mbq *q) in nx_mbq_peek()
114 nx_mbq_len(struct nx_mbq *q) in nx_mbq_len()
121 nx_mbq_size(struct nx_mbq *q) in nx_mbq_size()
130 nx_mbq_limit(struct nx_mbq *q) in nx_mbq_limit()
137 __nx_mbq_enq(struct nx_mbq *q, struct mbuf *m) in __nx_mbq_enq()
[all …]
H A Dnexus_mbq.c62 static void __nx_mbq_init(struct nx_mbq *q, uint32_t, lck_grp_t *lck_grp);
66 __nx_mbq_init(struct nx_mbq *q, uint32_t lim, lck_grp_t *lck_grp) in __nx_mbq_init()
74 nx_mbq_safe_init(struct __kern_channel_ring *kr, struct nx_mbq *q, in nx_mbq_safe_init()
83 nx_mbq_init(struct nx_mbq *q, uint32_t lim) in nx_mbq_init()
89 nx_mbq_concat(struct nx_mbq *q1, struct nx_mbq *q2) in nx_mbq_concat()
106 nx_mbq_empty(struct nx_mbq *q) in nx_mbq_empty()
112 nx_mbq_purge(struct nx_mbq *q) in nx_mbq_purge()
118 nx_mbq_safe_purge(struct nx_mbq *q) in nx_mbq_safe_purge()
126 nx_mbq_safe_destroy(struct nx_mbq *q) in nx_mbq_safe_destroy()
133 nx_mbq_destroy(struct nx_mbq *q) in nx_mbq_destroy()
/xnu-12377.41.6/bsd/skywalk/nexus/netif/
H A Dnx_netif_filter_compat.c62 get_next_mbuf(struct nx_mbq mbqs[MBUF_TC_MAX], int *curr, int end) in get_next_mbuf()
127 struct nx_mbq *q; in nx_netif_filter_tx_processed_mbuf_enqueue()
144 struct nx_mbq *, q, uint32_t, qlen, struct mbuf *, m_chain); in nx_netif_filter_tx_processed_mbuf_enqueue()
154 nifna, struct nx_mbq *, q, uint32_t, qlen, uint32_t, cnt); in nx_netif_filter_tx_processed_mbuf_enqueue()
164 struct nx_mbq *q; in nx_netif_tx_processed_mbuf_get_len()
202 nifna, struct nx_mbq *, q, uint32_t, qlen, size_t, qsize, in nx_netif_tx_processed_mbuf_get_len()
H A Dnx_netif_poll.c334 struct ifnet_stat_increment_param *s, struct nx_mbq *rcvq) in netif_rxpoll_process_interrupt()
373 struct nx_mbq *rxq = &kring->ckr_rx_queue; in netif_rxpoll_compat_thread_cont()
H A Dnx_netif_filter.c229 struct nx_mbq *q = &nif->nif_tx_processed_mbq[i]; in nx_netif_filter_flushq()
H A Dnx_netif_compat.c1022 struct nx_mbq *q) in nx_netif_compat_receive_log1()
1034 struct nx_mbq *q, const struct ifnet_stat_increment_param *s) in nx_netif_compat_receive_log2()
1060 struct nx_mbq *q; in nx_netif_compat_receive()
1294 struct nx_mbq *q, tmpq; in nx_netif_compat_na_rxsync()
H A Dnx_netif_host.c287 struct nx_mbq *q; in nx_netif_host_krings_delete()
H A Dnx_netif.h307 struct nx_mbq nif_tx_processed_mbq[MBUF_TC_MAX];
/xnu-12377.41.6/bsd/skywalk/channel/
H A Dchannel_var.h465 struct nx_mbq ckr_rx_queue; /* intercepted rx mbufs. */