Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/skywalk/nexus/flowswitch/
H A Dfsw_var.h43 #define FSW_VP_USER_MIN 2 /* start of user vp port num */ macro
H A Dfsw.c194 if (req->nfr_nx_port < FSW_VP_USER_MIN) { in fsw_ctl_flow_add()
1265 if (vpna->vpna_nx_port >= FSW_VP_USER_MIN) { in fsw_port_ctor()
1510 if (vpna->vpna_nx_port < FSW_VP_USER_MIN) { in fsw_port_na_activate()
1533 ASSERT(vpna->vpna_nx_port >= FSW_VP_USER_MIN); in fsw_port_na_defunct()
H A Dfsw_dp.c260 _CASSERT((FSW_VP_HOST + FSW_VP_DEV) < FSW_VP_USER_MIN); in fsw_dp_init()