Home
last modified time | relevance | path

Searched refs:echo_skb (Results 1 – 17 of 17) sorted by relevance

/linux-6.1.9/drivers/net/can/dev/
Dskb.c32 if (priv->echo_skb[i]) { in can_flush_echo_skb()
33 kfree_skb(priv->echo_skb[i]); in can_flush_echo_skb()
34 priv->echo_skb[i] = NULL; in can_flush_echo_skb()
62 if (!priv->echo_skb[idx]) { in can_put_echo_skb()
80 priv->echo_skb[idx] = skb; in can_put_echo_skb()
104 if (priv->echo_skb[idx]) { in __can_get_echo_skb()
108 struct sk_buff *skb = priv->echo_skb[idx]; in __can_get_echo_skb()
120 priv->echo_skb[idx] = NULL; in __can_get_echo_skb()
176 if (priv->echo_skb[idx]) { in can_free_echo_skb()
177 struct sk_buff *skb = priv->echo_skb[idx]; in can_free_echo_skb()
[all …]
Ddev.c268 priv->echo_skb = (void *)priv + in alloc_candev_mqs()
/linux-6.1.9/drivers/net/can/
Dgrcan.c259 struct sk_buff **echo_skb; /* We allocate this on our own */ member
1056 priv->echo_skb = kcalloc(dma->tx.size, sizeof(*priv->echo_skb), in grcan_open()
1058 if (!priv->echo_skb) { in grcan_open()
1063 priv->can.echo_skb = priv->echo_skb; in grcan_open()
1091 kfree(priv->echo_skb); in grcan_open()
1124 priv->can.echo_skb = NULL; in grcan_close()
1125 kfree(priv->echo_skb); in grcan_close()
Djanz-ican3.c1329 struct sk_buff *echo_skb = skb_peek(&mod->echoq); in ican3_echo_skb_matches() local
1332 if (!echo_skb) in ican3_echo_skb_matches()
1335 echo_cf = (struct can_frame *)echo_skb->data; in ican3_echo_skb_matches()
Dkvaser_pciefd.c815 can->can.echo_skb[can->echo_idx]) in kvaser_pciefd_start_xmit()
/linux-6.1.9/drivers/net/can/sja1000/
Dsja1000.h156 struct sk_buff *echo_skb; member
/linux-6.1.9/drivers/net/can/cc770/
Dcc770.h169 struct sk_buff *echo_skb; member
/linux-6.1.9/include/linux/can/
Ddev.h68 struct sk_buff **echo_skb; member
/linux-6.1.9/drivers/net/can/spi/mcp251xfd/
Dmcp251xfd-tef.c110 skb = priv->can.echo_skb[tef_tail]; in mcp251xfd_handle_tefif_one()
/linux-6.1.9/drivers/net/can/peak_canfd/
Dpeak_pciefd_main.c343 if (!priv->ucan.can.echo_skb[priv->ucan.echo_idx]) in pciefd_irq_handler()
Dpeak_canfd.c725 should_stop_tx_queue = !!(priv->can.echo_skb[priv->echo_idx]); in peak_canfd_start_xmit()
/linux-6.1.9/drivers/net/can/usb/
Dmcba_usb.c73 struct sk_buff *echo_skb[MCBA_MAX_TX_URBS]; member
Dems_usb.c239 struct sk_buff *echo_skb[MAX_TX_URBS]; member
Dgs_usb.c614 skb = dev->can.echo_skb[hf->echo_id]; in gs_usb_receive_bulk_callback()
/linux-6.1.9/drivers/net/can/softing/
Dsofting_main.c283 skb = priv->can.echo_skb[priv->tx.echo_get]; in softing_handle_1()
/linux-6.1.9/drivers/net/can/usb/etas_es58x/
Des58x_core.c438 struct sk_buff *skb = priv->can.echo_skb[skb_idx]; in es58x_can_get_echo_skb()
/linux-6.1.9/drivers/net/can/m_can/
Dm_can.c1592 return !!cdev->can.echo_skb[next_idx]; in m_can_next_echo_skb_occupied()