Searched refs:txhdr (Results 1 – 10 of 10) sorted by relevance
| /linux/drivers/net/wireless/broadcom/b43/ |
| A D | xmit.c | 262 memset(txhdr, 0, sizeof(*txhdr)); in b43_generate_txhdr() 336 ARRAY_SIZE(txhdr->iv)); in b43_generate_txhdr() 444 (txhdr->format_598.rts_frame); in b43_generate_txhdr() 448 (txhdr->format_351.rts_frame); in b43_generate_txhdr() 452 (txhdr->format_410.rts_frame); in b43_generate_txhdr() 499 plcp = &txhdr->rts_plcp_fb; in b43_generate_txhdr() 521 txhdr->phy_rate_rts = in b43_generate_txhdr() 525 txhdr->phy_rate_rts = in b43_generate_txhdr() 556 txhdr->phy_ctl1 = in b43_generate_txhdr() 558 txhdr->phy_ctl1_fb = in b43_generate_txhdr() [all …]
|
| A D | pio.c | 450 struct b43_txhdr *txhdr = (struct b43_txhdr *)wl->pio_scratchspace; in pio_tx_frame() local 460 err = b43_generate_txhdr(dev, (u8 *)txhdr, skb, in pio_tx_frame() 474 pio_tx_frame_4byte_queue(pack, (const u8 *)txhdr, hdrlen); in pio_tx_frame() 476 pio_tx_frame_2byte_queue(pack, (const u8 *)txhdr, hdrlen); in pio_tx_frame()
|
| A D | xmit.h | 207 u8 * txhdr,
|
| /linux/drivers/net/wireless/broadcom/b43legacy/ |
| A D | xmit.c | 195 memset(txhdr, 0, sizeof(*txhdr)); in generate_txhdr_fw3() 214 txhdr->dur_fb = wlhdr->duration_id; in generate_txhdr_fw3() 245 ARRAY_SIZE(txhdr->iv)); in generate_txhdr_fw3() 313 (txhdr->rts_frame)); in generate_txhdr_fw3() 321 (txhdr->rts_frame)); in generate_txhdr_fw3() 327 (&txhdr->rts_plcp), in generate_txhdr_fw3() 332 txhdr->rts_dur_fb = hdr->duration_id; in generate_txhdr_fw3() 336 txhdr->cookie = cpu_to_le16(cookie); in generate_txhdr_fw3() 339 txhdr->mac_ctl = cpu_to_le32(mac_ctl); in generate_txhdr_fw3() 340 txhdr->phy_ctl = cpu_to_le16(phy_ctl); in generate_txhdr_fw3() [all …]
|
| A D | pio.c | 42 static u16 tx_get_next_word(const u8 *txhdr, in tx_get_next_word() argument 52 source = txhdr; in tx_get_next_word() 64 u8 *txhdr, in tx_data() argument 72 data = tx_get_next_word(txhdr, packet, in tx_data() 80 data = tx_get_next_word(txhdr, packet, in tx_data() 178 u8 *txhdr = NULL; in pio_tx_write_fragment() local 182 txhdr = (u8 *)(&txhdr_data.txhdr_fw3); in pio_tx_write_fragment() 186 txhdr, skb->data, skb->len, in pio_tx_write_fragment() 196 tx_data(queue, txhdr, (u8 *)skb->data, octets); in pio_tx_write_fragment()
|
| A D | xmit.h | 83 u8 *txhdr,
|
| /linux/drivers/net/wireless/intersil/p54/ |
| A D | txrx.c | 788 struct p54_tx_data *txhdr; in p54_tx_80211() local 824 txhdr = skb_push(skb, sizeof(*txhdr) + padding); in p54_tx_80211() 838 memset(&txhdr->rateset, 0, sizeof(txhdr->rateset)); in p54_tx_80211() 895 txhdr->rateset[ridx] = rate; in p54_tx_80211() 906 txhdr->rts_rate_idx = 0; in p54_tx_80211() 910 memcpy(txhdr->key, info->control.hw_key->key, txhdr->key_len); in p54_tx_80211() 922 txhdr->key_type = 0; in p54_tx_80211() 923 txhdr->key_len = 0; in p54_tx_80211() 926 txhdr->hw_queue = queue; in p54_tx_80211() 928 memset(txhdr->durations, 0, sizeof(txhdr->durations)); in p54_tx_80211() [all …]
|
| /linux/drivers/net/wireless/admtek/ |
| A D | adm8211.c | 1676 struct adm8211_tx_hdr *txhdr; in adm8211_tx() local 1695 txhdr = skb_push(skb, sizeof(*txhdr)); in adm8211_tx() 1696 memset(txhdr, 0, sizeof(*txhdr)); in adm8211_tx() 1698 txhdr->signal = plcp_signal; in adm8211_tx() 1699 txhdr->frame_body_size = cpu_to_le16(payload_len); in adm8211_tx() 1700 txhdr->frame_control = hdr->frame_control; in adm8211_tx() 1704 txhdr->frag = cpu_to_le16(0x0FFF); in adm8211_tx() 1707 txhdr->plcp_frag_head_len = cpu_to_le16(plcp); in adm8211_tx() 1708 txhdr->plcp_frag_tail_len = cpu_to_le16(plcp); in adm8211_tx() 1709 txhdr->dur_frag_head = cpu_to_le16(dur); in adm8211_tx() [all …]
|
| /linux/drivers/net/ethernet/mellanox/mlxsw/ |
| A D | spectrum.c | 233 char *txhdr = skb_push(skb, MLXSW_TXHDR_LEN); in mlxsw_sp_txhdr_construct() local 235 memset(txhdr, 0, MLXSW_TXHDR_LEN); in mlxsw_sp_txhdr_construct() 237 mlxsw_tx_hdr_version_set(txhdr, MLXSW_TXHDR_VERSION_1); in mlxsw_sp_txhdr_construct() 238 mlxsw_tx_hdr_ctl_set(txhdr, MLXSW_TXHDR_ETH_CTL); in mlxsw_sp_txhdr_construct() 239 mlxsw_tx_hdr_proto_set(txhdr, MLXSW_TXHDR_PROTO_ETH); in mlxsw_sp_txhdr_construct() 240 mlxsw_tx_hdr_swid_set(txhdr, 0); in mlxsw_sp_txhdr_construct() 241 mlxsw_tx_hdr_control_tclass_set(txhdr, 1); in mlxsw_sp_txhdr_construct() 242 mlxsw_tx_hdr_port_mid_set(txhdr, tx_info->local_port); in mlxsw_sp_txhdr_construct() 243 mlxsw_tx_hdr_type_set(txhdr, MLXSW_TXHDR_TYPE_CONTROL); in mlxsw_sp_txhdr_construct()
|
| /linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| A D | msgbuf.c | 96 u8 txhdr[ETH_HLEN]; member 748 memcpy(tx_msghdr->txhdr, skb->data, ETH_HLEN); in brcmf_msgbuf_txflow()
|
Completed in 42 milliseconds