Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/can/peak_canfd/
H A Dpeak_pciefd_main.c121 #define PCIEFD_TX_PAGE_COUNT (PCIEFD_TX_DMA_SIZE / PCIEFD_TX_PAGE_SIZE) macro
179 struct pciefd_page tx_pages[PCIEFD_TX_PAGE_COUNT];
361 priv->tx_pages_free = PCIEFD_TX_PAGE_COUNT - 1; in pciefd_enable_tx_path()
367 for (i = 0; i < PCIEFD_TX_PAGE_COUNT; i++) { in pciefd_enable_tx_path()
528 PCIEFD_TX_PAGE_COUNT; in pciefd_alloc_tx_msg()