Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/dls/
H A Ddls_link.c675 if (dlp->dl_mch != NULL) in i_dls_link_destroy()
676 mac_client_close(dlp->dl_mch, 0); in i_dls_link_destroy()
684 dlp->dl_mch = NULL; in i_dls_link_destroy()
720 ASSERT(dlp->dl_mch == NULL); in i_dls_link_create()
722 err = mac_client_open(dlp->dl_mh, &dlp->dl_mch, NULL, in i_dls_link_create()
730 dlp->dl_mch); in i_dls_link_create()
926 ASSERT(dlp->dl_ref > 0 && dlp->dl_mch != NULL); in dls_link_rele_by_name()
927 if (mac_link_has_flows(dlp->dl_mch)) in dls_link_rele_by_name()
H A Ddls.c75 dsp->ds_mch = dlp->dl_mch; in dls_open()
665 if ((err = mac_unicast_add(dlp->dl_mch, NULL, in dls_mac_active_set()
675 mac_rx_set(dlp->dl_mch, i_dls_link_rx, dlp); in dls_mac_active_set()
686 (void) mac_unicast_remove(dlp->dl_mch, dlp->dl_mah); in dls_mac_active_clear()
688 mac_rx_clear(dlp->dl_mch); in dls_mac_active_clear()
/illumos-gate/usr/src/uts/common/sys/
H A Ddls_impl.h52 mac_client_handle_t dl_mch; /* SL */ member
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_flow.c1289 err = mac_flow_add_subflow(dlp->dl_mch, flent, in mac_link_flow_add()
1290 MCIP_DATAPATH_SETUP((mac_client_impl_t *)dlp->dl_mch)); in mac_link_flow_add()
1560 mcip = (mac_client_impl_t *)dlp->dl_mch; in mac_link_flow_walk()
/illumos-gate/usr/src/uts/common/io/dld/
H A Ddld_drv.c816 cpuid = mac_client_intr_cpu(dlp->dl_mch); in drv_ioc_prop_common()
823 mac_client_set_intr_cpu(mdip, dlp->dl_mch, cpuid); in drv_ioc_prop_common()