Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_common.h958 int otx2_hw_set_mtu(struct otx2_nic *pfvf, int mtu);
H A Dotx2_common.c224 int otx2_hw_set_mtu(struct otx2_nic *pfvf, int mtu) in otx2_hw_set_mtu() function
H A Dotx2_pf.c1842 err = otx2_hw_set_mtu(pf, netdev->mtu); in otx2_open()