Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/pensando/ionic/
H A Dionic_dev.h193 #define IONIC_PAGE_SPLIT_SZ (PAGE_SIZE / 2) macro
H A Dionic_txrx.c165 size = ALIGN(used, IONIC_PAGE_SPLIT_SZ); in ionic_rx_buf_recycle()