Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/dls/
H A Ddls.c188 if (dsp->ds_vlan_mph != NULL) in dls_bind()
192 &dsp->ds_vlan_mph, MAC_PROMISC_FLAGS_NO_PHYS); in dls_bind()
225 if (dsp->ds_vlan_mph != NULL) { in dls_unbind()
226 mac_promisc_remove(dsp->ds_vlan_mph); in dls_unbind()
227 dsp->ds_vlan_mph = NULL; in dls_unbind()
280 if (dsp->ds_vlan_mph != NULL) { in dls_promisc()
281 mac_promisc_remove(dsp->ds_vlan_mph); in dls_promisc()
282 dsp->ds_vlan_mph = NULL; in dls_promisc()
293 if (dsp->ds_vlan_mph != NULL) in dls_promisc()
297 &dsp->ds_vlan_mph, MAC_PROMISC_FLAGS_NO_PHYS); in dls_promisc()
H A Ddls_link.c519 if (dsp->ds_vlan_mph != NULL) { in dls_rx_vlan_promisc()
/titanic_50/usr/src/uts/common/sys/
H A Ddld_impl.h134 mac_promisc_handle_t ds_vlan_mph; member