Home
last modified time | relevance | path

Searched refs:tx_control (Results 1 – 23 of 23) sorted by relevance

/linux/drivers/net/wireless/marvell/mwifiex/
A Dsta_tx.c73 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 D11n_aggr.c113 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 Duap_txrx.c511 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 Dtdls.c821 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 Dcfg80211.c169 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 Dfw.h684 __le32 tx_control; member
731 __le32 tx_control; member
/linux/drivers/net/wireless/ti/wl1251/
A Dtx.h67 struct tx_control { struct
131 struct tx_control control;
/linux/drivers/net/wireless/broadcom/b43/
A Dphy_g.c222 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 Dlo.h80 u16 rfatt, u16 bbatt, u16 tx_control);
A Dphy_g.h150 u8 tx_control; /* B43_TXCTL_XXX */ member
A Dlo.c902 u16 rfatt, u16 bbatt, u16 tx_control) in b43_lo_g_adjust_to() argument
/linux/drivers/net/ethernet/ibm/ehea/
A Dehea_main.c780 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 Dehea_qmr.h88 u16 tx_control; member
/linux/drivers/net/wireless/marvell/libertas/
A Dtx.c121 txpd->tx_control = cpu_to_le32(convert_radiotap_rate_to_mv(rtap_hdr->rate)); in lbs_hard_start_xmit()
A Dhost.h307 __le32 tx_control; member
A Dmesh.c1087 txpd->tx_control |= cpu_to_le32(TxPD_MESH_FRAME); in lbs_mesh_set_txpd()
/linux/drivers/media/rc/
A Dimon.c112 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 Dixp4xx_eth.c174 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 Dfealnx.c1489 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 Dlibertas_tf.h267 __le32 tx_control; member
A Dmain.c231 txpd->tx_control |= cpu_to_le32(MRVL_PER_PACKET_RATE | in lbtf_tx_work()
/linux/drivers/net/ethernet/sfc/siena/
A Dsiena.c490 SIENA_DMA_STAT(tx_control, TX_CONTROL_PKTS),
/linux/drivers/net/ethernet/sfc/falcon/
A Dfalcon.c151 FALCON_DMA_STAT(tx_control, XgTxControlPkts),

Completed in 80 milliseconds