Searched refs:TX_ECHO_SKB_MAX (Results 1 – 2 of 2) sorted by relevance
15 #define TX_ECHO_SKB_MAX (((TXMAX+1)/2)-1) macro71 (priv->tx.pending >= TX_ECHO_SKB_MAX)) in softing_netdev_start_xmit()110 if (priv->tx.echo_put >= TX_ECHO_SKB_MAX) in softing_netdev_start_xmit()291 if (priv->tx.echo_get >= TX_ECHO_SKB_MAX) in softing_handle_1()343 if (priv->tx.pending >= TX_ECHO_SKB_MAX) in softing_irq_thread()638 netdev = alloc_candev(sizeof(*priv), TX_ECHO_SKB_MAX); in softing_netdev_create()
204 #define TX_ECHO_SKB_MAX 1 macro1324 net = alloc_candev(sizeof(struct mcp251x_priv), TX_ECHO_SKB_MAX); in mcp251x_can_probe()