Home
last modified time | relevance | path

Searched defs:na (Results 1 – 22 of 22) sorted by relevance

/xnu-8796.101.5/bsd/skywalk/nexus/
H A Dnexus_adapter.c218 na_interp_ringid(struct nexus_adapter *na, ring_id_t ring_id, in na_interp_ringid()
266 struct nexus_adapter *na = ch->ch_na; in na_set_ringid() local
307 struct nexus_adapter *na = ch->ch_na; in na_unset_ringid() local
328 struct nexus_adapter *na = ch->ch_na; in na_krings_use() local
380 struct nexus_adapter *na = ch->ch_na; in na_krings_unuse() local
405 na_krings_verify(struct nexus_adapter *na) in na_krings_verify()
435 na_bind_channel(struct nexus_adapter *na, struct kern_channel *ch, in na_bind_channel()
635 struct nexus_adapter *na = ch->ch_na; in na_unbind_channel() local
702 na_teardown(struct nexus_adapter *na, struct kern_channel *ch, in na_teardown()
747 struct nexus_adapter *na = ch->ch_na; in na_schema_alloc() local
[all …]
H A Dnexus_adapter.h385 #define NA_FREE(na) do { \ argument
396 na_get_nslots(const struct nexus_adapter *na, enum txrx t) in na_get_nslots()
417 na_set_nslots(struct nexus_adapter *na, enum txrx t, uint32_t v) in na_set_nslots()
442 na_get_nrings(const struct nexus_adapter *na, enum txrx t) in na_get_nrings()
463 na_set_nrings(struct nexus_adapter *na, enum txrx t, uint32_t v) in na_set_nrings()
488 NAKR(struct nexus_adapter *na, enum txrx t) in NAKR()
534 na_reject_channel(struct kern_channel *ch, struct nexus_adapter *na) in na_reject_channel()
H A Dnexus.c2246 struct nexus_adapter *na = ch->ch_na; in nx_init_rings() local
2326 struct nexus_adapter *na = ch->ch_na; in nx_fini_rings() local
2587 struct nexus_adapter **na, struct proc *p) in nx_port_alloc()
3511 struct nexus_adapter *na = ch->ch_na; in nx_interface_advisory_notify() local
/xnu-8796.101.5/bsd/skywalk/nexus/flowswitch/
H A Dfsw_vp.c73 fsw_vp_na_activate(struct nexus_adapter *na, na_activate_mode_t mode) in fsw_vp_na_activate()
143 fsw_vp_na_dtor(struct nexus_adapter *na) in fsw_vp_na_dtor()
166 fsw_vp_na_krings_create(struct nexus_adapter *na, struct kern_channel *ch) in fsw_vp_na_krings_create()
176 fsw_vp_na_krings_delete(struct nexus_adapter *na, struct kern_channel *ch, in fsw_vp_na_krings_delete()
277 struct nexus_adapter *na) in fsw_vp_na_attach()
291 fsw_vp_na_special(struct nexus_adapter *na, struct kern_channel *ch, in fsw_vp_na_special()
357 struct nexus_adapter *na; in fsw_vp_na_create() local
497 fsw_vp_na_free(struct nexus_adapter *na) in fsw_vp_na_free()
625 struct nexus_adapter *na = NULL; in fsw_find_port_vpna() local
H A Dnx_flowswitch.c367 struct kern_nexus *nx, struct nexus_adapter *na) in nx_fsw_prov_mem_new()
874 struct nexus_adapter **na, boolean_t create) in nx_fsw_na_find()
H A Dfsw.c1307 struct nexus_adapter *na = &vpna->vpna_up; in fsw_port_ctor() local
1708 struct nexus_adapter *na; in fsw_mib_get_flow_adv() local
1991 struct nexus_adapter *na; in fsw_mib_get_userstack_stats() local
H A Dfsw_dp.c1245 struct nexus_adapter *na = NULL; in flow_get_na() local
1287 struct nexus_vp_adapter *na = NULL; in flow_get_ring() local
/xnu-8796.101.5/bsd/skywalk/nexus/upipe/
H A Dnx_user_pipe.c331 struct kern_nexus *nx, struct nexus_adapter *na) in nx_upipe_prov_mem_new()
421 na_upipe_free(struct nexus_adapter *na) in na_upipe_free()
597 struct nexus_adapter *na = ch->ch_na; in nx_upipe_dom_defunct() local
701 nx_upipe_na_alloc(struct nexus_adapter *na, uint32_t npipes) in nx_upipe_na_alloc()
727 nx_upipe_na_dealloc(struct nexus_adapter *na) in nx_upipe_na_dealloc()
748 struct nexus_upipe_adapter *na; in nx_upipe_find() local
761 nx_upipe_na_add(struct nexus_adapter *parent, struct nexus_upipe_adapter *na) in nx_upipe_na_add()
780 nx_upipe_na_remove(struct nexus_adapter *parent, struct nexus_upipe_adapter *na) in nx_upipe_na_remove()
1091 nx_upipe_na_rings_create(struct nexus_adapter *na, struct kern_channel *ch) in nx_upipe_na_rings_create()
1111 NAKR(na, t)[i].ckr_save_ring = in nx_upipe_na_rings_create() local
[all …]
/xnu-8796.101.5/bsd/skywalk/nexus/netif/
H A Dnx_netif_host.c47 nx_netif_host_adjust_if_capabilities(struct nexus_adapter *na, bool activate) in nx_netif_host_adjust_if_capabilities()
123 nx_netif_host_is_gso_needed(struct nexus_adapter *na) in nx_netif_host_is_gso_needed()
156 nx_netif_host_na_activate(struct nexus_adapter *na, na_activate_mode_t mode) in nx_netif_host_na_activate()
211 nx_netif_host_krings_create(struct nexus_adapter *na, struct kern_channel *ch) in nx_netif_host_krings_create()
251 nx_netif_host_krings_delete(struct nexus_adapter *na, struct kern_channel *ch, in nx_netif_host_krings_delete()
306 nx_netif_host_na_special(struct nexus_adapter *na, struct kern_channel *ch, in nx_netif_host_na_special()
320 nx_netif_host_catch_tx(struct nexus_adapter *na, bool activate) in nx_netif_host_catch_tx()
563 nx_netif_mbuf_to_kpkt(struct nexus_adapter *na, struct mbuf *m) in nx_netif_mbuf_to_kpkt()
H A Dnx_netif_filter_vp.c75 netif_filter_deliver(struct nexus_adapter *na, struct __kern_channel_ring *ring, in netif_filter_deliver()
149 struct nexus_adapter *na = arg; in netif_filter_rx_cb() local
158 struct nexus_adapter *na = arg; in netif_filter_tx_cb() local
178 netif_filter_na_activate(struct nexus_adapter *na, na_activate_mode_t mode) in netif_filter_na_activate()
208 netif_filter_na_krings_create(struct nexus_adapter *na, struct kern_channel *ch) in netif_filter_na_krings_create()
215 netif_filter_na_krings_delete(struct nexus_adapter *na, struct kern_channel *ch, in netif_filter_na_krings_delete()
223 netif_filter_region_params_setup(struct nexus_adapter *na, in netif_filter_region_params_setup()
308 netif_filter_na_mem_new(struct nexus_adapter *na) in netif_filter_na_mem_new()
482 netif_filter_na_dtor(struct nexus_adapter *na) in netif_filter_na_dtor()
520 struct nexus_adapter *na = NULL; in netif_filter_na_create() local
H A Dnx_netif_vp.c131 netif_deliver_pkt(struct nexus_adapter *na, struct __kern_packet *pkt_chain, in netif_deliver_pkt()
388 netif_vp_na_activate_on(struct nexus_adapter *na) in netif_vp_na_activate_on()
432 netif_vp_na_activate_off(struct nexus_adapter *na) in netif_vp_na_activate_off()
456 netif_vp_na_activate(struct nexus_adapter *na, na_activate_mode_t mode) in netif_vp_na_activate()
482 struct nexus_adapter *na = &dev_nifna->nifna_up; in netif_vp_send_pkt_chain_low_latency() local
631 struct nexus_adapter *na = &dev_nifna->nifna_up; in netif_vp_send_pkt_chain() local
765 netif_vp_na_krings_create(struct nexus_adapter *na, struct kern_channel *ch) in netif_vp_na_krings_create()
774 netif_vp_na_krings_delete(struct nexus_adapter *na, struct kern_channel *ch, in netif_vp_na_krings_delete()
782 netif_vp_region_params_setup(struct nexus_adapter *na, in netif_vp_region_params_setup()
911 netif_vp_na_mem_new(struct kern_nexus *nx, struct nexus_adapter *na) in netif_vp_na_mem_new()
[all …]
H A Dnx_netif_compat.c196 na_netif_compat_free(struct nexus_adapter *na) in na_netif_compat_free()
343 struct nexus_adapter *na = &NA(ifp)->nifna_up; in nx_netif_compat_tx_intr() local
390 nx_netif_compat_na_activate(struct nexus_adapter *na, na_activate_mode_t mode) in nx_netif_compat_na_activate()
877 struct nexus_adapter *na = KRNA(kring); in nx_netif_compat_na_txsync() local
1050 struct nexus_adapter *na = &NA(ifp)->nifna_up; in nx_netif_compat_receive() local
1273 struct nexus_adapter *na = KRNA(kring); in nx_netif_compat_na_rxsync() local
1519 nx_netif_compat_na_dtor(struct nexus_adapter *na) in nx_netif_compat_na_dtor()
1875 nx_netif_compat_xmit_frame(struct nexus_adapter *na, struct mbuf *m, in nx_netif_compat_xmit_frame()
H A Dnx_netif.c417 struct nexus_adapter *na = nx_port_get_na(nx, NEXUS_PORT_NET_IF_DEV); in nx_netif_prov_nx_stop() local
586 struct kern_nexus *nx, struct nexus_adapter *na) in nx_netif_prov_mem_new()
1315 na_netif_free(struct nexus_adapter *na) in na_netif_free()
1839 nx_netif_na_dtor(struct nexus_adapter *na) in nx_netif_na_dtor()
2052 nx_netif_na_activate(struct nexus_adapter *na, na_activate_mode_t mode) in nx_netif_na_activate()
2845 struct nexus_adapter *na = ch->ch_na; in nx_netif_detach_notify() local
2949 nx_netif_na_special(struct nexus_adapter *na, struct kern_channel *ch, in nx_netif_na_special()
2958 nx_netif_na_special_common(struct nexus_adapter *na, struct kern_channel *ch, in nx_netif_na_special_common()
3038 struct nexus_adapter *na = NULL; local
3176 nx_netif_dev_krings_create(struct nexus_adapter *na, struct kern_channel *ch)
[all …]
H A Dnx_netif_poll.c335 struct nexus_adapter *na = &NA(ifp)->nifna_up; in netif_rxpoll_process_interrupt() local
370 struct nexus_adapter *na = &NA(ifp)->nifna_up; in netif_rxpoll_compat_thread_cont() local
H A Dnx_netif_util.c575 struct nexus_adapter *na = &nifna->nifna_up; in nx_netif_pkt_to_pkt() local
/xnu-8796.101.5/bsd/skywalk/nexus/kpipe/
H A Dnx_kernel_pipe.c406 struct nexus_adapter *na = ch->ch_na; in nx_kpipe_dom_defunct() local
506 struct kern_nexus *nx, struct nexus_adapter *na) in nx_kpipe_prov_mem_new()
597 na_kpipe_free(struct nexus_adapter *na) in na_kpipe_free()
638 nx_kpipe_na_activate(struct nexus_adapter *na, na_activate_mode_t mode) in nx_kpipe_na_activate()
667 nx_kpipe_na_dtor(struct nexus_adapter *na) in nx_kpipe_na_dtor()
674 nx_kpipe_na_krings_create(struct nexus_adapter *na, struct kern_channel *ch) in nx_kpipe_na_krings_create()
686 nx_kpipe_na_krings_delete(struct nexus_adapter *na, struct kern_channel *ch, in nx_kpipe_na_krings_delete()
703 struct nexus_adapter *na = NULL; in nx_kpipe_na_find() local
/xnu-8796.101.5/bsd/skywalk/nexus/monitor/
H A Dnx_monitor.c420 struct kern_nexus *nx, struct nexus_adapter *na) in nx_mon_prov_mem_new()
470 na_mon_free(struct nexus_adapter *na) in na_mon_free()
529 nx_mon_na_krings_create(struct nexus_adapter *na, struct kern_channel *ch) in nx_mon_na_krings_create()
537 nx_mon_na_krings_delete(struct nexus_adapter *na, struct kern_channel *ch, in nx_mon_na_krings_delete()
594 nx_mon_na_krings_locks(struct nexus_adapter *na, in nx_mon_na_krings_locks()
629 nx_mon_na_krings_unlock(struct nexus_adapter *na, in nx_mon_na_krings_unlock()
655 nx_mon_enable(struct nexus_adapter *na, boolean_t zcopy) in nx_mon_enable()
746 nx_mon_disable(struct nexus_adapter *na) in nx_mon_disable()
901 nx_mon_stop(struct nexus_adapter *na) in nx_mon_stop()
961 nx_mon_na_activate_common(struct nexus_adapter *na, na_activate_mode_t mode, in nx_mon_na_activate_common()
[all …]
/xnu-8796.101.5/bsd/skywalk/channel/
H A Dchannel_syscalls.c336 const struct nexus_adapter *na, const struct kern_channel *ch, in channel_sync_log1()
350 const struct nexus_adapter *na, const struct __kern_channel_ring *kring, in channel_sync_log2()
366 struct nexus_adapter *na; in __channel_sync() local
H A Dchannel.c311 csi_selrecord_all(struct nexus_adapter *na, enum txrx t, struct proc *p, in csi_selrecord_all()
394 csi_selwakeup_all(struct nexus_adapter *na, enum txrx t, boolean_t nodelay, in csi_selwakeup_all()
756 struct nexus_adapter *na; in filt_chrwattach() local
1115 struct proc *p, const struct nexus_adapter *na, in ch_event_log()
1139 struct nexus_adapter *na; in ch_event() local
/xnu-8796.101.5/bsd/skywalk/mem/
H A Dskmem_arena.c157 skmem_arena_sd_setup(const struct nexus_adapter *na, in skmem_arena_sd_setup()
422 skmem_arena_create_for_nexus(const struct nexus_adapter *na, in skmem_arena_create_for_nexus()
/xnu-8796.101.5/bsd/net/
H A Dpf.c2466 struct pf_addr *na, u_int16_t np, u_int16_t *pc, u_int16_t *h2c, in pf_change_icmp()
H A Ddlil.c11371 struct ifnet_notify_address_params na; in ifnet_notify_address() local