| /linux/drivers/net/wireless/marvell/mwifiex/ |
| 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()
|
| A D | 11n_aggr.c | 113 if (local_tx_pd->tx_control == 0) in mwifiex_11n_form_amsdu_txpd() 115 local_tx_pd->tx_control = cpu_to_le32(priv->pkt_tx_ctrl); in mwifiex_11n_form_amsdu_txpd()
|
| 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()
|
| A D | tdls.c | 821 u32 pkt_type, tx_control; in mwifiex_send_tdls_action_frame() local 853 tx_control = 0; in mwifiex_send_tdls_action_frame() 857 memcpy(pos + sizeof(pkt_type), &tx_control, sizeof(tx_control)); in mwifiex_send_tdls_action_frame()
|
| 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() 4285 u32 tx_control = 0, pkt_type = PKT_TYPE_MGMT; in mwifiex_cfg80211_authenticate() local 4377 memcpy(skb_push(skb, sizeof(tx_control)), in mwifiex_cfg80211_authenticate() 4378 &tx_control, sizeof(tx_control)); in mwifiex_cfg80211_authenticate()
|
| A D | fw.h | 684 __le32 tx_control; member 731 __le32 tx_control; member
|
| /linux/drivers/net/wireless/ti/wl1251/ |
| A D | tx.h | 67 struct tx_control { struct 131 struct tx_control control;
|
| /linux/drivers/net/wireless/broadcom/b43/ |
| A D | phy_g.c | 222 gphy->tx_control = tx_control; in b43_set_txpower_g() 238 (rf & 0x000F) | (tx_control & 0x0070)); in b43_set_txpower_g() 1942 old_tx_control = gphy->tx_control; in b43_phy_init_pctl() 2823 u8 tx_control; in b43_gphy_op_adjust_txpower() local 2834 tx_control = gphy->tx_control; in b43_gphy_op_adjust_txpower() 2837 if (tx_control == 0) { in b43_gphy_op_adjust_txpower() 2838 tx_control = in b43_gphy_op_adjust_txpower() 2849 } else if (rfatt > 4 && tx_control) { in b43_gphy_op_adjust_txpower() 2850 tx_control = 0; in b43_gphy_op_adjust_txpower() 2861 gphy->tx_control = tx_control; in b43_gphy_op_adjust_txpower() [all …]
|
| A D | lo.h | 80 u16 rfatt, u16 bbatt, u16 tx_control);
|
| A D | phy_g.h | 150 u8 tx_control; /* B43_TXCTL_XXX */ member
|
| A D | lo.c | 902 u16 rfatt, u16 bbatt, u16 tx_control) in b43_lo_g_adjust_to() argument
|
| /linux/drivers/net/ethernet/ibm/ehea/ |
| A D | ehea_main.c | 780 swqe->tx_control |= EHEA_SWQE_PURGE; in check_sqs() 782 swqe->tx_control |= EHEA_SWQE_SIGNALLED_COMPLETION; in check_sqs() 783 swqe->tx_control |= EHEA_SWQE_IMM_DATA_PRESENT; in check_sqs() 1615 swqe->tx_control |= EHEA_SWQE_TSO; in write_swqe2_immediate() 1965 swqe->tx_control |= EHEA_SWQE_IP_CHECKSUM; in xmit_common() 1973 swqe->tx_control |= EHEA_SWQE_TCP_CHECKSUM; in xmit_common() 1981 swqe->tx_control |= EHEA_SWQE_TCP_CHECKSUM; in xmit_common() 1992 swqe->tx_control |= EHEA_SWQE_DESCRIPTORS_PRESENT; in ehea_xmit2() 2032 swqe->tx_control |= EHEA_SWQE_VLAN_INSERT; in ehea_start_xmit() 2076 swqe->tx_control |= EHEA_SWQE_PURGE; in ehea_start_xmit() [all …]
|
| A D | ehea_qmr.h | 88 u16 tx_control; member
|
| /linux/drivers/net/wireless/marvell/libertas/ |
| A D | tx.c | 121 txpd->tx_control = cpu_to_le32(convert_radiotap_rate_to_mv(rtap_hdr->rate)); in lbs_hard_start_xmit()
|
| A D | host.h | 307 __le32 tx_control; member
|
| A D | mesh.c | 1087 txpd->tx_control |= cpu_to_le32(TxPD_MESH_FRAME); in lbs_mesh_set_txpd()
|
| /linux/drivers/media/rc/ |
| A D | imon.c | 112 bool tx_control; member 602 if (!ictx->tx_control) { in send_packet() 2128 bool tx_control = false; in imon_find_endpoints() local 2171 tx_control = true; in imon_find_endpoints() 2200 ictx->tx_control = tx_control; in imon_find_endpoints()
|
| /linux/drivers/net/ethernet/xscale/ |
| A D | ixp4xx_eth.c | 174 u32 tx_control[2], __res1[2]; /* 000 */ member 599 &port->regs->tx_control[0]); in ixp4xx_adjust_link() 602 &port->regs->tx_control[0]); in ixp4xx_adjust_link() 1324 __raw_writel(TX_CNTRL1_RETRIES, &port->regs->tx_control[1]); in eth_open() 1325 __raw_writel(DEFAULT_TX_CNTRL0, &port->regs->tx_control[0]); in eth_open()
|
| /linux/drivers/net/ethernet/ |
| A D | fealnx.c | 1489 long tx_control = np->cur_tx->control; in intr_handler() local 1491 if (!(tx_control & TXLD)) { /* this pkt is combined by two tx descriptors */ in intr_handler() 1496 tx_control = next->control; in intr_handler() 1518 ((tx_control & PKTSMask) >> PKTSShift); in intr_handler() 1526 ((tx_control & PKTSMask) >> PKTSShift); in intr_handler()
|
| /linux/drivers/net/wireless/marvell/libertas_tf/ |
| A D | libertas_tf.h | 267 __le32 tx_control; member
|
| 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/ |
| A D | siena.c | 490 SIENA_DMA_STAT(tx_control, TX_CONTROL_PKTS),
|
| /linux/drivers/net/ethernet/sfc/falcon/ |
| A D | falcon.c | 151 FALCON_DMA_STAT(tx_control, XgTxControlPkts),
|