Searched refs:can_frame (Results 1 - 19 of 19) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/can/
H A Ddev.h71 const struct can_frame *cf = (struct can_frame *)skb->data;
99 struct sk_buff *alloc_can_skb(struct net_device *dev, struct can_frame **cf);
101 struct can_frame **cf);
H A Dbcm.h37 struct can_frame frames[0];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/can/
H A Dvcan.c75 struct can_frame *cf = (struct can_frame *)skb->data;
91 struct can_frame *cf = (struct can_frame *)skb->data;
145 dev->mtu = sizeof(struct can_frame);
H A Ddev.c358 struct can_frame *cf;
438 dev->mtu = sizeof(struct can_frame);
448 struct sk_buff *alloc_can_skb(struct net_device *dev, struct can_frame **cf)
452 skb = netdev_alloc_skb(dev, sizeof(struct can_frame));
459 *cf = (struct can_frame *)skb_put(skb, sizeof(struct can_frame));
460 memset(*cf, 0, sizeof(struct can_frame));
466 struct sk_buff *alloc_can_err_skb(struct net_device *dev, struct can_frame **cf)
H A Dat91_can.c340 struct can_frame *cf = (struct can_frame *)skb->data;
436 struct can_frame *cf;
464 struct can_frame *cf)
498 struct can_frame *cf;
557 struct can_frame *cf, u32 reg_sr)
607 struct can_frame *cf;
658 * priv->tx_echo holds the number of the oldest can_frame put for
711 struct can_frame *cf, enum can_state new_state)
824 struct can_frame *c
[all...]
H A Dflexcan.c250 struct can_frame *cf = (struct can_frame *)skb->data;
290 struct can_frame *cf, u32 reg_esr)
340 struct can_frame *cf;
356 struct can_frame *cf, enum can_state new_state)
425 struct can_frame *cf;
460 struct can_frame *cf)
489 struct can_frame *cf;
H A Dbfin_can.c231 struct can_frame *cf = (struct can_frame *)skb->data;
285 struct can_frame *cf;
333 struct can_frame *cf;
H A Dmcp251x.c364 static void mcp251x_hw_tx(struct spi_device *spi, struct can_frame *frame,
417 struct can_frame *frame;
673 struct can_frame *frame;
692 struct can_frame *frame;
699 frame = (struct can_frame *)priv->tx_skb->data;
H A Dti_hecc.c485 struct can_frame *cf = (struct can_frame *)skb->data;
544 struct can_frame *cf;
663 struct can_frame *cf;
H A Djanz-ican3.c807 struct can_frame *cf)
838 struct can_frame *cf,
886 struct can_frame *cf;
930 struct can_frame *cf;
1130 struct can_frame *cf;
1428 struct can_frame *cf = (struct can_frame *)skb->data;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dcan.h52 * struct can_frame - basic CAN frame structure
57 struct can_frame { struct
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/can/
H A Daf_can.c211 struct can_frame *cf = (struct can_frame *)skb->data;
214 if (skb->len != sizeof(struct can_frame) || cf->can_dlc > 8) {
557 struct can_frame *cf = (struct can_frame *)skb->data;
622 struct can_frame *cf = (struct can_frame *)skb->data;
629 skb->len != sizeof(struct can_frame) ||
H A Dbcm.c89 /* easy access to can_frame payload */
90 static inline u64 GET_U64(const struct can_frame *cp)
109 struct can_frame *frames;
110 struct can_frame *last_frames;
111 struct can_frame sframe;
112 struct can_frame last_sframe;
136 #define CFSIZ sizeof(struct can_frame)
248 struct can_frame *cf = &op->frames[op->currframe];
287 struct can_frame *frames, int has_timestamp)
290 struct can_frame *firstfram
[all...]
H A Draw.c635 if (size != sizeof(struct can_frame))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/
H A Dpcap-can-linux.c217 struct can_frame* cf;
246 cf = (struct can_frame*)&handle->buffer[8];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/can/mscan/
H A Dmscan.c200 struct can_frame *frame = (struct can_frame *)skb->data;
305 static void mscan_get_rx_frame(struct net_device *dev, struct can_frame *frame)
342 static void mscan_get_err_frame(struct net_device *dev, struct can_frame *frame,
414 struct can_frame *frame;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/can/sja1000/
H A Dsja1000.c273 struct can_frame *cf = (struct can_frame *)skb->data;
320 struct can_frame *cf;
372 struct can_frame *cf;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/can/usb/
H A Dems_usb.c307 struct can_frame *cf;
339 struct can_frame *cf;
758 struct can_frame *cf = (struct can_frame *)skb->data;
H A Desd_usb2.c228 struct can_frame *cf;
315 struct can_frame *cf;
710 struct can_frame *cf = (struct can_frame *)skb->data;

Completed in 130 milliseconds