Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_owner.c197 nexus_port_t nx_port, struct nexus_adapter *nx_port_na, in flow_owner_bucket_activate_nx_port_common() argument
214 *(struct nexus_adapter **)(uintptr_t)&fo->fo_nx_port_na = nx_port_na; in flow_owner_bucket_activate_nx_port_common()
248 struct nexus_adapter *nx_port_na, na_activate_mode_t mode) in flow_owner_activate_nexus_port() argument
254 VERIFY(nx_port_na != NULL); in flow_owner_activate_nexus_port()
259 nx_port_na, mode); in flow_owner_activate_nexus_port()
270 nx_port, nx_port_na, mode); in flow_owner_activate_nexus_port()
355 struct nx_flowswitch *fsw, struct nexus_adapter *nx_port_na, in flow_owner_alloc() argument
414 *(struct nexus_adapter **)(uintptr_t)&fo->fo_nx_port_na = nx_port_na; in flow_owner_alloc()
422 SK_KVA(nx_port_na)); in flow_owner_alloc()