/linux-6.3-rc2/drivers/net/can/dev/ |
A 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-6.3-rc2/include/linux/can/ |
A D | skb.h | 25 unsigned int __must_check can_get_echo_skb(struct net_device *dev,
|
/linux-6.3-rc2/drivers/net/can/sja1000/ |
A D | sja1000.c | 532 stats->tx_bytes += can_get_echo_skb(dev, 0, NULL); in sja1000_interrupt()
|
/linux-6.3-rc2/drivers/net/can/mscan/ |
A D | mscan.c | 451 stats->tx_bytes += can_get_echo_skb(dev, entry->id, in mscan_isr()
|
/linux-6.3-rc2/drivers/net/can/peak_canfd/ |
A D | peak_canfd.c | 272 stats->tx_bytes += can_get_echo_skb(priv->ndev, msg->client, NULL); in pucan_handle_can_rx()
|
/linux-6.3-rc2/drivers/net/can/ |
A D | sun4i_can.c | 662 stats->tx_bytes += can_get_echo_skb(dev, 0, NULL); in sun4i_can_interrupt()
|
A 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()
|
A D | at91_can.c | 851 can_get_echo_skb(dev, in at91_irq_tx()
|
A D | xilinx_can.c | 1323 stats->tx_bytes += can_get_echo_skb(ndev, priv->tx_tail % in xcan_tx_interrupt()
|
A D | grcan.c | 519 stats->tx_bytes += can_get_echo_skb(dev, i, NULL); in catch_up_echo_skb()
|
/linux-6.3-rc2/drivers/net/can/usb/ |
A D | mcba_usb.c | 237 netdev->stats.tx_bytes += can_get_echo_skb(netdev, ctx->ndx, in mcba_usb_write_bulk_callback()
|
A D | ems_usb.c | 520 netdev->stats.tx_bytes += can_get_echo_skb(netdev, context->echo_index, in ems_usb_write_bulk_callback()
|
A D | usb_8dev.c | 583 netdev->stats.tx_bytes += can_get_echo_skb(netdev, context->echo_index, NULL); in usb_8dev_write_bulk_callback()
|
A D | esd_usb.c | 382 stats->tx_bytes += can_get_echo_skb(netdev, context->echo_index, in esd_usb_tx_done_msg()
|
A D | ucan.c | 677 can_get_echo_skb(up->netdev, echo_index, NULL); in ucan_tx_complete_msg()
|
A D | gs_usb.c | 620 netdev->stats.tx_bytes += can_get_echo_skb(netdev, hf->echo_id, in gs_usb_receive_bulk_callback()
|
/linux-6.3-rc2/drivers/net/can/cc770/ |
A D | cc770.c | 701 stats->tx_bytes += can_get_echo_skb(dev, 0, NULL); in cc770_tx_interrupt()
|
/linux-6.3-rc2/drivers/net/can/usb/peak_usb/ |
A D | pcan_usb_core.c | 349 tx_bytes = can_get_echo_skb(netdev, context->echo_index, NULL); in peak_usb_write_bulk_callback()
|
/linux-6.3-rc2/drivers/net/can/ifi_canfd/ |
A D | ifi_canfd.c | 625 stats->tx_bytes += can_get_echo_skb(ndev, 0, NULL); in ifi_canfd_isr()
|
/linux-6.3-rc2/drivers/net/can/rcar/ |
A D | rcar_can.c | 383 can_get_echo_skb(ndev, in rcar_can_tx_done()
|
/linux-6.3-rc2/drivers/net/can/softing/ |
A D | softing_main.c | 288 can_get_echo_skb(netdev, priv->tx.echo_get, in softing_handle_1()
|
/linux-6.3-rc2/drivers/net/can/spi/ |
A D | hi311x.c | 725 net->stats.tx_bytes += can_get_echo_skb(net, 0, NULL); in hi3110_can_ist()
|
A D | mcp251x.c | 1190 net->stats.tx_bytes += can_get_echo_skb(net, 0, in mcp251x_can_ist()
|
/linux-6.3-rc2/drivers/net/can/ctucanfd/ |
A D | ctucanfd_base.c | 1021 stats->tx_bytes += can_get_echo_skb(ndev, txtb_id, NULL); in ctucan_tx_interrupt()
|
/linux-6.3-rc2/drivers/net/can/c_can/ |
A D | c_can_main.c | 743 bytes += can_get_echo_skb(dev, idx, NULL); in c_can_do_tx()
|