Searched refs:echo_skb (Results 1 – 10 of 10) sorted by relevance
373 if (priv->echo_skb[i]) { in can_flush_echo_skb()374 kfree_skb(priv->echo_skb[i]); in can_flush_echo_skb()375 priv->echo_skb[i] = NULL; in can_flush_echo_skb()404 if (!priv->echo_skb[idx]) { in can_put_echo_skb()416 priv->echo_skb[idx] = skb; in can_put_echo_skb()438 if (priv->echo_skb[idx]) { in can_get_echo_skb()439 struct sk_buff *skb = priv->echo_skb[idx]; in can_get_echo_skb()443 netif_rx(priv->echo_skb[idx]); in can_get_echo_skb()444 priv->echo_skb[idx] = NULL; in can_get_echo_skb()464 if (priv->echo_skb[idx]) { in can_free_echo_skb()[all …]
261 struct sk_buff **echo_skb; /* We allocate this on our own */ member1060 priv->echo_skb = kzalloc(dma->tx.size * sizeof(*priv->echo_skb), in grcan_open()1062 if (!priv->echo_skb) { in grcan_open()1067 priv->can.echo_skb = priv->echo_skb; in grcan_open()1103 kfree(priv->echo_skb); in grcan_open()1134 priv->can.echo_skb = NULL; in grcan_close()1135 kfree(priv->echo_skb); in grcan_close()
1243 struct sk_buff *echo_skb = skb_peek(&mod->echoq); in ican3_echo_skb_matches() local1246 if (!echo_skb) in ican3_echo_skb_matches()1249 echo_cf = (struct can_frame *)echo_skb->data; in ican3_echo_skb_matches()
155 struct sk_buff *echo_skb; member
61 struct sk_buff **echo_skb; member
177 struct sk_buff *echo_skb; member
119 struct sk_buff *echo_skb[PCAN_USB_MAX_TX_URBS]; member
135 struct sk_buff *echo_skb[MAX_TX_URBS]; member
251 struct sk_buff *echo_skb[MAX_TX_URBS]; member
295 skb = priv->can.echo_skb[priv->tx.echo_get]; in softing_handle_1()