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

/linux-master/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_common.c230 maxlen = otx2_get_max_mtu(pfvf) + OTX2_ETH_HLEN + OTX2_HW_TIMESTAMP_LEN;
1821 u16 otx2_get_max_mtu(struct otx2_nic *pfvf) function
1864 EXPORT_SYMBOL(otx2_get_max_mtu); variable
H A Dotx2_common.h1064 u16 otx2_get_max_mtu(struct otx2_nic *pfvf);
H A Dotx2_vf.c673 netdev->max_mtu = otx2_get_max_mtu(vf);
H A Dotx2_pf.c3060 netdev->max_mtu = otx2_get_max_mtu(pf);

Completed in 143 milliseconds