Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/dls/
H A Ddls.c75 dsp->ds_mch = dlp->dl_mch; in dls_open()
190 err = mac_promisc_add(dsp->ds_mch, in dls_bind()
196 mac_rx_bypass_disable(dsp->ds_mch); in dls_bind()
207 mac_rx_bypass_disable(dsp->ds_mch); in dls_bind()
218 mac_rx_bypass_enable(dsp->ds_mch); in dls_unbind()
295 err = mac_promisc_add(dsp->ds_mch, mptype, in dls_promisc()
318 err = mac_promisc_add(dsp->ds_mch, in dls_promisc()
327 err = mac_promisc_add(dsp->ds_mch, mptype, in dls_promisc()
380 err = mac_multicast_add(dsp->ds_mch, addr); in dls_multicst_add()
439 mac_multicast_remove(dsp->ds_mch, addr); in dls_multicst_remove()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Ddld_impl.h127 mac_client_handle_t ds_mch; /* SL */ member
331 !mac_tx_is_flow_blocked((dsp)->ds_mch, 0)) { \
340 mac_tx(dsp->ds_mch, mp, f_hint, flag, NULL)
/illumos-gate/usr/src/uts/common/io/dld/
H A Ddld_proto.c256 if ((dsp->ds_mch != NULL && in proto_info_req()
257 mac_client_vid(dsp->ds_mch) != VLAN_ID_NONE) || in proto_info_req()
471 intr_cpu = mac_client_intr_cpu(dsp->ds_mch); in proto_bind_req()
481 mac_client_set_intr_cpu(mdip, dsp->ds_mch, intr_cpu); in proto_bind_req()
942 mac_protect_enabled(dsp->ds_mch, MPT_MACNOSPOOF)) { in proto_setphysaddr_req()
1370 direct->di_tx_cb_dh = dsp->ds_mch; in dld_capab_direct()
1372 direct->di_tx_fctl_dh = dsp->ds_mch; in dld_capab_direct()
1431 mac_resource_set_common(dsp->ds_mch, in dld_capab_poll_enable()
1439 mac_client_poll_enable(dsp->ds_mch); in dld_capab_poll_enable()
1452 mac_client_poll_disable(dsp->ds_mch); in dld_capab_poll_disable()
[all …]
H A Ddld_str.c682 ASSERT(dsp->ds_mch == NULL); in dld_str_destroy()
968 dvid = mac_client_vid(dsp->ds_mch); in str_mdata_raw_put()
1141 dsp->ds_mch = NULL; in dld_str_detach()
1244 mac_client_vid(dsp->ds_mch) != VLAN_ID_NONE) { in dld_str_rx_raw()
1250 mac_client_is_vlan_vnic(dsp->ds_mch)); in dld_str_rx_raw()
1302 (mac_client_vid(dsp->ds_mch) == VLAN_ID_NONE) && in dld_str_rx_fastpath()
1355 (mac_client_vid(dsp->ds_mch) == VLAN_ID_NONE) && in dld_str_rx_unitdata()
1783 mac_client_handle_t mch = dsp->ds_mch; in str_notify()