Searched refs:ds_vlan_mph (Results 1 – 3 of 3) sorted by relevance
188 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()
519 if (dsp->ds_vlan_mph != NULL) { in dls_rx_vlan_promisc()
134 mac_promisc_handle_t ds_vlan_mph; member