/linux-5.19.10/drivers/net/can/dev/ |
D | skb.c | 132 unsigned int can_get_echo_skb(struct net_device *dev, unsigned int idx, in can_get_echo_skb() function 150 EXPORT_SYMBOL_GPL(can_get_echo_skb);
|
/linux-5.19.10/include/linux/can/ |
D | skb.h | 24 unsigned int __must_check can_get_echo_skb(struct net_device *dev,
|
/linux-5.19.10/drivers/net/can/sja1000/ |
D | sja1000.c | 528 stats->tx_bytes += can_get_echo_skb(dev, 0, NULL); in sja1000_interrupt()
|
/linux-5.19.10/drivers/net/can/peak_canfd/ |
D | peak_canfd.c | 271 stats->tx_bytes += can_get_echo_skb(priv->ndev, msg->client, NULL); in pucan_handle_can_rx()
|
/linux-5.19.10/drivers/net/can/ |
D | sun4i_can.c | 660 stats->tx_bytes += can_get_echo_skb(dev, 0, NULL); in sun4i_can_interrupt()
|
D | kvaser_pciefd.c | 1478 int dlc = can_get_echo_skb(can->can.dev, echo_idx, NULL); in kvaser_pciefd_handle_eack_packet() 1542 int dlc = can_get_echo_skb(can->can.dev, echo_idx, NULL); in kvaser_pciefd_handle_ack_packet()
|
D | at91_can.c | 850 can_get_echo_skb(dev, in at91_irq_tx()
|
D | pch_can.c | 711 stats->tx_bytes += can_get_echo_skb(ndev, int_stat - PCH_RX_OBJ_END - 1, in pch_can_tx_complete()
|
D | xilinx_can.c | 1288 stats->tx_bytes += can_get_echo_skb(ndev, priv->tx_tail % in xcan_tx_interrupt()
|
/linux-5.19.10/drivers/net/can/usb/ |
D | mcba_usb.c | 232 netdev->stats.tx_bytes += can_get_echo_skb(netdev, ctx->ndx, in mcba_usb_write_bulk_callback()
|
D | usb_8dev.c | 581 netdev->stats.tx_bytes += can_get_echo_skb(netdev, context->echo_index, NULL); in usb_8dev_write_bulk_callback()
|
D | ems_usb.c | 519 netdev->stats.tx_bytes += can_get_echo_skb(netdev, context->echo_index, in ems_usb_write_bulk_callback()
|
D | esd_usb2.c | 359 stats->tx_bytes += can_get_echo_skb(netdev, context->echo_index, in esd_usb2_tx_done_msg()
|
D | gs_usb.c | 469 netdev->stats.tx_bytes += can_get_echo_skb(netdev, hf->echo_id, in gs_usb_receive_bulk_callback()
|
D | ucan.c | 676 can_get_echo_skb(up->netdev, echo_index, NULL); in ucan_tx_complete_msg()
|
/linux-5.19.10/drivers/net/can/mscan/ |
D | mscan.c | 451 stats->tx_bytes += can_get_echo_skb(dev, entry->id, in mscan_isr()
|
/linux-5.19.10/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-5.19.10/drivers/net/can/cc770/ |
D | cc770.c | 699 stats->tx_bytes += can_get_echo_skb(dev, 0, NULL); in cc770_tx_interrupt()
|
/linux-5.19.10/drivers/net/can/rcar/ |
D | rcar_can.c | 381 can_get_echo_skb(ndev, in rcar_can_tx_done()
|
/linux-5.19.10/drivers/net/can/spi/ |
D | hi311x.c | 723 net->stats.tx_bytes += can_get_echo_skb(net, 0, NULL); in hi3110_can_ist()
|
D | mcp251x.c | 1189 net->stats.tx_bytes += can_get_echo_skb(net, 0, in mcp251x_can_ist()
|
/linux-5.19.10/drivers/net/can/softing/ |
D | softing_main.c | 287 can_get_echo_skb(netdev, priv->tx.echo_get, in softing_handle_1()
|
/linux-5.19.10/drivers/net/can/ifi_canfd/ |
D | ifi_canfd.c | 624 stats->tx_bytes += can_get_echo_skb(ndev, 0, NULL); in ifi_canfd_isr()
|
/linux-5.19.10/drivers/net/can/ctucanfd/ |
D | ctucanfd_base.c | 1020 stats->tx_bytes += can_get_echo_skb(ndev, txtb_id, NULL); in ctucan_tx_interrupt()
|
/linux-5.19.10/drivers/net/can/c_can/ |
D | c_can_main.c | 743 bytes += can_get_echo_skb(dev, idx, NULL); in c_can_do_tx()
|