Home
last modified time | relevance | path

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

12

/Linux-v6.1/drivers/net/can/dev/
Dskb.c141 unsigned int can_get_echo_skb(struct net_device *dev, unsigned int idx, in can_get_echo_skb() function
159 EXPORT_SYMBOL_GPL(can_get_echo_skb);
/Linux-v6.1/include/linux/can/
Dskb.h25 unsigned int __must_check can_get_echo_skb(struct net_device *dev,
/Linux-v6.1/drivers/net/can/sja1000/
Dsja1000.c532 stats->tx_bytes += can_get_echo_skb(dev, 0, NULL); in sja1000_interrupt()
/Linux-v6.1/drivers/net/can/
Dsun4i_can.c662 stats->tx_bytes += can_get_echo_skb(dev, 0, NULL); in sun4i_can_interrupt()
Dkvaser_pciefd.c1482 int dlc = can_get_echo_skb(can->can.dev, echo_idx, NULL); in kvaser_pciefd_handle_eack_packet()
1546 int dlc = can_get_echo_skb(can->can.dev, echo_idx, NULL); in kvaser_pciefd_handle_ack_packet()
Dat91_can.c851 can_get_echo_skb(dev, in at91_irq_tx()
Dpch_can.c713 stats->tx_bytes += can_get_echo_skb(ndev, int_stat - PCH_RX_OBJ_END - 1, in pch_can_tx_complete()
/Linux-v6.1/drivers/net/can/mscan/
Dmscan.c451 stats->tx_bytes += can_get_echo_skb(dev, entry->id, in mscan_isr()
/Linux-v6.1/drivers/net/can/peak_canfd/
Dpeak_canfd.c272 stats->tx_bytes += can_get_echo_skb(priv->ndev, msg->client, NULL); in pucan_handle_can_rx()
/Linux-v6.1/drivers/net/can/usb/
Dmcba_usb.c237 netdev->stats.tx_bytes += can_get_echo_skb(netdev, ctx->ndx, in mcba_usb_write_bulk_callback()
Dems_usb.c520 netdev->stats.tx_bytes += can_get_echo_skb(netdev, context->echo_index, in ems_usb_write_bulk_callback()
Dusb_8dev.c583 netdev->stats.tx_bytes += can_get_echo_skb(netdev, context->echo_index, NULL); in usb_8dev_write_bulk_callback()
Desd_usb.c372 stats->tx_bytes += can_get_echo_skb(netdev, context->echo_index, in esd_usb_tx_done_msg()
Ducan.c677 can_get_echo_skb(up->netdev, echo_index, NULL); in ucan_tx_complete_msg()
Dgs_usb.c618 netdev->stats.tx_bytes += can_get_echo_skb(netdev, hf->echo_id, in gs_usb_receive_bulk_callback()
/Linux-v6.1/drivers/net/can/usb/peak_usb/
Dpcan_usb_core.c327 tx_bytes = can_get_echo_skb(netdev, context->echo_index, NULL); in peak_usb_write_bulk_callback()
/Linux-v6.1/drivers/net/can/cc770/
Dcc770.c701 stats->tx_bytes += can_get_echo_skb(dev, 0, NULL); in cc770_tx_interrupt()
/Linux-v6.1/drivers/net/can/ifi_canfd/
Difi_canfd.c625 stats->tx_bytes += can_get_echo_skb(ndev, 0, NULL); in ifi_canfd_isr()
/Linux-v6.1/drivers/net/can/rcar/
Drcar_can.c383 can_get_echo_skb(ndev, in rcar_can_tx_done()
/Linux-v6.1/drivers/net/can/softing/
Dsofting_main.c288 can_get_echo_skb(netdev, priv->tx.echo_get, in softing_handle_1()
/Linux-v6.1/drivers/net/can/spi/
Dhi311x.c725 net->stats.tx_bytes += can_get_echo_skb(net, 0, NULL); in hi3110_can_ist()
Dmcp251x.c1190 net->stats.tx_bytes += can_get_echo_skb(net, 0, in mcp251x_can_ist()
/Linux-v6.1/drivers/net/can/ctucanfd/
Dctucanfd_base.c1021 stats->tx_bytes += can_get_echo_skb(ndev, txtb_id, NULL); in ctucan_tx_interrupt()
/Linux-v6.1/drivers/net/can/c_can/
Dc_can_main.c743 bytes += can_get_echo_skb(dev, idx, NULL); in c_can_do_tx()
/Linux-v6.1/drivers/net/can/usb/kvaser_usb/
Dkvaser_usb_leaf.c747 stats->tx_bytes += can_get_echo_skb(priv->netdev, in kvaser_usb_leaf_tx_acknowledge()

12