Searched refs:mac_sdu_get (Results 1 – 13 of 13) sorted by relevance
/titanic_41/usr/src/uts/common/io/bpf/ |
H A D | bpf_mac.c | 103 mac_sdu_get((mac_handle_t)mhandle, NULL, mtup); in mac_bpf_sdu_get()
|
/titanic_41/usr/src/uts/common/inet/sockmods/ |
H A D | sockmod_pfp.c | 624 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 D | mac_provider.h | 460 extern void mac_sdu_get(mac_handle_t, uint_t *, uint_t *);
|
H A D | mac.h | 616 extern void mac_sdu_get(mac_handle_t, uint_t *, uint_t *);
|
/titanic_41/usr/src/uts/common/io/fcoe/ |
H A D | fcoe_eth.c | 107 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 D | xnbo.c | 298 mac_sdu_get(xnbop->o_mh, NULL, &max_sdu); in xnbo_open_mac()
|
/titanic_41/usr/src/uts/common/io/dld/ |
H A D | dld_proto.c | 224 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 D | dld_drv.c | 361 mac_sdu_get(dlp->dl_mh, NULL, &diap->dia_max_sdu); in drv_ioc_attr()
|
H A D | dld_str.c | 941 mac_sdu_get(dsp->ds_mh, NULL, &max_sdu); in str_mdata_raw_put()
|
/titanic_41/usr/src/uts/common/io/vnic/ |
H A D | vnic_dev.c | 501 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 D | aggr_grp.c | 2628 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 D | bridge.c | 2188 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 D | mac_client.c | 800 mac_sdu_get(mac_handle_t mh, uint_t *min_sdu, uint_t *max_sdu) in mac_sdu_get() function
|