Searched refs:txhdr (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/wireless/bcm43xx/
H A Dbcm43xx_xmit.c208 struct bcm43xx_txhdr *txhdr,
226 bcm43xx_generate_plcp_hdr((struct bcm43xx_plcp_hdr4 *)(&txhdr->rts_cts_plcp),
229 bcm43xx_generate_plcp_hdr((struct bcm43xx_plcp_hdr4 *)(&txhdr->rts_cts_fallback_plcp),
256 txhdr->rts_cts_frame_control = cpu_to_le16(fctl);
257 txhdr->rts_cts_dur = cpu_to_le16(dur);
260 memcpy(txhdr->rts_cts_mac1, wlhdr->addr1, ETH_ALEN);
261 // memcpy(txhdr->rts_cts_mac2, sa, ETH_ALEN);
272 struct bcm43xx_txhdr *txhdr,
294 memset(txhdr, 0, sizeof(*txhdr));
207 bcm43xx_generate_rts(const struct bcm43xx_phyinfo *phy, struct bcm43xx_txhdr *txhdr, u16 *flags, u8 bitrate, const struct ieee80211_hdr_4addr *wlhdr) argument
271 bcm43xx_generate_txhdr(struct bcm43xx_private *bcm, struct bcm43xx_txhdr *txhdr, const unsigned char *fragment_data, const unsigned int fragment_len, const int is_first_fragment, const u16 cookie) argument
[all...]
H A Dbcm43xx_pio.c57 static u16 tx_get_next_word(struct bcm43xx_txhdr *txhdr, argument
65 if (i < sizeof(*txhdr)) {
66 source = (const u8 *)txhdr;
69 i -= sizeof(*txhdr);
78 struct bcm43xx_txhdr *txhdr,
86 data = tx_get_next_word(txhdr, packet, &i);
93 data = tx_get_next_word(txhdr, packet, &i);
97 tx_octet(queue, packet[octets - sizeof(*txhdr) - 1]);
183 struct bcm43xx_txhdr txhdr; local
188 &txhdr, sk
77 tx_data(struct bcm43xx_pioqueue *queue, struct bcm43xx_txhdr *txhdr, const u8 *packet, unsigned int octets) argument
[all...]
H A Dbcm43xx_xmit.h82 struct bcm43xx_txhdr *txhdr,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/arm/
H A Dam79c961a.h141 unsigned long txhdr; member in struct:dev_priv
H A Dam79c961a.c253 priv->txhdr = hdr_addr;
266 write_rreg (dev->base_addr, BASETXL, priv->txhdr);
459 hdraddr = priv->txhdr + (head << 3);
480 if (am_readword(dev, priv->txhdr + (priv->txhead << 3) + 2) & TMD_OWN)
558 hdraddr = priv->txhdr + (priv->txtail << 3);

Completed in 83 milliseconds