Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/dls/
H A Ddls.c74 dsp->ds_mh = dlp->dl_mh; in dls_open()
80 ASSERT(MAC_PERIM_HELD(dsp->ds_mh)); in dls_open()
92 ASSERT(MAC_PERIM_HELD(dsp->ds_mh)); in dls_close()
140 if (!mac_capab_get(dsp->ds_mh, MAC_CAPAB_LEGACY, NULL)) in dls_close()
141 mac_stop(dsp->ds_mh); in dls_close()
155 ASSERT(MAC_PERIM_HELD(dsp->ds_mh)); in dls_bind()
160 if (!mac_sap_verify(dsp->ds_mh, sap, &dls_sap)) in dls_bind()
215 ASSERT(MAC_PERIM_HELD(dsp->ds_mh)); in dls_unbind()
253 ASSERT(MAC_PERIM_HELD(dsp->ds_mh)); in dls_promisc()
330 ASSERT(MAC_PERIM_HELD(dsp->ds_mh)); in dls_multicst_add()
[all …]
H A Ddls_link.c525 ASSERT(dsp->ds_mh != NULL); in dls_rx_vlan_promisc()
526 mac_unicast_primary_get(dsp->ds_mh, (uint8_t *)prim_addr); in dls_rx_vlan_promisc()
/titanic_41/usr/src/uts/common/io/dld/
H A Ddld_proto.c224 mac_sdu_get(dsp->ds_mh, &dlp->dl_min_sdu, &dlp->dl_max_sdu); in proto_info_req()
298 mac_unicast_primary_get(dsp->ds_mh, addr); in proto_info_req()
432 mac_perim_enter_by_mh(dsp->ds_mh, &mph); in proto_bind_req()
471 mdip = mac_get_devinfo(dsp->ds_mh); in proto_bind_req()
486 mac_unicast_primary_get(dsp->ds_mh, dlsap_addr); in proto_bind_req()
531 mac_perim_enter_by_mh(dsp->ds_mh, &mph); in proto_unbind_req()
592 mac_perim_enter_by_mh(dsp->ds_mh, &mph); in proto_promiscon_req()
667 mac_perim_enter_by_mh(dsp->ds_mh, &mph); in proto_promiscoff_req()
749 mac_perim_enter_by_mh(dsp->ds_mh, &mph); in proto_enabmulti_req()
812 mac_perim_enter_by_mh(dsp->ds_mh, &mph); in proto_disabmulti_req()
[all …]
H A Ddld_str.c148 mh = dsp->ds_mh; in i_dld_str_walker()
664 ASSERT(dsp->ds_mh == NULL); in dld_str_destroy()
919 if ((newmp = mac_header_cook(dsp->ds_mh, mp)) == NULL) in str_mdata_raw_put()
938 if (mac_vlan_header_info(dsp->ds_mh, mp, &mhi) != 0) in str_mdata_raw_put()
941 mac_sdu_get(dsp->ds_mh, NULL, &max_sdu); in str_mdata_raw_put()
1051 dsp->ds_mnh = mac_notify_add(dsp->ds_mh, str_notify, dsp); in dld_str_attach()
1081 mac_perim_enter_by_mh(dsp->ds_mh, &mph); in dld_str_detach()
1114 mac_notify_remove_wait(dsp->ds_mh); in dld_str_detach()
1123 dsp->ds_mh = NULL; in dld_str_detach()
1215 newmp = mac_header_uncook(dsp->ds_mh, mp); in dld_str_rx_raw()
[all …]
/titanic_41/usr/src/uts/common/sys/
H A Ddld_impl.h126 mac_handle_t ds_mh; /* SL */ member