/Linux-v6.1/drivers/net/can/dev/ |
D | skb.c | 141 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/ |
D | skb.h | 25 unsigned int __must_check can_get_echo_skb(struct net_device *dev,
|
/Linux-v6.1/drivers/net/can/sja1000/ |
D | sja1000.c | 532 stats->tx_bytes += can_get_echo_skb(dev, 0, NULL); in sja1000_interrupt()
|
/Linux-v6.1/drivers/net/can/ |
D | sun4i_can.c | 662 stats->tx_bytes += can_get_echo_skb(dev, 0, NULL); in sun4i_can_interrupt()
|
D | kvaser_pciefd.c | 1482 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()
|
D | at91_can.c | 851 can_get_echo_skb(dev, in at91_irq_tx()
|
D | pch_can.c | 713 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/ |
D | mscan.c | 451 stats->tx_bytes += can_get_echo_skb(dev, entry->id, in mscan_isr()
|
/Linux-v6.1/drivers/net/can/peak_canfd/ |
D | peak_canfd.c | 272 stats->tx_bytes += can_get_echo_skb(priv->ndev, msg->client, NULL); in pucan_handle_can_rx()
|
/Linux-v6.1/drivers/net/can/usb/ |
D | mcba_usb.c | 237 netdev->stats.tx_bytes += can_get_echo_skb(netdev, ctx->ndx, in mcba_usb_write_bulk_callback()
|
D | ems_usb.c | 520 netdev->stats.tx_bytes += can_get_echo_skb(netdev, context->echo_index, in ems_usb_write_bulk_callback()
|
D | usb_8dev.c | 583 netdev->stats.tx_bytes += can_get_echo_skb(netdev, context->echo_index, NULL); in usb_8dev_write_bulk_callback()
|
D | esd_usb.c | 372 stats->tx_bytes += can_get_echo_skb(netdev, context->echo_index, in esd_usb_tx_done_msg()
|
D | ucan.c | 677 can_get_echo_skb(up->netdev, echo_index, NULL); in ucan_tx_complete_msg()
|
D | gs_usb.c | 618 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/ |
D | pcan_usb_core.c | 327 tx_bytes = can_get_echo_skb(netdev, context->echo_index, NULL); in peak_usb_write_bulk_callback()
|
/Linux-v6.1/drivers/net/can/cc770/ |
D | cc770.c | 701 stats->tx_bytes += can_get_echo_skb(dev, 0, NULL); in cc770_tx_interrupt()
|
/Linux-v6.1/drivers/net/can/ifi_canfd/ |
D | ifi_canfd.c | 625 stats->tx_bytes += can_get_echo_skb(ndev, 0, NULL); in ifi_canfd_isr()
|
/Linux-v6.1/drivers/net/can/rcar/ |
D | rcar_can.c | 383 can_get_echo_skb(ndev, in rcar_can_tx_done()
|
/Linux-v6.1/drivers/net/can/softing/ |
D | softing_main.c | 288 can_get_echo_skb(netdev, priv->tx.echo_get, in softing_handle_1()
|
/Linux-v6.1/drivers/net/can/spi/ |
D | hi311x.c | 725 net->stats.tx_bytes += can_get_echo_skb(net, 0, NULL); in hi3110_can_ist()
|
D | mcp251x.c | 1190 net->stats.tx_bytes += can_get_echo_skb(net, 0, in mcp251x_can_ist()
|
/Linux-v6.1/drivers/net/can/ctucanfd/ |
D | ctucanfd_base.c | 1021 stats->tx_bytes += can_get_echo_skb(ndev, txtb_id, NULL); in ctucan_tx_interrupt()
|
/Linux-v6.1/drivers/net/can/c_can/ |
D | c_can_main.c | 743 bytes += can_get_echo_skb(dev, idx, NULL); in c_can_do_tx()
|
/Linux-v6.1/drivers/net/can/usb/kvaser_usb/ |
D | kvaser_usb_leaf.c | 747 stats->tx_bytes += can_get_echo_skb(priv->netdev, in kvaser_usb_leaf_tx_acknowledge()
|