Searched refs:ds_mch (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/uts/common/io/dls/ |
H A D | dls.c | 75 dsp->ds_mch = dlp->dl_mch; in dls_open() 106 (void) mac_multicast_remove(dsp->ds_mch, p->dma_addr); in dls_close() 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() 270 err = mac_promisc_add(dsp->ds_mch, mptype, in dls_promisc() 295 err = mac_promisc_add(dsp->ds_mch, in dls_promisc() 310 err = mac_promisc_add(dsp->ds_mch, mptype, in dls_promisc() 366 err = mac_multicast_add(dsp->ds_mch, addr); in dls_multicst_add() [all …]
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | dld_impl.h | 127 mac_client_handle_t ds_mch; /* SL */ member 331 !mac_tx_is_flow_blocked((dsp)->ds_mch, NULL)) { \ 340 mac_tx(dsp->ds_mch, mp, f_hint, flag, NULL)
|
/titanic_41/usr/src/uts/common/io/dld/ |
H A D | dld_proto.c | 255 if ((dsp->ds_mch != NULL && in proto_info_req() 256 mac_client_vid(dsp->ds_mch) != VLAN_ID_NONE) || in proto_info_req() 470 intr_cpu = mac_client_intr_cpu(dsp->ds_mch); in proto_bind_req() 480 mac_client_set_intr_cpu(mdip, dsp->ds_mch, intr_cpu); in proto_bind_req() 929 mac_protect_enabled(dsp->ds_mch, MPT_MACNOSPOOF)) { in proto_setphysaddr_req() 1360 direct->di_tx_cb_dh = dsp->ds_mch; in dld_capab_direct() 1362 direct->di_tx_fctl_dh = dsp->ds_mch; in dld_capab_direct() 1415 if (!mac_rx_bypass_set(dsp->ds_mch, dsp->ds_rx, dsp->ds_rx_arg)) in dld_capab_poll_enable() 1423 mac_resource_set_common(dsp->ds_mch, in dld_capab_poll_enable() 1431 mac_client_poll_enable(dsp->ds_mch); in dld_capab_poll_enable() [all …]
|
H A D | dld_str.c | 665 ASSERT(dsp->ds_mch == NULL); in dld_str_destroy() 951 dvid = mac_client_vid(dsp->ds_mch); in str_mdata_raw_put() 1124 dsp->ds_mch = NULL; in dld_str_detach() 1227 mac_client_vid(dsp->ds_mch) != VLAN_ID_NONE) { in dld_str_rx_raw() 1233 mac_client_is_vlan_vnic(dsp->ds_mch)); in dld_str_rx_raw() 1285 (mac_client_vid(dsp->ds_mch) == VLAN_ID_NONE) && in dld_str_rx_fastpath() 1338 (mac_client_vid(dsp->ds_mch) == VLAN_ID_NONE) && in dld_str_rx_unitdata() 1766 mac_client_handle_t mch = dsp->ds_mch; in str_notify()
|