Home
last modified time | relevance | path

Searched refs:nx_active_ports (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.1.9/bsd/skywalk/nexus/
H A Dnexus.c2642 SK_KVA(nx), nx->nx_active_ports, nx->nx_num_ports, grow); in nx_port_grow()
2738 ASSERT(nx->nx_active_ports < nx->nx_num_ports); in nx_port_alloc()
2742 nx->nx_active_ports++; in nx_port_alloc()
2748 SK_KVA(nx), (int)nx_port, nx->nx_active_ports, nx->nx_num_ports, in nx_port_alloc()
2772 ASSERT(nx->nx_active_ports != 0); in nx_port_free()
2786 nx->nx_active_ports--; in nx_port_free()
2791 SK_KVA(nx), (int)nx_port, nx->nx_active_ports, nx->nx_num_ports); in nx_port_free()
2843 (int)nx_port, nx->nx_active_ports, nx->nx_num_ports, err); in nx_port_bind_info()
2897 (!bit_test(*bmap, j) && nx->nx_active_ports > 0)); in nx_port_unbind()
2919 (int)nx_port, nx->nx_active_ports, nx->nx_num_ports, err); in nx_port_unbind()
[all …]
H A Dnexus_var.h232 nexus_port_size_t nx_active_ports; member
/xnu-12377.1.9/bsd/skywalk/nexus/netif/
H A Dnx_netif.c1121 nx->nx_active_ports, error); in nx_netif_dom_bind_port()