/titanic_41/usr/src/uts/common/sys/ |
H A D | mac_provider.h | 463 extern int mac_maxsdu_update(mac_handle_t, uint_t);
|
H A D | mac.h | 619 extern int mac_maxsdu_update(mac_handle_t, uint_t);
|
/titanic_41/usr/src/uts/common/io/ib/clients/eoib/ |
H A D | eib_mac.c | 204 (void) mac_maxsdu_update(ss->ei_mac_hdl, ld->ld_vhub_mtu); in eib_mac_start()
|
/titanic_41/usr/src/uts/common/io/cxgbe/t4nex/ |
H A D | t4_mac.c | 542 (void) mac_maxsdu_update(pi->mh, v32); in t4_mc_setprop() 1085 (void) mac_maxsdu_update(pi->mh, v); in setprop()
|
/titanic_41/usr/src/uts/common/io/ixgbe/ |
H A D | ixgbe_gld.c | 409 err = mac_maxsdu_update(ixgbe->mac_hdl, new_mtu); in ixgbe_m_setprop()
|
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/oce/ |
H A D | oce_gld.c | 371 ret = mac_maxsdu_update(dev->mac_handle, mtu); in oce_m_setprop()
|
/titanic_41/usr/src/uts/common/io/ |
H A D | bridge.c | 479 (void) mac_maxsdu_update(bmp->bm_mh, maxsdu); in bridge_m_setprop() 2199 (void) mac_maxsdu_update(bmp->bm_mh, maxsdu); in bridge_notify_cb() 2842 (void) mac_maxsdu_update(bmp->bm_mh, maxsdu); in bridge_add_link() 3034 (void) mac_maxsdu_update(bmp->bm_mh, blsave->bl_maxsdu); in bridge_rem_link()
|
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/qlge/ |
H A D | qlge_gld.c | 773 err = mac_maxsdu_update(qlge->mh, qlge->mtu); in ql_m_setprop()
|
/titanic_41/usr/src/uts/common/io/vnic/ |
H A D | vnic_dev.c | 1072 err = mac_maxsdu_update(vn->vn_mh, mtu); in vnic_m_setprop()
|
/titanic_41/usr/src/uts/common/io/i40e/ |
H A D | i40e_gld.c | 828 ret = mac_maxsdu_update(i40e->i40e_mac_hdl, new_mtu); in i40e_m_setprop()
|
/titanic_41/usr/src/uts/common/io/mac/ |
H A D | mac_provider.c | 952 mac_maxsdu_update(mac_handle_t mh, uint_t sdu_max) in mac_maxsdu_update() function
|
H A D | mac_client.c | 5275 rv = mac_maxsdu_update(mh, new_mtu); in mac_set_mtu()
|
/titanic_41/usr/src/uts/common/io/simnet/ |
H A D | simnet.c | 1180 return (mac_maxsdu_update(sdev->sd_mh, mtu)); in simnet_m_setprop()
|
/titanic_41/usr/src/uts/common/io/igb/ |
H A D | igb_gld.c | 1094 err = mac_maxsdu_update(igb->mac_hdl, new_mtu); in igb_m_setprop()
|
/titanic_41/usr/src/uts/sun4v/io/ |
H A D | vsw.c | 2038 rv = mac_maxsdu_update(vswp->if_mh, mtu); in vsw_mtu_update()
|
H A D | vnet.c | 1517 rv = mac_maxsdu_update(vnetp->mh, mtu); in vnet_mtu_update()
|
/titanic_41/usr/src/uts/common/io/bnxe/ |
H A D | bnxe_gld.c | 2445 err = mac_maxsdu_update(pUM->pMac, pUM->devParams.mtu[LM_CLI_IDX_NDIS]); in BnxeMacSetProperty()
|
/titanic_41/usr/src/uts/common/io/aggr/ |
H A D | aggr_grp.c | 2774 rv = mac_maxsdu_update(grp->lg_mh, grp->lg_max_sdu); in aggr_sdu_update()
|
/titanic_41/usr/src/uts/common/io/nge/ |
H A D | nge_main.c | 1681 err = mac_maxsdu_update(ngep->mh, ngep->default_mtu); in nge_m_setprop()
|
/titanic_41/usr/src/uts/common/inet/iptun/ |
H A D | iptun.c | 565 (void) mac_maxsdu_update(iptun->iptun_mh, mtu); in iptun_task_cb()
|
/titanic_41/usr/src/uts/common/io/yge/ |
H A D | yge.c | 3319 err = mac_maxsdu_update(port->p_mh, new_mtu); in yge_m_setprop()
|
/titanic_41/usr/src/uts/common/io/hxge/ |
H A D | hxge_main.c | 3221 err = mac_maxsdu_update(hxgep->mach, new_mtu); in hxge_m_setprop()
|
/titanic_41/usr/src/uts/common/io/e1000g/ |
H A D | e1000g_main.c | 3282 err = mac_maxsdu_update(Adapter->mh, new_mtu); in e1000g_m_setprop()
|