Home
last modified time | relevance | path

Searched refs:mtk_max_buf_size (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/staging/mt7621-eth/
Dmtk_eth_soc.c252 static inline int mtk_max_buf_size(int frag_size) in mtk_max_buf_size() function
315 ring->rx_buf_size = mtk_max_buf_size(ring->frag_size); in mtk_dma_rx_alloc()
1906 mtk_max_buf_size(eth->rx_ring[0].frag_size); in mtk_change_mtu()
/Linux-v4.19/drivers/net/ethernet/mediatek/
Dmtk_eth_soc.c581 static inline int mtk_max_buf_size(int frag_size) in mtk_max_buf_size() function
1308 ring->buf_size = mtk_max_buf_size(ring->frag_size); in mtk_rx_alloc()