Searched refs:rxpd (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/libertas/
H A Dmesh.h40 struct rxpd;
44 struct net_device *dev, struct rxpd *rxpd);
101 #define lbs_mesh_set_dev(priv, dev, rxpd) (dev)
H A Drx.c35 struct rxpd rx_pd;
55 struct rxpd *p_rx_pd;
69 p_rx_pd = (struct rxpd *) skb->data;
75 lbs_deb_hex(LBS_DEB_RX, "RX Data: Before chop rxpd", skb->data,
78 if (skb->len < (ETH_HLEN + 8 + sizeof(struct rxpd))) {
119 /* Chop off the rxpd + the excess memory from the 802.2/llc/snap header
128 /* Chop off the rxpd */
210 struct rxpd *prxpd;
219 /* lbs_deb_hex(LBS_DEB_RX, "RX Data: Before chop rxpd", skb->data, min(skb->len, 100)); */
221 if (skb->len < (ETH_HLEN + 8 + sizeof(struct rxpd))) {
[all...]
H A Dmesh.c427 struct net_device *dev, struct rxpd *rxpd)
431 if (rxpd->rx_control & RxPD_MESH_FRAME)
434 if (rxpd->u.bss.bss_num == MESH_IFACE_ID)
426 lbs_mesh_set_dev(struct lbs_private *priv, struct net_device *dev, struct rxpd *rxpd) argument
H A Ddefs.h276 (ETH_FRAME_LEN + sizeof(struct rxpd) \
H A Dhost.h325 struct rxpd { struct
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/libertas_tf/
H A Dmain.c560 struct rxpd *prxpd;
567 prxpd = (struct rxpd *) skb->data;
580 skb_pull(skb, sizeof(struct rxpd));
599 skb->len, sizeof(struct rxpd), skb->len - sizeof(struct rxpd));
H A Dlibertas_tf.h138 (ETH_FRAME_LEN + sizeof(struct rxpd) \
287 struct rxpd { struct

Completed in 105 milliseconds