Home
last modified time | relevance | path

Searched refs:mac_maxsdu_update (Results 1 – 23 of 23) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Dmac_provider.h463 extern int mac_maxsdu_update(mac_handle_t, uint_t);
H A Dmac.h619 extern int mac_maxsdu_update(mac_handle_t, uint_t);
/titanic_41/usr/src/uts/common/io/ib/clients/eoib/
H A Deib_mac.c204 (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 Dt4_mac.c542 (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 Dixgbe_gld.c409 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 Doce_gld.c371 ret = mac_maxsdu_update(dev->mac_handle, mtu); in oce_m_setprop()
/titanic_41/usr/src/uts/common/io/
H A Dbridge.c479 (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 Dqlge_gld.c773 err = mac_maxsdu_update(qlge->mh, qlge->mtu); in ql_m_setprop()
/titanic_41/usr/src/uts/common/io/vnic/
H A Dvnic_dev.c1072 err = mac_maxsdu_update(vn->vn_mh, mtu); in vnic_m_setprop()
/titanic_41/usr/src/uts/common/io/i40e/
H A Di40e_gld.c828 ret = mac_maxsdu_update(i40e->i40e_mac_hdl, new_mtu); in i40e_m_setprop()
/titanic_41/usr/src/uts/common/io/mac/
H A Dmac_provider.c952 mac_maxsdu_update(mac_handle_t mh, uint_t sdu_max) in mac_maxsdu_update() function
H A Dmac_client.c5275 rv = mac_maxsdu_update(mh, new_mtu); in mac_set_mtu()
/titanic_41/usr/src/uts/common/io/simnet/
H A Dsimnet.c1180 return (mac_maxsdu_update(sdev->sd_mh, mtu)); in simnet_m_setprop()
/titanic_41/usr/src/uts/common/io/igb/
H A Digb_gld.c1094 err = mac_maxsdu_update(igb->mac_hdl, new_mtu); in igb_m_setprop()
/titanic_41/usr/src/uts/sun4v/io/
H A Dvsw.c2038 rv = mac_maxsdu_update(vswp->if_mh, mtu); in vsw_mtu_update()
H A Dvnet.c1517 rv = mac_maxsdu_update(vnetp->mh, mtu); in vnet_mtu_update()
/titanic_41/usr/src/uts/common/io/bnxe/
H A Dbnxe_gld.c2445 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 Daggr_grp.c2774 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 Dnge_main.c1681 err = mac_maxsdu_update(ngep->mh, ngep->default_mtu); in nge_m_setprop()
/titanic_41/usr/src/uts/common/inet/iptun/
H A Diptun.c565 (void) mac_maxsdu_update(iptun->iptun_mh, mtu); in iptun_task_cb()
/titanic_41/usr/src/uts/common/io/yge/
H A Dyge.c3319 err = mac_maxsdu_update(port->p_mh, new_mtu); in yge_m_setprop()
/titanic_41/usr/src/uts/common/io/hxge/
H A Dhxge_main.c3221 err = mac_maxsdu_update(hxgep->mach, new_mtu); in hxge_m_setprop()
/titanic_41/usr/src/uts/common/io/e1000g/
H A De1000g_main.c3282 err = mac_maxsdu_update(Adapter->mh, new_mtu); in e1000g_m_setprop()