Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/skywalk/nexus/flowswitch/
H A Dfsw.c174 fsw_nx_check(struct nx_flowswitch *fsw, struct kern_nexus *hw_nx) in fsw_nx_check() argument
177 nexus_type_t hw_nxdom_type = NX_DOM(hw_nx)->nxdom_type; in fsw_nx_check()
752 fsw_netif_port_setup(struct nx_flowswitch *fsw, struct kern_nexus *hw_nx, in fsw_netif_port_setup() argument
760 uuid_copy(chr.cr_spec_uuid, hw_nx->nx_uuid); in fsw_netif_port_setup()
766 ch = ch_open_special(hw_nx, &chr, FALSE, &err); in fsw_netif_port_setup()
802 fsw_devna_setup(struct nx_flowswitch *fsw, struct kern_nexus *hw_nx) in fsw_devna_setup() argument
804 return fsw_netif_port_setup(fsw, hw_nx, FALSE); in fsw_devna_setup()
809 fsw_hostna_setup(struct nx_flowswitch *fsw, struct kern_nexus *hw_nx) in fsw_hostna_setup() argument
811 return fsw_netif_port_setup(fsw, hw_nx, TRUE); in fsw_hostna_setup()
835 struct kern_nexus *hw_nx = NULL; in fsw_ctl_attach() local
[all …]