| /xnu-8019.80.24/bsd/skywalk/nexus/ |
| H A D | nexus_adapter.c | 279 na_interp_ringid(struct nexus_adapter *na, ring_id_t ring_id, in na_interp_ringid() 327 struct nexus_adapter *na = ch->ch_na; in na_set_ringid() local 368 struct nexus_adapter *na = ch->ch_na; in na_unset_ringid() local 389 struct nexus_adapter *na = ch->ch_na; in na_krings_use() local 441 struct nexus_adapter *na = ch->ch_na; in na_krings_unuse() local 466 na_krings_verify(struct nexus_adapter *na) in na_krings_verify() 496 na_bind_channel(struct nexus_adapter *na, struct kern_channel *ch, in na_bind_channel() 696 struct nexus_adapter *na = ch->ch_na; in na_unbind_channel() local 763 na_teardown(struct nexus_adapter *na, struct kern_channel *ch, in na_teardown() 808 struct nexus_adapter *na = ch->ch_na; in na_schema_alloc() local [all …]
|
| H A D | nexus_adapter.h | 396 #define NA_FREE(na) do { \ argument 409 na_get_nslots(const struct nexus_adapter *na, enum txrx t) in na_get_nslots() 430 na_set_nslots(struct nexus_adapter *na, enum txrx t, uint32_t v) in na_set_nslots() 455 na_get_nrings(const struct nexus_adapter *na, enum txrx t) in na_get_nrings() 476 na_set_nrings(struct nexus_adapter *na, enum txrx t, uint32_t v) in na_set_nrings() 501 NAKR(struct nexus_adapter *na, enum txrx t) in NAKR() 547 na_reject_channel(struct kern_channel *ch, struct nexus_adapter *na) in na_reject_channel()
|
| H A D | nexus.c | 2288 struct nexus_adapter *na = ch->ch_na; in nx_init_rings() local 2368 struct nexus_adapter *na = ch->ch_na; in nx_fini_rings() local 2628 struct nexus_adapter **na, struct proc *p) in nx_port_alloc() 3548 struct nexus_adapter *na = ch->ch_na; in nx_interface_advisory_notify() local
|
| /xnu-8019.80.24/bsd/skywalk/nexus/flowswitch/ |
| H A D | fsw_vp.c | 69 fsw_vp_na_activate(struct nexus_adapter *na, na_activate_mode_t mode) in fsw_vp_na_activate() 135 fsw_vp_na_dtor(struct nexus_adapter *na) in fsw_vp_na_dtor() 158 fsw_vp_na_krings_create(struct nexus_adapter *na, struct kern_channel *ch) in fsw_vp_na_krings_create() 168 fsw_vp_na_krings_delete(struct nexus_adapter *na, struct kern_channel *ch, in fsw_vp_na_krings_delete() 269 struct nexus_adapter *na) in fsw_vp_na_attach() 283 fsw_vp_na_special(struct nexus_adapter *na, struct kern_channel *ch, in fsw_vp_na_special() 349 struct nexus_adapter *na; in fsw_vp_na_create() local 482 fsw_vp_na_free(struct nexus_adapter *na) in fsw_vp_na_free()
|
| H A D | nx_flowswitch.c | 358 struct kern_nexus *nx, struct nexus_adapter *na) in nx_fsw_prov_mem_new() 882 struct nexus_adapter **na, boolean_t create) in nx_fsw_na_find()
|
| H A D | fsw.c | 1236 struct nexus_adapter *na = &vpna->vpna_up; in fsw_port_ctor() local 1637 struct nexus_adapter *na; in fsw_mib_get_flow_adv() local 1920 struct nexus_adapter *na; in fsw_mib_get_userstack_stats() local
|
| H A D | fsw_dp.c | 1212 struct nexus_adapter *na = NULL; in flow_get_na() local 1254 struct nexus_vp_adapter *na = NULL; in flow_get_ring() local
|
| /xnu-8019.80.24/bsd/skywalk/nexus/upipe/ |
| H A D | nx_user_pipe.c | 344 struct kern_nexus *nx, struct nexus_adapter *na) in nx_upipe_prov_mem_new() 435 na_upipe_free(struct nexus_adapter *na) in na_upipe_free() 611 struct nexus_adapter *na = ch->ch_na; in nx_upipe_dom_defunct() local 715 nx_upipe_na_alloc(struct nexus_adapter *na, uint32_t npipes) in nx_upipe_na_alloc() 743 nx_upipe_na_dealloc(struct nexus_adapter *na) in nx_upipe_na_dealloc() 764 struct nexus_upipe_adapter *na; in nx_upipe_find() local 777 nx_upipe_na_add(struct nexus_adapter *parent, struct nexus_upipe_adapter *na) in nx_upipe_na_add() 796 nx_upipe_na_remove(struct nexus_adapter *parent, struct nexus_upipe_adapter *na) in nx_upipe_na_remove() 1107 nx_upipe_na_rings_create(struct nexus_adapter *na, struct kern_channel *ch) in nx_upipe_na_rings_create() 1127 NAKR(na, t)[i].ckr_save_ring = in nx_upipe_na_rings_create() local [all …]
|
| /xnu-8019.80.24/bsd/skywalk/nexus/netif/ |
| H A D | nx_netif_filter_vp.c | 75 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() 484 netif_filter_na_dtor(struct nexus_adapter *na) in netif_filter_na_dtor() 522 struct nexus_adapter *na = NULL; in netif_filter_na_create() local
|
| H A D | nx_netif_host.c | 47 nx_netif_host_na_activate(struct nexus_adapter *na, na_activate_mode_t mode) in nx_netif_host_na_activate() 167 nx_netif_host_krings_create(struct nexus_adapter *na, struct kern_channel *ch) in nx_netif_host_krings_create() 207 nx_netif_host_krings_delete(struct nexus_adapter *na, struct kern_channel *ch, in nx_netif_host_krings_delete() 262 nx_netif_host_na_special(struct nexus_adapter *na, struct kern_channel *ch, in nx_netif_host_na_special() 276 nx_netif_host_catch_tx(struct nexus_adapter *na, boolean_t enable) in nx_netif_host_catch_tx() 473 nx_netif_mbuf_to_kpkt(struct nexus_adapter *na, struct mbuf *m) in nx_netif_mbuf_to_kpkt()
|
| H A D | nx_netif_vp.c | 129 netif_deliver_pkt(struct nexus_adapter *na, struct __kern_packet *pkt_chain, in netif_deliver_pkt() 386 netif_vp_na_activate_on(struct nexus_adapter *na) in netif_vp_na_activate_on() 428 netif_vp_na_activate_off(struct nexus_adapter *na) in netif_vp_na_activate_off() 448 netif_vp_na_activate(struct nexus_adapter *na, na_activate_mode_t mode) in netif_vp_na_activate() 474 struct nexus_adapter *na = &dev_nifna->nifna_up; in netif_vp_send_pkt_chain_low_latency() local 623 struct nexus_adapter *na = &dev_nifna->nifna_up; in netif_vp_send_pkt_chain() local 752 netif_vp_na_krings_create(struct nexus_adapter *na, struct kern_channel *ch) in netif_vp_na_krings_create() 761 netif_vp_na_krings_delete(struct nexus_adapter *na, struct kern_channel *ch, in netif_vp_na_krings_delete() 769 netif_vp_region_params_setup(struct nexus_adapter *na, in netif_vp_region_params_setup() 901 netif_vp_na_mem_new(struct kern_nexus *nx, struct nexus_adapter *na) in netif_vp_na_mem_new() [all …]
|
| H A D | nx_netif_compat.c | 215 na_netif_compat_free(struct nexus_adapter *na) in na_netif_compat_free() 362 struct nexus_adapter *na = &NA(ifp)->nifna_up; in nx_netif_compat_tx_intr() local 409 nx_netif_compat_na_activate(struct nexus_adapter *na, na_activate_mode_t mode) in nx_netif_compat_na_activate() 896 struct nexus_adapter *na = KRNA(kring); in nx_netif_compat_na_txsync() local 1069 struct nexus_adapter *na = &NA(ifp)->nifna_up; in nx_netif_compat_receive() local 1292 struct nexus_adapter *na = KRNA(kring); in nx_netif_compat_na_rxsync() local 1538 nx_netif_compat_na_dtor(struct nexus_adapter *na) in nx_netif_compat_na_dtor() 1893 nx_netif_compat_xmit_frame(struct nexus_adapter *na, struct mbuf *m, in nx_netif_compat_xmit_frame()
|
| H A D | nx_netif.c | 459 struct nexus_adapter *na = nx_port_get_na(nx, NEXUS_PORT_NET_IF_DEV); in nx_netif_prov_nx_stop() local 632 struct kern_nexus *nx, struct nexus_adapter *na) in nx_netif_prov_mem_new() 1276 na_netif_free(struct nexus_adapter *na) in na_netif_free() 1763 nx_netif_na_dtor(struct nexus_adapter *na) in nx_netif_na_dtor() 1985 nx_netif_na_activate(struct nexus_adapter *na, na_activate_mode_t mode) in nx_netif_na_activate() 2674 nx_netif_na_special(struct nexus_adapter *na, struct kern_channel *ch, in nx_netif_na_special() 2683 nx_netif_na_special_common(struct nexus_adapter *na, struct kern_channel *ch, in nx_netif_na_special_common() 2763 struct nexus_adapter *na = NULL; local 2901 nx_netif_dev_krings_create(struct nexus_adapter *na, struct kern_channel *ch) 2930 nx_netif_dev_krings_delete(struct nexus_adapter *na, struct kern_channel *ch, [all …]
|
| H A D | nx_netif_poll.c | 335 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 D | nx_netif_util.c | 575 struct nexus_adapter *na = &nifna->nifna_up; in nx_netif_pkt_to_pkt() local
|
| H A D | nx_netif.h | 373 #define SKYWALK_SET_CAPABLE(ifp, na) do { \ argument 380 #define SKYWALK_CLEAR_CAPABLE(ifp, na) do { \ argument
|
| /xnu-8019.80.24/bsd/skywalk/nexus/kpipe/ |
| H A D | nx_kernel_pipe.c | 402 struct nexus_adapter *na = ch->ch_na; in nx_kpipe_dom_defunct() local 507 struct kern_nexus *nx, struct nexus_adapter *na) in nx_kpipe_prov_mem_new() 598 na_kpipe_free(struct nexus_adapter *na) in na_kpipe_free() 639 nx_kpipe_na_activate(struct nexus_adapter *na, na_activate_mode_t mode) in nx_kpipe_na_activate() 668 nx_kpipe_na_dtor(struct nexus_adapter *na) in nx_kpipe_na_dtor() 675 nx_kpipe_na_krings_create(struct nexus_adapter *na, struct kern_channel *ch) in nx_kpipe_na_krings_create() 687 nx_kpipe_na_krings_delete(struct nexus_adapter *na, struct kern_channel *ch, in nx_kpipe_na_krings_delete() 704 struct nexus_adapter *na = NULL; in nx_kpipe_na_find() local
|
| /xnu-8019.80.24/bsd/skywalk/nexus/monitor/ |
| H A D | nx_monitor.c | 424 struct kern_nexus *nx, struct nexus_adapter *na) in nx_mon_prov_mem_new() 475 na_mon_free(struct nexus_adapter *na) in na_mon_free() 534 nx_mon_na_krings_create(struct nexus_adapter *na, struct kern_channel *ch) in nx_mon_na_krings_create() 542 nx_mon_na_krings_delete(struct nexus_adapter *na, struct kern_channel *ch, in nx_mon_na_krings_delete() 600 nx_mon_na_krings_locks(struct nexus_adapter *na, in nx_mon_na_krings_locks() 635 nx_mon_na_krings_unlock(struct nexus_adapter *na, in nx_mon_na_krings_unlock() 661 nx_mon_enable(struct nexus_adapter *na, boolean_t zcopy) in nx_mon_enable() 752 nx_mon_disable(struct nexus_adapter *na) in nx_mon_disable() 907 nx_mon_stop(struct nexus_adapter *na) in nx_mon_stop() 967 nx_mon_na_activate_common(struct nexus_adapter *na, na_activate_mode_t mode, in nx_mon_na_activate_common() [all …]
|
| /xnu-8019.80.24/bsd/skywalk/channel/ |
| H A D | channel_syscalls.c | 336 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 D | channel.c | 322 csi_selrecord_all(struct nexus_adapter *na, enum txrx t, struct proc *p, in csi_selrecord_all() 405 csi_selwakeup_all(struct nexus_adapter *na, enum txrx t, boolean_t nodelay, in csi_selwakeup_all() 767 struct nexus_adapter *na; in filt_chrwattach() local 1126 struct proc *p, const struct nexus_adapter *na, in ch_event_log() 1150 struct nexus_adapter *na; in ch_event() local
|
| /xnu-8019.80.24/bsd/skywalk/mem/ |
| H A D | skmem_arena.c | 180 skmem_arena_sd_setup(const struct nexus_adapter *na, in skmem_arena_sd_setup() 426 skmem_arena_create_for_nexus(const struct nexus_adapter *na, in skmem_arena_create_for_nexus()
|
| /xnu-8019.80.24/bsd/nfs/ |
| H A D | nfs_node.c | 1274 nfsnode_t na[2], nb[2]; in nfs_node_sort4() local
|
| /xnu-8019.80.24/EXTERNAL_HEADERS/corecrypto/ |
| H A D | ccn.h | 632 #define ccn_div(nq, q, na, a, nd, d) ccn_div_euclid(nq, q, 0, NULL, na, a, nd, d) argument 633 #define ccn_mod(nr, r, na, a, nd, d) ccn_div_euclid(0 , NULL, nr, r, na, a, nd, d) argument
|
| /xnu-8019.80.24/bsd/net/ |
| H A D | pf.c | 2409 struct pf_addr *na, u_int16_t np, u_int16_t *pc, u_int16_t *h2c, in pf_change_icmp()
|
| H A D | dlil.c | 11057 struct ifnet_notify_address_params na; in ifnet_notify_address() local
|