Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/skywalk/nexus/flowswitch/
H A Dnx_flowswitch.c595 return nx_port < NEXUS_PORT_FLOW_SWITCH_CLIENT; in nx_fsw_dom_port_is_reserved()
613 last = NEXUS_PORT_FLOW_SWITCH_CLIENT; in nx_fsw_dom_find_port()
615 first = NEXUS_PORT_FLOW_SWITCH_CLIENT; in nx_fsw_dom_find_port()
665 first = NEXUS_PORT_FLOW_SWITCH_CLIENT; in nx_fsw_dom_bind_port()
H A Dfsw_dp.c261 _CASSERT((FSW_VP_HOST + FSW_VP_DEV) < NEXUS_PORT_FLOW_SWITCH_CLIENT); in fsw_dp_init()
/xnu-8019.80.24/bsd/skywalk/nexus/
H A Dos_nexus.h127 #define NEXUS_PORT_FLOW_SWITCH_CLIENT 2 macro