Home
last modified time | relevance | path

Searched refs:can_get_echo_skb (Results 1 – 14 of 14) sorted by relevance

/linux/drivers/net/can/dev/
H A Dskb.c146 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 Dskb.h25 unsigned int __must_check can_get_echo_skb(struct net_device *dev,
/linux/drivers/net/can/esd/
H A Desdacc.c429 stats->tx_bytes += can_get_echo_skb(core->netdev, tx_fifo_tail, in handle_core_msg_rxtxdone()
/linux/drivers/net/can/usb/
H A Dmcba_usb.c237 netdev->stats.tx_bytes += can_get_echo_skb(netdev, ctx->ndx, in mcba_usb_write_bulk_callback()
H A Dusb_8dev.c589 netdev->stats.tx_bytes += can_get_echo_skb(netdev, context->echo_index, NULL); in usb_8dev_write_bulk_callback()
H A Dems_usb.c534 netdev->stats.tx_bytes += can_get_echo_skb(netdev, context->echo_index, in ems_usb_write_bulk_callback()
H A Desd_usb.c468 stats->tx_bytes += can_get_echo_skb(netdev, context->echo_index, in esd_usb_tx_done_msg()
/linux/drivers/net/can/
H A Dat91_can.c679 can_get_echo_skb(dev, mb - get_mb_tx_first(priv), NULL); in at91_irq_tx()
H A Dbxcan.c449 stats->tx_bytes += can_get_echo_skb(ndev, idx, NULL); in bxcan_tx_isr()
/linux/drivers/net/can/ctucanfd/
H A Dctucanfd_base.c1024 stats->tx_bytes += can_get_echo_skb(ndev, txtb_id, NULL); in ctucan_tx_interrupt()
/linux/drivers/net/can/usb/etas_es58x/
H A Des58x_core.c445 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 Dkvaser_usb_leaf.c1067 stats->tx_bytes += can_get_echo_skb(priv->netdev, in kvaser_usb_leaf_tx_acknowledge()
H A Dkvaser_usb_hydra.c1219 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 Dm_can.c1108 stats->tx_bytes += can_get_echo_skb(dev, msg_mark, &frame_len); in m_can_tx_update_stats()