Searched refs:TX_ECHO_SKB_MAX (Results 1 – 2 of 2) sorted by relevance
14 #define TX_ECHO_SKB_MAX (((TXMAX+1)/2)-1) macro70 (priv->tx.pending >= TX_ECHO_SKB_MAX)) in softing_netdev_start_xmit()109 if (priv->tx.echo_put >= TX_ECHO_SKB_MAX) in softing_netdev_start_xmit()287 if (priv->tx.echo_get >= TX_ECHO_SKB_MAX) in softing_handle_1()342 if (priv->tx.pending >= TX_ECHO_SKB_MAX) in softing_irq_thread()636 netdev = alloc_candev(sizeof(*priv), TX_ECHO_SKB_MAX); in softing_netdev_create()
204 #define TX_ECHO_SKB_MAX 1 macro1315 net = alloc_candev(sizeof(struct mcp251x_priv), TX_ECHO_SKB_MAX); in mcp251x_can_probe()
Completed in 27 milliseconds