Searched defs:echo_skb (Results 1 - 7 of 7) sorted by relevance

/drivers/net/can/usb/peak_usb/
H A Dpcan_usb_core.h109 struct sk_buff *echo_skb[PCAN_USB_MAX_TX_URBS]; member in struct:peak_usb_device
/drivers/net/can/sja1000/
H A Dsja1000.h155 struct sk_buff *echo_skb; member in struct:sja1000_priv
/drivers/net/can/cc770/
H A Dcc770.h177 struct sk_buff *echo_skb; member in struct:cc770_priv
/drivers/net/can/usb/
H A Dusb_8dev.c135 struct sk_buff *echo_skb[MAX_TX_URBS]; member in struct:usb_8dev_priv
H A Dems_usb.c248 struct sk_buff *echo_skb[MAX_TX_URBS]; member in struct:ems_usb
/drivers/net/can/
H A Djanz-ican3.c1183 struct sk_buff *echo_skb = skb_peek(&mod->echoq); local
1186 if (!echo_skb)
1189 echo_cf = (struct can_frame *)echo_skb->data;
H A Dgrcan.c261 struct sk_buff **echo_skb; /* We allocate this on our own */ member in struct:grcan_priv
264 /* The echo skb pointer, pointing into echo_skb and indicating which
271 * the echo_skb pointer eskbp and for making sure that a running reset
275 * The echo_skb pointer, eskbp, should only be accessed under this lock
1060 priv->echo_skb = kzalloc(dma->tx.size * sizeof(*priv->echo_skb),
1062 if (!priv->echo_skb) {
1067 priv->can.echo_skb = priv->echo_skb;
1103 kfree(priv->echo_skb);
[all...]

Completed in 44 milliseconds