Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_common.c223 maxlen = otx2_get_max_mtu(pfvf) + OTX2_ETH_HLEN + OTX2_HW_TIMESTAMP_LEN; in otx2_hw_set_mtu()
1725 u16 otx2_get_max_mtu(struct otx2_nic *pfvf) in otx2_get_max_mtu() function
1768 EXPORT_SYMBOL(otx2_get_max_mtu);
Dotx2_vf.c661 netdev->max_mtu = otx2_get_max_mtu(vf); in otx2vf_probe()
Dotx2_common.h994 u16 otx2_get_max_mtu(struct otx2_nic *pfvf);
Dotx2_pf.c2883 netdev->max_mtu = otx2_get_max_mtu(pf); in otx2_probe()