Home
last modified time | relevance | path

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

12

/linux-5.19.10/drivers/net/can/dev/
Dskb.c132 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/
Dskb.h24 unsigned int __must_check can_get_echo_skb(struct net_device *dev,
/linux-5.19.10/drivers/net/can/sja1000/
Dsja1000.c528 stats->tx_bytes += can_get_echo_skb(dev, 0, NULL); in sja1000_interrupt()
/linux-5.19.10/drivers/net/can/peak_canfd/
Dpeak_canfd.c271 stats->tx_bytes += can_get_echo_skb(priv->ndev, msg->client, NULL); in pucan_handle_can_rx()
/linux-5.19.10/drivers/net/can/
Dsun4i_can.c660 stats->tx_bytes += can_get_echo_skb(dev, 0, NULL); in sun4i_can_interrupt()
Dkvaser_pciefd.c1478 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()
Dat91_can.c850 can_get_echo_skb(dev, in at91_irq_tx()
Dpch_can.c711 stats->tx_bytes += can_get_echo_skb(ndev, int_stat - PCH_RX_OBJ_END - 1, in pch_can_tx_complete()
Dxilinx_can.c1288 stats->tx_bytes += can_get_echo_skb(ndev, priv->tx_tail % in xcan_tx_interrupt()
/linux-5.19.10/drivers/net/can/usb/
Dmcba_usb.c232 netdev->stats.tx_bytes += can_get_echo_skb(netdev, ctx->ndx, in mcba_usb_write_bulk_callback()
Dusb_8dev.c581 netdev->stats.tx_bytes += can_get_echo_skb(netdev, context->echo_index, NULL); in usb_8dev_write_bulk_callback()
Dems_usb.c519 netdev->stats.tx_bytes += can_get_echo_skb(netdev, context->echo_index, in ems_usb_write_bulk_callback()
Desd_usb2.c359 stats->tx_bytes += can_get_echo_skb(netdev, context->echo_index, in esd_usb2_tx_done_msg()
Dgs_usb.c469 netdev->stats.tx_bytes += can_get_echo_skb(netdev, hf->echo_id, in gs_usb_receive_bulk_callback()
Ducan.c676 can_get_echo_skb(up->netdev, echo_index, NULL); in ucan_tx_complete_msg()
/linux-5.19.10/drivers/net/can/mscan/
Dmscan.c451 stats->tx_bytes += can_get_echo_skb(dev, entry->id, in mscan_isr()
/linux-5.19.10/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-5.19.10/drivers/net/can/cc770/
Dcc770.c699 stats->tx_bytes += can_get_echo_skb(dev, 0, NULL); in cc770_tx_interrupt()
/linux-5.19.10/drivers/net/can/rcar/
Drcar_can.c381 can_get_echo_skb(ndev, in rcar_can_tx_done()
/linux-5.19.10/drivers/net/can/spi/
Dhi311x.c723 net->stats.tx_bytes += can_get_echo_skb(net, 0, NULL); in hi3110_can_ist()
Dmcp251x.c1189 net->stats.tx_bytes += can_get_echo_skb(net, 0, in mcp251x_can_ist()
/linux-5.19.10/drivers/net/can/softing/
Dsofting_main.c287 can_get_echo_skb(netdev, priv->tx.echo_get, in softing_handle_1()
/linux-5.19.10/drivers/net/can/ifi_canfd/
Difi_canfd.c624 stats->tx_bytes += can_get_echo_skb(ndev, 0, NULL); in ifi_canfd_isr()
/linux-5.19.10/drivers/net/can/ctucanfd/
Dctucanfd_base.c1020 stats->tx_bytes += can_get_echo_skb(ndev, txtb_id, NULL); in ctucan_tx_interrupt()
/linux-5.19.10/drivers/net/can/c_can/
Dc_can_main.c743 bytes += can_get_echo_skb(dev, idx, NULL); in c_can_do_tx()

12