Home
last modified time | relevance | path

Searched refs:echo_skb (Results 1 – 15 of 15) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/can/dev/
Ddev.c445 if (priv->echo_skb[i]) { in can_flush_echo_skb()
446 kfree_skb(priv->echo_skb[i]); in can_flush_echo_skb()
447 priv->echo_skb[i] = NULL; in can_flush_echo_skb()
475 if (!priv->echo_skb[idx]) { in can_put_echo_skb()
486 priv->echo_skb[idx] = skb; in can_put_echo_skb()
509 if (priv->echo_skb[idx]) { in __can_get_echo_skb()
513 struct sk_buff *skb = priv->echo_skb[idx]; in __can_get_echo_skb()
522 priv->echo_skb[idx] = NULL; in __can_get_echo_skb()
565 if (priv->echo_skb[idx]) { in can_free_echo_skb()
566 dev_kfree_skb_any(priv->echo_skb[idx]); in can_free_echo_skb()
[all …]
/kernel/linux/linux-5.10/drivers/net/can/
Dgrcan.c258 struct sk_buff **echo_skb; /* We allocate this on our own */ member
1057 priv->echo_skb = kcalloc(dma->tx.size, sizeof(*priv->echo_skb), in grcan_open()
1059 if (!priv->echo_skb) { in grcan_open()
1064 priv->can.echo_skb = priv->echo_skb; in grcan_open()
1100 kfree(priv->echo_skb); in grcan_open()
1133 priv->can.echo_skb = NULL; in grcan_close()
1134 kfree(priv->echo_skb); in grcan_close()
Djanz-ican3.c1325 struct sk_buff *echo_skb = skb_peek(&mod->echoq); in ican3_echo_skb_matches() local
1328 if (!echo_skb) in ican3_echo_skb_matches()
1331 echo_cf = (struct can_frame *)echo_skb->data; in ican3_echo_skb_matches()
Dkvaser_pciefd.c817 can->can.echo_skb[can->echo_idx]) in kvaser_pciefd_start_xmit()
/kernel/linux/linux-5.10/drivers/net/can/sja1000/
Dsja1000.h155 struct sk_buff *echo_skb; member
/kernel/linux/linux-5.10/drivers/net/can/cc770/
Dcc770.h169 struct sk_buff *echo_skb; member
/kernel/linux/linux-5.10/drivers/net/can/usb/peak_usb/
Dpcan_usb_core.h115 struct sk_buff *echo_skb[PCAN_USB_MAX_TX_URBS]; member
/kernel/linux/linux-5.10/include/linux/can/
Ddev.h73 struct sk_buff **echo_skb; member
/kernel/linux/linux-5.10/drivers/net/can/peak_canfd/
Dpeak_pciefd_main.c344 if (!priv->ucan.can.echo_skb[priv->ucan.echo_idx]) in pciefd_irq_handler()
Dpeak_canfd.c728 should_stop_tx_queue = !!(priv->can.echo_skb[priv->echo_idx]); in peak_canfd_start_xmit()
/kernel/linux/linux-5.10/drivers/net/can/usb/
Dmcba_usb.c74 struct sk_buff *echo_skb[MCBA_MAX_TX_URBS]; member
Dems_usb.c239 struct sk_buff *echo_skb[MAX_TX_URBS]; member
Dusb_8dev.c124 struct sk_buff *echo_skb[MAX_TX_URBS]; member
/kernel/linux/linux-5.10/drivers/net/can/softing/
Dsofting_main.c284 skb = priv->can.echo_skb[priv->tx.echo_get]; in softing_handle_1()
/kernel/linux/linux-5.10/drivers/net/can/m_can/
Dm_can.c1455 return !!cdev->can.echo_skb[next_idx]; in m_can_next_echo_skb_occupied()