Searched refs:echo_skb_max (Results 1 – 3 of 3) sorted by relevance
372 for (i = 0; i < priv->echo_skb_max; i++) { in can_flush_echo_skb()394 BUG_ON(idx >= priv->echo_skb_max); in can_put_echo_skb()436 BUG_ON(idx >= priv->echo_skb_max); in can_get_echo_skb()462 BUG_ON(idx >= priv->echo_skb_max); in can_free_echo_skb()644 struct net_device *alloc_candev(int sizeof_priv, unsigned int echo_skb_max) in alloc_candev() argument650 if (echo_skb_max) in alloc_candev()652 echo_skb_max * sizeof(struct sk_buff *); in alloc_candev()662 if (echo_skb_max) { in alloc_candev()663 priv->echo_skb_max = echo_skb_max; in alloc_candev()
1066 priv->can.echo_skb_max = dma->tx.size; in grcan_open()1133 priv->can.echo_skb_max = 0; in grcan_close()
60 unsigned int echo_skb_max; member135 struct net_device *alloc_candev(int sizeof_priv, unsigned int echo_skb_max);