Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/skywalk/nexus/flowswitch/
H A Dfsw_var.h205 extern int fsw_ethernet_setup(struct nx_flowswitch *fsw, struct ifnet *ifp);
H A Dfsw_ethernet.c56 fsw_ethernet_setup(struct nx_flowswitch *fsw, struct ifnet *ifp) in fsw_ethernet_setup() function
H A Dfsw.c404 error = fsw_ethernet_setup(fsw, ifp); in fsw_setup_ifp()