Searched refs:mac_set_mtu (Results 1 – 9 of 9) sorted by relevance
/titanic_50/usr/src/uts/common/io/chxge/com/ |
H A D | ch_mac.c | 304 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 D | vsc7321.c | 364 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 D | ixf1010.c | 301 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 D | vsc7326.c | 476 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 D | mac_client.h | 197 extern int mac_set_mtu(mac_handle_t, uint_t, uint_t *);
|
/titanic_50/usr/src/uts/sun4v/io/ |
H A D | vsw_phys.c | 1268 rv = mac_set_mtu(vswp->mh, mtu, &mtu_orig); in vsw_mac_set_mtu()
|
/titanic_50/usr/src/uts/common/io/aggr/ |
H A D | aggr_grp.c | 2710 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 D | mac_client.c | 5258 mac_set_mtu(mac_handle_t mh, uint_t new_mtu, uint_t *old_mtu_arg) in mac_set_mtu() function
|
H A D | mac.c | 3200 err = mac_set_mtu(mh, mtu, NULL); in mac_set_prop()
|