Searched refs:echo_skb (Results 1 – 14 of 14) sorted by relevance
428 if (priv->echo_skb[i]) { in can_flush_echo_skb()429 kfree_skb(priv->echo_skb[i]); in can_flush_echo_skb()430 priv->echo_skb[i] = NULL; in can_flush_echo_skb()459 if (!priv->echo_skb[idx]) { in can_put_echo_skb()471 priv->echo_skb[idx] = skb; in can_put_echo_skb()493 if (priv->echo_skb[idx]) { in can_get_echo_skb()494 struct sk_buff *skb = priv->echo_skb[idx]; in can_get_echo_skb()498 netif_rx(priv->echo_skb[idx]); in can_get_echo_skb()499 priv->echo_skb[idx] = NULL; in can_get_echo_skb()519 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 = kcalloc(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()
1329 struct sk_buff *echo_skb = skb_peek(&mod->echoq); in ican3_echo_skb_matches() local1332 if (!echo_skb) in ican3_echo_skb_matches()1335 echo_cf = (struct can_frame *)echo_skb->data; in ican3_echo_skb_matches()
155 struct sk_buff *echo_skb; member
177 struct sk_buff *echo_skb; member
123 struct sk_buff *echo_skb[PCAN_USB_MAX_TX_URBS]; member
72 struct sk_buff **echo_skb; member
355 if (!priv->ucan.can.echo_skb[priv->ucan.echo_idx]) in pciefd_irq_handler()
718 should_stop_tx_queue = !!(priv->can.echo_skb[priv->echo_idx]); in peak_canfd_start_xmit()
85 struct sk_buff *echo_skb[MCBA_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()
1385 return !!priv->can.echo_skb[next_idx]; in m_can_next_echo_skb_occupied()