| /linux/drivers/net/wireless/nxp/nxpwifi/ |
| H A D | sta_tx.c | 27 u32 tx_control; in nxpwifi_process_sta_txpd() local 61 tx_control = in nxpwifi_process_sta_txpd() 63 local_tx_pd->tx_control = cpu_to_le32(tx_control); in nxpwifi_process_sta_txpd() 87 if (!local_tx_pd->tx_control) in nxpwifi_process_sta_txpd() 89 local_tx_pd->tx_control = cpu_to_le32(priv->pkt_tx_ctrl); in nxpwifi_process_sta_txpd() 128 local_tx_pd->tx_control = cpu_to_le32(priv->pkt_tx_ctrl); in nxpwifi_send_null_packet()
|
| H A D | 11n_aggr.c | 90 if (local_tx_pd->tx_control == 0) in nxpwifi_11n_form_amsdu_txpd() 92 local_tx_pd->tx_control = cpu_to_le32(priv->pkt_tx_ctrl); in nxpwifi_11n_form_amsdu_txpd()
|
| H A D | uap_txrx.c | 459 txpd->tx_control = in nxpwifi_process_uap_txpd() 475 if (!txpd->tx_control) in nxpwifi_process_uap_txpd() 477 txpd->tx_control = cpu_to_le32(priv->pkt_tx_ctrl); in nxpwifi_process_uap_txpd()
|
| H A D | cfg80211.c | 126 u32 tx_control = 0, pkt_type = PKT_TYPE_MGMT; in nxpwifi_form_mgmt_frame() local 135 memcpy(skb_push(skb, sizeof(tx_control)), in nxpwifi_form_mgmt_frame() 136 &tx_control, sizeof(tx_control)); in nxpwifi_form_mgmt_frame()
|
| H A D | fw.h | 655 __le32 tx_control; member 791 __le32 tx_control; member
|
| /linux/drivers/net/wireless/marvell/mwifiex/ |
| H A D | sta_tx.c | 73 local_tx_pd->tx_control = in mwifiex_process_sta_txpd() 101 if (!local_tx_pd->tx_control) in mwifiex_process_sta_txpd() 103 local_tx_pd->tx_control = cpu_to_le32(priv->pkt_tx_ctrl); in mwifiex_process_sta_txpd() 151 local_tx_pd->tx_control = cpu_to_le32(priv->pkt_tx_ctrl); in mwifiex_send_null_packet()
|
| H A D | uap_txrx.c | 511 txpd->tx_control = in mwifiex_process_uap_txpd() 527 if (!txpd->tx_control) in mwifiex_process_uap_txpd() 529 txpd->tx_control = cpu_to_le32(priv->pkt_tx_ctrl); in mwifiex_process_uap_txpd()
|
| H A D | tdls.c | 817 u32 pkt_type, tx_control; in mwifiex_send_tdls_action_frame() local 849 tx_control = 0; in mwifiex_send_tdls_action_frame() 853 memcpy(pos + sizeof(pkt_type), &tx_control, sizeof(tx_control)); in mwifiex_send_tdls_action_frame()
|
| H A D | cfg80211.c | 169 u32 tx_control = 0, pkt_type = PKT_TYPE_MGMT; in mwifiex_form_mgmt_frame() local 177 memcpy(skb_push(skb, sizeof(tx_control)), in mwifiex_form_mgmt_frame() 178 &tx_control, sizeof(tx_control)); in mwifiex_form_mgmt_frame() 4283 u32 tx_control = 0, pkt_type = PKT_TYPE_MGMT; in mwifiex_cfg80211_authenticate() local 4375 memcpy(skb_push(skb, sizeof(tx_control)), in mwifiex_cfg80211_authenticate() 4376 &tx_control, sizeof(tx_control)); in mwifiex_cfg80211_authenticate()
|
| H A D | fw.h | 689 __le32 tx_control; member 736 __le32 tx_control; member
|
| /linux/drivers/net/wireless/ti/wl1251/ |
| H A D | tx.h | 67 struct tx_control { struct 131 struct tx_control control;
|
| /linux/drivers/net/wireless/broadcom/b43/ |
| H A D | phy_g.c | 205 const struct b43_rfatt *rfatt, u8 tx_control) in b43_set_txpower_g() argument 222 gphy->tx_control = tx_control; in b43_set_txpower_g() 224 gphy->rfatt.with_padmix = !!(tx_control & B43_TXCTL_TXMIX); in b43_set_txpower_g() 231 bb, rf, tx_control, tx_bias, tx_magn); in b43_set_txpower_g() 238 (rf & 0x000F) | (tx_control & 0x0070)); in b43_set_txpower_g() 241 b43_radio_maskset(dev, 0x52, ~0x0070, (tx_control & 0x0070)); in b43_set_txpower_g() 1570 b43_set_txpower_g(dev, &gphy->bbatt, &gphy->rfatt, gphy->tx_control); in b43_phy_initb5() 1677 b43_set_txpower_g(dev, &gphy->bbatt, &gphy->rfatt, gphy->tx_control); in b43_phy_initb6() 1942 old_tx_control = gphy->tx_control; in b43_phy_init_pctl() 2526 gphy->tx_control = (default_tx_control(dev) << 4); in b43_gphy_op_prepare_hardware() [all …]
|
| H A D | lo.h | 80 u16 rfatt, u16 bbatt, u16 tx_control);
|
| H A D | phy_g.h | 150 u8 tx_control; /* B43_TXCTL_XXX */ member
|
| H A D | lo.c | 902 u16 rfatt, u16 bbatt, u16 tx_control) in b43_lo_g_adjust_to() argument
|
| /linux/drivers/net/wireless/marvell/libertas/ |
| H A D | tx.c | 128 txpd->tx_control = cpu_to_le32(convert_radiotap_rate_to_mv(rtap_hdr->rate)); in lbs_hard_start_xmit()
|
| H A D | host.h | 307 __le32 tx_control; member
|
| H A D | mesh.c | 1087 txpd->tx_control |= cpu_to_le32(TxPD_MESH_FRAME); in lbs_mesh_set_txpd()
|
| /linux/drivers/net/ethernet/xscale/ |
| H A D | ixp4xx_eth.c | 174 u32 tx_control[2], __res1[2]; /* 000 */ member 606 &port->regs->tx_control[0]); in ixp4xx_adjust_link() 609 &port->regs->tx_control[0]); in ixp4xx_adjust_link() 1316 __raw_writel(TX_CNTRL1_RETRIES, &port->regs->tx_control[1]); in eth_open() 1317 __raw_writel(DEFAULT_TX_CNTRL0, &port->regs->tx_control[0]); in eth_open()
|
| /linux/drivers/net/wireless/marvell/libertas_tf/ |
| H A D | libertas_tf.h | 267 __le32 tx_control; member
|
| H A D | main.c | 231 txpd->tx_control |= cpu_to_le32(MRVL_PER_PACKET_RATE | in lbtf_tx_work()
|
| /linux/drivers/net/ethernet/sfc/siena/ |
| H A D | siena.c | 490 SIENA_DMA_STAT(tx_control, TX_CONTROL_PKTS),
|
| /linux/drivers/net/ethernet/sfc/falcon/ |
| H A D | falcon.c | 151 FALCON_DMA_STAT(tx_control, XgTxControlPkts),
|