Home
last modified time | relevance | path

Searched refs:mac_sdu_get (Results 1 – 13 of 13) sorted by relevance

/titanic_41/usr/src/uts/common/io/bpf/
H A Dbpf_mac.c103 mac_sdu_get((mac_handle_t)mhandle, NULL, mtup); in mac_bpf_sdu_get()
/titanic_41/usr/src/uts/common/inet/sockmods/
H A Dsockmod_pfp.c624 mac_sdu_get(ps->ps_mh, NULL, &ps->ps_max_sdu); in sdpfp_bind()
793 mac_sdu_get(mh, NULL, &maxsdu); in sdpfp_senduio()
1010 mac_sdu_get(mh, NULL, &ifreq.ifr_mtu); in sdpfp_ioctl()
1014 mac_sdu_get(mh, NULL, &lifreq.lifr_mtu); in sdpfp_ioctl()
/titanic_41/usr/src/uts/common/sys/
H A Dmac_provider.h460 extern void mac_sdu_get(mac_handle_t, uint_t *, uint_t *);
H A Dmac.h616 extern void mac_sdu_get(mac_handle_t, uint_t *, uint_t *);
/titanic_41/usr/src/uts/common/io/fcoe/
H A Dfcoe_eth.c107 mac_sdu_get(mac->fm_handle, NULL, &mac->fm_eport.eport_mtu); in fcoe_open_mac()
/titanic_41/usr/src/uts/common/xen/io/
H A Dxnbo.c298 mac_sdu_get(xnbop->o_mh, NULL, &max_sdu); in xnbo_open_mac()
/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()
1234 mac_sdu_get(dsp->ds_mh, NULL, &max_sdu); in proto_unitdata_req()
H A Ddld_drv.c361 mac_sdu_get(dlp->dl_mh, NULL, &diap->dia_max_sdu); in drv_ioc_attr()
H A Ddld_str.c941 mac_sdu_get(dsp->ds_mh, NULL, &max_sdu); in str_mdata_raw_put()
/titanic_41/usr/src/uts/common/io/vnic/
H A Dvnic_dev.c501 mac_sdu_get(vnic->vn_lower_mh, &mac->m_min_sdu, in vnic_dev_create()
/titanic_41/usr/src/uts/common/io/aggr/
H A Daggr_grp.c2628 mac_sdu_get(port->lp_mh, NULL, &port_sdu_max); in aggr_grp_max_sdu()
2646 mac_sdu_get(port->lp_mh, NULL, &port_sdu_max); in aggr_grp_sdu_check()
/titanic_41/usr/src/uts/common/io/
H A Dbridge.c2188 mac_sdu_get(blp->bl_mh, NULL, &maxsdu); in bridge_notify_cb()
2838 mac_sdu_get(mh, NULL, &maxsdu); in bridge_add_link()
/titanic_41/usr/src/uts/common/io/mac/
H A Dmac_client.c800 mac_sdu_get(mac_handle_t mh, uint_t *min_sdu, uint_t *max_sdu) in mac_sdu_get() function