Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/can/peak_canfd/
H A Dpeak_pciefd_main.c122 #define PCIEFD_TX_PAGE_COUNT (PCIEFD_TX_DMA_SIZE / PCIEFD_TX_PAGE_SIZE) macro
180 struct pciefd_page tx_pages[PCIEFD_TX_PAGE_COUNT];
362 priv->tx_pages_free = PCIEFD_TX_PAGE_COUNT - 1; in pciefd_enable_tx_path()
368 for (i = 0; i < PCIEFD_TX_PAGE_COUNT; i++) { in pciefd_enable_tx_path()
529 PCIEFD_TX_PAGE_COUNT; in pciefd_alloc_tx_msg()