Home
last modified time | relevance | path

Searched refs:otx2_get_max_mtu (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_common.c230 maxlen = otx2_get_max_mtu(pfvf) + OTX2_ETH_HLEN + OTX2_HW_TIMESTAMP_LEN; in otx2_hw_set_mtu()
1821 u16 otx2_get_max_mtu(struct otx2_nic *pfvf) in otx2_get_max_mtu() function
1868 EXPORT_SYMBOL(otx2_get_max_mtu);
H A Dotx2_vf.c673 netdev->max_mtu = otx2_get_max_mtu(vf); in otx2vf_probe()
H A Dotx2_common.h1062 u16 otx2_get_max_mtu(struct otx2_nic *pfvf);
H A Dotx2_pf.c3056 netdev->max_mtu = otx2_get_max_mtu(pf); in otx2_probe()