Home
last modified time | relevance | path

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

/linux/drivers/net/can/softing/
H A Dsofting.h134 #define DPRAM_TX_CNT 32 macro
146 #define TXMAX (DPRAM_TX_CNT - 1)
H A Dsofting_main.c102 if (++fifo_wr >= DPRAM_TX_CNT) in softing_netdev_start_xmit()