Searched refs:can_get_echo_skb (Results 1 – 14 of 14) sorted by relevance
| /linux/drivers/net/can/dev/ |
| H A D | skb.c | 146 unsigned int can_get_echo_skb(struct net_device *dev, unsigned int idx, in can_get_echo_skb() function 164 EXPORT_SYMBOL_GPL(can_get_echo_skb);
|
| /linux/include/linux/can/ |
| H A D | skb.h | 25 unsigned int __must_check can_get_echo_skb(struct net_device *dev,
|
| /linux/drivers/net/can/esd/ |
| H A D | esdacc.c | 429 stats->tx_bytes += can_get_echo_skb(core->netdev, tx_fifo_tail, in handle_core_msg_rxtxdone()
|
| /linux/drivers/net/can/usb/ |
| H A D | mcba_usb.c | 237 netdev->stats.tx_bytes += can_get_echo_skb(netdev, ctx->ndx, in mcba_usb_write_bulk_callback()
|
| H A D | usb_8dev.c | 589 netdev->stats.tx_bytes += can_get_echo_skb(netdev, context->echo_index, NULL); in usb_8dev_write_bulk_callback()
|
| H A D | ems_usb.c | 534 netdev->stats.tx_bytes += can_get_echo_skb(netdev, context->echo_index, in ems_usb_write_bulk_callback()
|
| H A D | esd_usb.c | 468 stats->tx_bytes += can_get_echo_skb(netdev, context->echo_index, in esd_usb_tx_done_msg()
|
| /linux/drivers/net/can/ |
| H A D | at91_can.c | 679 can_get_echo_skb(dev, mb - get_mb_tx_first(priv), NULL); in at91_irq_tx()
|
| H A D | bxcan.c | 449 stats->tx_bytes += can_get_echo_skb(ndev, idx, NULL); in bxcan_tx_isr()
|
| /linux/drivers/net/can/ctucanfd/ |
| H A D | ctucanfd_base.c | 1024 stats->tx_bytes += can_get_echo_skb(ndev, txtb_id, NULL); in ctucan_tx_interrupt()
|
| /linux/drivers/net/can/usb/etas_es58x/ |
| H A D | es58x_core.c | 445 netdev->stats.tx_bytes += can_get_echo_skb(netdev, skb_idx, in es58x_can_get_echo_skb()
|
| /linux/drivers/net/can/usb/kvaser_usb/ |
| H A D | kvaser_usb_leaf.c | 1067 stats->tx_bytes += can_get_echo_skb(priv->netdev, in kvaser_usb_leaf_tx_acknowledge()
|
| H A D | kvaser_usb_hydra.c | 1219 len = can_get_echo_skb(priv->netdev, context->echo_index, NULL); in kvaser_usb_hydra_tx_acknowledge()
|
| /linux/drivers/net/can/m_can/ |
| H A D | m_can.c | 1108 stats->tx_bytes += can_get_echo_skb(dev, msg_mark, &frame_len); in m_can_tx_update_stats()
|