Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/marvell/mvpp2/
Dmvpp2.h842 #define MVPP2_RX_TOTAL_SIZE(buf_size) ((buf_size) + MVPP2_SKB_SHINFO_SIZE) macro
Dmvpp2_main.c1060 total_size = MVPP2_RX_TOTAL_SIZE(buf_size); in mvpp2_bm_bufs_add()