Home
last modified time | relevance | path

Searched refs:otx2_hw_set_mtu (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_common.h582 int otx2_hw_set_mtu(struct otx2_nic *pfvf, int mtu);
Dotx2_common.c203 int otx2_hw_set_mtu(struct otx2_nic *pfvf, int mtu) in otx2_hw_set_mtu() function
Dotx2_pf.c1507 err = otx2_hw_set_mtu(pf, netdev->mtu); in otx2_open()