Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/skywalk/nexus/
H A Dnexus.c2648 SK_KVA(nx), nx->nx_active_ports, nx->nx_num_ports, grow); in nx_port_grow()
2744 ASSERT(nx->nx_active_ports < nx->nx_num_ports); in nx_port_alloc()
2748 nx->nx_active_ports++; in nx_port_alloc()
2754 SK_KVA(nx), (int)nx_port, nx->nx_active_ports, nx->nx_num_ports, in nx_port_alloc()
2778 ASSERT(nx->nx_active_ports != 0); in nx_port_free()
2792 nx->nx_active_ports--; in nx_port_free()
2797 SK_KVA(nx), (int)nx_port, nx->nx_active_ports, nx->nx_num_ports); in nx_port_free()
2849 (int)nx_port, nx->nx_active_ports, nx->nx_num_ports, err); in nx_port_bind_info()
2903 (!bit_test(*bmap, j) && nx->nx_active_ports > 0)); in nx_port_unbind()
2925 (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-11417.140.69/bsd/skywalk/nexus/netif/
H A Dnx_netif.c1122 nx->nx_active_ports, error); in nx_netif_dom_bind_port()