Searched refs:t3_mac_set_mtu (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | common.h | 711 int t3_mac_set_mtu(struct cmac *mac, unsigned int mtu);
|
H A D | xgmac.c | 345 int t3_mac_set_mtu(struct cmac *mac, unsigned int mtu) in t3_mac_set_mtu() function
|
H A D | cxgb3_main.c | 350 t3_mac_set_mtu(mac, dev->mtu); in link_start() 2563 if ((ret = t3_mac_set_mtu(&pi->mac, new_mtu))) in cxgb_change_mtu() 2706 t3_mac_set_mtu(mac, dev->mtu); in check_t3b2_mac()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | common.h | 709 int t3_mac_set_mtu(struct cmac *mac, unsigned int mtu);
|
H A D | xgmac.c | 345 int t3_mac_set_mtu(struct cmac *mac, unsigned int mtu) in t3_mac_set_mtu() function
|
H A D | cxgb3_main.c | 350 t3_mac_set_mtu(mac, dev->mtu); in link_start() 2561 if ((ret = t3_mac_set_mtu(&pi->mac, new_mtu))) in cxgb_change_mtu() 2704 t3_mac_set_mtu(mac, dev->mtu); in check_t3b2_mac()
|
Completed in 16 milliseconds