Home
last modified time | relevance | path

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

/xnu-8796.101.5/bsd/skywalk/nexus/
H A Dnexus.c2580 SK_KVA(nx), nx->nx_active_ports, nx->nx_num_ports, grow); in nx_port_grow()
2676 ASSERT(nx->nx_active_ports < nx->nx_num_ports); in nx_port_alloc()
2680 nx->nx_active_ports++; in nx_port_alloc()
2686 SK_KVA(nx), (int)nx_port, nx->nx_active_ports, nx->nx_num_ports, in nx_port_alloc()
2710 ASSERT(nx->nx_active_ports != 0); in nx_port_free()
2724 nx->nx_active_ports--; in nx_port_free()
2729 SK_KVA(nx), (int)nx_port, nx->nx_active_ports, nx->nx_num_ports); in nx_port_free()
2781 (int)nx_port, nx->nx_active_ports, nx->nx_num_ports, err); in nx_port_bind_info()
2831 (!bit_test(*bmap, j) && nx->nx_active_ports > 0)); in nx_port_unbind()
2853 (int)nx_port, nx->nx_active_ports, nx->nx_num_ports, err); in nx_port_unbind()
[all …]
H A Dnexus_var.h227 nexus_port_size_t nx_active_ports; member
/xnu-8796.101.5/bsd/skywalk/nexus/netif/
H A Dnx_netif.c1121 nx->nx_active_ports, error); in nx_netif_dom_bind_port()