Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Dmac_provider.h486 extern void mac_sdu_get2(mac_handle_t, uint_t *, uint_t *,
H A Dmac.h628 extern void mac_sdu_get2(mac_handle_t, uint_t *, uint_t *,
/titanic_50/usr/src/uts/common/io/dld/
H A Ddld_str.c1875 mac_sdu_get2(dsp->ds_mh, NULL, &max_sdu, &multicast_sdu); in str_notify()
/titanic_50/usr/src/uts/common/io/mac/
H A Dmac.c3297 mac_sdu_get2(mh, NULL, &sdu, NULL); in mac_get_prop()
3555 mac_sdu_get2(mh, NULL, &sdu, NULL); in mac_prop_info()
H A Dmac_client.c827 mac_sdu_get2(mac_handle_t mh, uint_t *min_sdu, uint_t *max_sdu, in mac_sdu_get2() function