Searched refs:dl_mch (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/uts/common/io/dls/ |
H A D | dls_link.c | 592 if (dlp->dl_mch != NULL) in i_dls_link_destroy() 593 mac_client_close(dlp->dl_mch, 0); in i_dls_link_destroy() 601 dlp->dl_mch = NULL; in i_dls_link_destroy() 636 ASSERT(dlp->dl_mch == NULL); in i_dls_link_create() 638 err = mac_client_open(dlp->dl_mh, &dlp->dl_mch, NULL, in i_dls_link_create() 644 dlp->dl_mch); in i_dls_link_create() 840 ASSERT(dlp->dl_ref > 0 && dlp->dl_mch != NULL); in dls_link_rele_by_name() 841 if (mac_link_has_flows(dlp->dl_mch)) in dls_link_rele_by_name()
|
H A D | dls.c | 75 dsp->ds_mch = dlp->dl_mch; in dls_open() 651 if ((err = mac_unicast_add(dlp->dl_mch, NULL, in dls_mac_active_set() 661 mac_rx_set(dlp->dl_mch, i_dls_link_rx, dlp); in dls_mac_active_set() 672 (void) mac_unicast_remove(dlp->dl_mch, dlp->dl_mah); in dls_mac_active_clear() 674 mac_rx_clear(dlp->dl_mch); in dls_mac_active_clear()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | dls_impl.h | 52 mac_client_handle_t dl_mch; /* SL */ member
|
/titanic_41/usr/src/uts/common/io/dld/ |
H A D | dld_drv.c | 805 cpuid = mac_client_intr_cpu(dlp->dl_mch); in drv_ioc_prop_common() 812 mac_client_set_intr_cpu(mdip, dlp->dl_mch, cpuid); in drv_ioc_prop_common()
|
/titanic_41/usr/src/uts/common/io/mac/ |
H A D | mac_flow.c | 1288 err = mac_flow_add_subflow(dlp->dl_mch, flent, in mac_link_flow_add() 1289 MCIP_DATAPATH_SETUP((mac_client_impl_t *)dlp->dl_mch)); in mac_link_flow_add() 1559 mcip = (mac_client_impl_t *)dlp->dl_mch; in mac_link_flow_walk()
|