Searched refs:can_get_echo_skb (Results 1 – 25 of 29) sorted by relevance
12
/drivers/net/can/dev/ |
D | skb.c | 136 unsigned int can_get_echo_skb(struct net_device *dev, unsigned int idx, in can_get_echo_skb() function 154 EXPORT_SYMBOL_GPL(can_get_echo_skb);
|
/drivers/net/can/sja1000/ |
D | sja1000.c | 535 can_get_echo_skb(dev, 0, NULL); in sja1000_interrupt()
|
/drivers/net/can/ |
D | sun4i_can.c | 657 can_get_echo_skb(dev, 0, NULL); in sun4i_can_interrupt()
|
D | kvaser_pciefd.c | 1494 int dlc = can_get_echo_skb(can->can.dev, echo_idx, NULL); in kvaser_pciefd_handle_eack_packet() 1560 int dlc = can_get_echo_skb(can->can.dev, echo_idx, NULL); in kvaser_pciefd_handle_ack_packet()
|
D | at91_can.c | 857 can_get_echo_skb(dev, mb - get_mb_tx_first(priv), NULL); in at91_irq_tx()
|
D | pch_can.c | 714 can_get_echo_skb(ndev, int_stat - PCH_RX_OBJ_END - 1, NULL); in pch_can_tx_complete()
|
D | xilinx_can.c | 1294 stats->tx_bytes += can_get_echo_skb(ndev, priv->tx_tail % in xcan_tx_interrupt()
|
D | grcan.c | 521 can_get_echo_skb(dev, i, NULL); in catch_up_echo_skb()
|
/drivers/net/can/usb/ |
D | mcba_usb.c | 244 can_get_echo_skb(netdev, ctx->ndx, NULL); in mcba_usb_write_bulk_callback()
|
D | usb_8dev.c | 590 can_get_echo_skb(netdev, context->echo_index, NULL); in usb_8dev_write_bulk_callback()
|
D | ems_usb.c | 523 can_get_echo_skb(netdev, context->echo_index, NULL); in ems_usb_write_bulk_callback()
|
D | gs_usb.c | 375 can_get_echo_skb(netdev, hf->echo_id, NULL); in gs_usb_receive_bulk_callback()
|
D | esd_usb2.c | 370 can_get_echo_skb(netdev, context->echo_index, NULL); in esd_usb2_tx_done_msg()
|
D | ucan.c | 675 can_get_echo_skb(up->netdev, echo_index, NULL); in ucan_tx_complete_msg()
|
/drivers/net/can/peak_canfd/ |
D | peak_canfd.c | 269 can_get_echo_skb(priv->ndev, msg->client, NULL); in pucan_handle_can_rx()
|
/drivers/net/can/mscan/ |
D | mscan.c | 451 can_get_echo_skb(dev, entry->id, NULL); in mscan_isr()
|
/drivers/net/can/usb/peak_usb/ |
D | pcan_usb_core.c | 317 can_get_echo_skb(netdev, context->echo_index, NULL); in peak_usb_write_bulk_callback()
|
/drivers/net/can/cc770/ |
D | cc770.c | 706 can_get_echo_skb(dev, 0, NULL); in cc770_tx_interrupt()
|
/drivers/net/can/ifi_canfd/ |
D | ifi_canfd.c | 632 stats->tx_bytes += can_get_echo_skb(ndev, 0, NULL); in ifi_canfd_isr()
|
/drivers/net/can/softing/ |
D | softing_main.c | 285 can_get_echo_skb(netdev, priv->tx.echo_get, NULL); in softing_handle_1()
|
/drivers/net/can/rcar/ |
D | rcar_can.c | 389 can_get_echo_skb(ndev, priv->tx_tail % RCAR_CAN_FIFO_DEPTH, NULL); in rcar_can_tx_done()
|
/drivers/net/can/spi/ |
D | hi311x.c | 729 can_get_echo_skb(net, 0, NULL); in hi3110_can_ist()
|
D | mcp251x.c | 1196 can_get_echo_skb(net, 0, NULL); in mcp251x_can_ist()
|
/drivers/net/can/c_can/ |
D | c_can_main.c | 745 can_get_echo_skb(dev, idx, NULL); in c_can_do_tx()
|
/drivers/net/can/usb/etas_es58x/ |
D | es58x_core.c | 446 netdev->stats.tx_bytes += can_get_echo_skb(netdev, skb_idx, in es58x_can_get_echo_skb()
|
12