Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/skywalk/nexus/
H A Dnexus_pktq.h43 struct nx_pktq { struct
52 nx_pktq_lock(struct nx_pktq *q) in nx_pktq_lock()
59 nx_pktq_lock_spin(struct nx_pktq *q) in nx_pktq_lock_spin()
66 nx_pktq_convert_spin(struct nx_pktq *q) in nx_pktq_convert_spin()
73 nx_pktq_unlock(struct nx_pktq *q) in nx_pktq_unlock()
80 nx_pktq_peek(struct nx_pktq *q) in nx_pktq_peek()
87 nx_pktq_len(struct nx_pktq *q) in nx_pktq_len()
94 nx_pktq_size(struct nx_pktq *q) in nx_pktq_size()
103 nx_pktq_limit(struct nx_pktq *q) in nx_pktq_limit()
110 __nx_pktq_enq(struct nx_pktq *q, struct __kern_packet *p) in __nx_pktq_enq()
[all …]
H A Dnexus_pktq.c35 static void __nx_pktq_init(struct nx_pktq *q, uint32_t, lck_grp_t *lck_grp);
39 __nx_pktq_init(struct nx_pktq *q, uint32_t lim, lck_grp_t *lck_grp) in __nx_pktq_init()
47 nx_pktq_safe_init(struct __kern_channel_ring *kr, struct nx_pktq *q, in nx_pktq_safe_init()
56 nx_pktq_init(struct nx_pktq *q, uint32_t lim) in nx_pktq_init()
62 nx_pktq_concat(struct nx_pktq *q1, struct nx_pktq *q2) in nx_pktq_concat()
79 nx_pktq_empty(struct nx_pktq *q) in nx_pktq_empty()
85 nx_pktq_purge(struct nx_pktq *q) in nx_pktq_purge()
91 nx_pktq_safe_purge(struct nx_pktq *q) in nx_pktq_safe_purge()
99 nx_pktq_safe_destroy(struct nx_pktq *q) in nx_pktq_safe_destroy()
106 nx_pktq_destroy(struct nx_pktq *q) in nx_pktq_destroy()
/xnu-8019.80.24/bsd/skywalk/nexus/netif/
H A Dnx_netif_filter_native.c61 get_next_pkt(struct nx_pktq *pktqs, int *curr, int end) in get_next_pkt()
126 struct nx_pktq *q; in nx_netif_filter_tx_processed_pkt_enqueue()
143 struct nx_pktq *, q, uint32_t, qlen, in nx_netif_filter_tx_processed_pkt_enqueue()
154 nifna, struct nx_pktq *, q, uint32_t, qlen, uint32_t, cnt); in nx_netif_filter_tx_processed_pkt_enqueue()
165 struct nx_pktq *q; in nx_netif_tx_processed_pkt_get_len()
203 nifna, struct nx_pktq *, q, uint32_t, qlen, size_t, qsize, in nx_netif_tx_processed_pkt_get_len()
H A Dnx_netif_filter.c236 struct nx_pktq *q = &nif->nif_tx_processed_pktq[i]; in nx_netif_filter_flushq()
H A Dnx_netif.h306 struct nx_pktq nif_tx_processed_pktq[KPKT_TC_MAX];