Home
last modified time | relevance | path

Searched refs:mac_set_mtu (Results 1 – 9 of 9) sorted by relevance

/titanic_50/usr/src/uts/common/io/chxge/com/
H A Dch_mac.c304 static int mac_set_mtu(struct cmac *mac, int mtu) in mac_set_mtu() function
348 mac_set_mtu,
365 .set_mtu = mac_set_mtu,
414 (void) mac_set_mtu(mac, 1500); in mac_create()
H A Dvsc7321.c364 static int mac_set_mtu(struct cmac *mac, int mtu) in mac_set_mtu() function
441 mac_set_mtu,
459 .set_mtu = mac_set_mtu,
H A Dixf1010.c301 static int mac_set_mtu(struct cmac *mac, int mtu) in mac_set_mtu() function
465 mac_set_mtu,
482 .set_mtu = mac_set_mtu,
H A Dvsc7326.c476 static int mac_set_mtu(struct cmac *mac, int mtu) in mac_set_mtu() function
697 mac_set_mtu,
715 .set_mtu = mac_set_mtu,
/titanic_50/usr/src/uts/common/sys/
H A Dmac_client.h197 extern int mac_set_mtu(mac_handle_t, uint_t, uint_t *);
/titanic_50/usr/src/uts/sun4v/io/
H A Dvsw_phys.c1268 rv = mac_set_mtu(vswp->mh, mtu, &mtu_orig); in vsw_mac_set_mtu()
/titanic_50/usr/src/uts/common/io/aggr/
H A Daggr_grp.c2710 err = mac_set_mtu(port->lp_mh, sdu, old_mtu); in aggr_set_port_sdu()
/titanic_50/usr/src/uts/common/io/mac/
H A Dmac_client.c5258 mac_set_mtu(mac_handle_t mh, uint_t new_mtu, uint_t *old_mtu_arg) in mac_set_mtu() function
H A Dmac.c3200 err = mac_set_mtu(mh, mtu, NULL); in mac_set_prop()