Searched refs:nx_mbq (Results 1 – 9 of 9) sorted by relevance
| /xnu-10002.81.5/bsd/skywalk/nexus/ |
| H A D | nexus_mbq.h | 70 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 D | nexus_mbq.c | 62 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-10002.81.5/bsd/skywalk/nexus/netif/ |
| H A D | nx_netif_filter_compat.c | 62 get_next_mbuf(struct nx_mbq *mbqs, int *curr, int end) in get_next_mbuf() 126 struct nx_mbq *q; in nx_netif_filter_tx_processed_mbuf_enqueue() 143 struct nx_mbq *, q, uint32_t, qlen, struct mbuf *, m_chain); in nx_netif_filter_tx_processed_mbuf_enqueue() 153 nifna, struct nx_mbq *, q, uint32_t, qlen, uint32_t, cnt); in nx_netif_filter_tx_processed_mbuf_enqueue() 163 struct nx_mbq *q; in nx_netif_tx_processed_mbuf_get_len() 201 nifna, struct nx_mbq *, q, uint32_t, qlen, size_t, qsize, in nx_netif_tx_processed_mbuf_get_len()
|
| H A D | nx_netif_poll.c | 333 struct ifnet_stat_increment_param *s, struct nx_mbq *rcvq) in netif_rxpoll_process_interrupt() 372 struct nx_mbq *rxq = &kring->ckr_rx_queue; in netif_rxpoll_compat_thread_cont()
|
| H A D | nx_netif_filter.c | 229 struct nx_mbq *q = &nif->nif_tx_processed_mbq[i]; in nx_netif_filter_flushq()
|
| H A D | nx_netif_compat.c | 1016 struct nx_mbq *q) in nx_netif_compat_receive_log1() 1028 struct nx_mbq *q, const struct ifnet_stat_increment_param *s) in nx_netif_compat_receive_log2() 1054 struct nx_mbq *q; in nx_netif_compat_receive() 1288 struct nx_mbq *q, tmpq; in nx_netif_compat_na_rxsync()
|
| H A D | nx_netif_host.c | 281 struct nx_mbq *q; in nx_netif_host_krings_delete()
|
| H A D | nx_netif.h | 320 struct nx_mbq nif_tx_processed_mbq[MBUF_TC_MAX];
|
| /xnu-10002.81.5/bsd/skywalk/channel/ |
| H A D | channel_var.h | 486 struct nx_mbq ckr_rx_queue; /* intercepted rx mbufs. */
|