Lines Matching defs:txhdr
175 struct b43legacy_txhdr_fw3 *txhdr,
195 memset(txhdr, 0, sizeof(*txhdr));
204 txhdr->mac_frame_ctl = wlhdr->frame_control;
205 memcpy(txhdr->tx_receiver, wlhdr->addr1, ETH_ALEN);
214 txhdr->dur_fb = wlhdr->duration_id;
216 txhdr->dur_fb = ieee80211_generic_frame_duration(dev->wl->hw,
245 ARRAY_SIZE(txhdr->iv));
246 memcpy(txhdr->iv, ((u8 *)wlhdr) + wlhdr_len, iv_len);
257 (&txhdr->plcp), plcp_fragment_len,
259 b43legacy_generate_plcp_hdr(&txhdr->plcp_fb, plcp_fragment_len,
313 (txhdr->rts_frame));
321 (txhdr->rts_frame));
327 (&txhdr->rts_plcp),
329 b43legacy_generate_plcp_hdr(&txhdr->rts_plcp_fb,
331 hdr = (struct ieee80211_hdr *)(&txhdr->rts_frame);
332 txhdr->rts_dur_fb = hdr->duration_id;
336 txhdr->cookie = cpu_to_le16(cookie);
339 txhdr->mac_ctl = cpu_to_le32(mac_ctl);
340 txhdr->phy_ctl = cpu_to_le16(phy_ctl);
346 u8 *txhdr,
352 return generate_txhdr_fw3(dev, (struct b43legacy_txhdr_fw3 *)txhdr,