/drivers/net/wireless/mwifiex/ |
D | sta_tx.c | 86 local_tx_pd->tx_control = in mwifiex_process_sta_txpd() 111 if (!local_tx_pd->tx_control) in mwifiex_process_sta_txpd() 113 local_tx_pd->tx_control = cpu_to_le32(priv->pkt_tx_ctrl); in mwifiex_process_sta_txpd() 155 local_tx_pd->tx_control = cpu_to_le32(priv->pkt_tx_ctrl); in mwifiex_send_null_packet()
|
D | uap_txrx.c | 313 txpd->tx_control = in mwifiex_process_uap_txpd() 328 if (!txpd->tx_control) in mwifiex_process_uap_txpd() 330 txpd->tx_control = cpu_to_le32(priv->pkt_tx_ctrl); in mwifiex_process_uap_txpd()
|
D | 11n_aggr.c | 120 if (local_tx_pd->tx_control == 0) in mwifiex_11n_form_amsdu_txpd() 122 local_tx_pd->tx_control = cpu_to_le32(priv->pkt_tx_ctrl); in mwifiex_11n_form_amsdu_txpd()
|
D | cfg80211.c | 148 u32 tx_control = 0, pkt_type = PKT_TYPE_MGMT; in mwifiex_form_mgmt_frame() local 157 memcpy(skb_push(skb, sizeof(tx_control)), in mwifiex_form_mgmt_frame() 158 &tx_control, sizeof(tx_control)); in mwifiex_form_mgmt_frame()
|
D | fw.h | 486 __le32 tx_control; member 530 __le32 tx_control; member
|
/drivers/net/wireless/ti/wl1251/ |
D | tx.h | 81 struct tx_control { struct 145 struct tx_control control;
|
/drivers/net/wireless/b43/ |
D | phy_g.c | 217 const struct b43_rfatt *rfatt, u8 tx_control) in b43_set_txpower_g() argument 234 gphy->tx_control = tx_control; in b43_set_txpower_g() 236 gphy->rfatt.with_padmix = !!(tx_control & B43_TXCTL_TXMIX); in b43_set_txpower_g() 243 bb, rf, tx_control, tx_bias, tx_magn); in b43_set_txpower_g() 250 (rf & 0x000F) | (tx_control & 0x0070)); in b43_set_txpower_g() 253 b43_radio_maskset(dev, 0x52, ~0x0070, (tx_control & 0x0070)); in b43_set_txpower_g() 1582 b43_set_txpower_g(dev, &gphy->bbatt, &gphy->rfatt, gphy->tx_control); in b43_phy_initb5() 1688 b43_set_txpower_g(dev, &gphy->bbatt, &gphy->rfatt, gphy->tx_control); in b43_phy_initb6() 1954 old_tx_control = gphy->tx_control; in b43_phy_init_pctl() 2524 gphy->tx_control = (default_tx_control(dev) << 4); in b43_gphy_op_prepare_hardware() [all …]
|
D | lo.h | 79 u16 rfatt, u16 bbatt, u16 tx_control);
|
D | phy_g.h | 149 u8 tx_control; /* B43_TXCTL_XXX */ member
|
/drivers/net/wireless/orinoco/ |
D | main.c | 370 int *tx_control, in orinoco_process_xmit_skb() argument 383 *tx_control |= (priv->tx_key << HERMES_MIC_KEY_ID_SHIFT) | in orinoco_process_xmit_skb() 443 int tx_control; in orinoco_xmit() local 477 tx_control = HERMES_TXCTRL_TX_OK | HERMES_TXCTRL_TX_EX; in orinoco_xmit() 479 err = orinoco_process_xmit_skb(skb, dev, priv, &tx_control, in orinoco_xmit() 494 *txcntl = cpu_to_le16(tx_control); in orinoco_xmit() 508 desc.tx_control = cpu_to_le16(tx_control); in orinoco_xmit() 533 if (tx_control & HERMES_TXCTRL_MIC) { in orinoco_xmit()
|
D | orinoco_usb.c | 1206 int tx_control; in ezusb_xmit() local 1250 tx_control = 0; in ezusb_xmit() 1252 err = orinoco_process_xmit_skb(skb, dev, priv, &tx_control, in ezusb_xmit() 1259 *tx_cntl = cpu_to_le16(tx_control); in ezusb_xmit() 1266 if (tx_control & HERMES_TXCTRL_MIC) { in ezusb_xmit()
|
D | orinoco.h | 206 int *tx_control,
|
D | hermes.h | 207 __le16 tx_control; member
|
/drivers/net/ethernet/ibm/ehea/ |
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() 1632 swqe->tx_control |= EHEA_SWQE_TSO; in write_swqe2_immediate() 1984 swqe->tx_control |= EHEA_SWQE_IMM_DATA_PRESENT | EHEA_SWQE_CRC; in xmit_common() 1990 swqe->tx_control |= EHEA_SWQE_IP_CHECKSUM; in xmit_common() 1998 swqe->tx_control |= EHEA_SWQE_TCP_CHECKSUM; in xmit_common() 2006 swqe->tx_control |= EHEA_SWQE_TCP_CHECKSUM; in xmit_common() 2017 swqe->tx_control |= EHEA_SWQE_DESCRIPTORS_PRESENT; in ehea_xmit2() 2057 swqe->tx_control |= EHEA_SWQE_VLAN_INSERT; in ehea_start_xmit() [all …]
|
D | ehea_qmr.h | 102 u16 tx_control; member
|
/drivers/net/ethernet/sfc/ |
D | falcon_xmac.c | 328 FALCON_STAT(efx, XgTxControlPkts, tx_control); in falcon_update_stats_xmac() 346 mac_stats->tx_control * 64); in falcon_update_stats_xmac()
|
/drivers/net/wireless/libertas/ |
D | tx.c | 121 txpd->tx_control = cpu_to_le32(convert_radiotap_rate_to_mv(rtap_hdr->rate)); in lbs_hard_start_xmit()
|
/drivers/media/rc/ |
D | imon.c | 112 bool tx_control; member 480 if (!ictx->tx_control) { in send_packet() 2017 bool tx_control = false; in imon_find_endpoints() local 2060 tx_control = true; in imon_find_endpoints() 2089 ictx->tx_control = tx_control; in imon_find_endpoints()
|
/drivers/net/ethernet/xscale/ |
D | ixp4xx_eth.c | 150 u32 tx_control[2], __res1[2]; /* 000 */ member 567 &port->regs->tx_control[0]); in ixp4xx_adjust_link() 570 &port->regs->tx_control[0]); in ixp4xx_adjust_link() 1265 __raw_writel(TX_CNTRL1_RETRIES, &port->regs->tx_control[1]); in eth_open() 1266 __raw_writel(DEFAULT_TX_CNTRL0, &port->regs->tx_control[0]); in eth_open()
|
/drivers/infiniband/hw/nes/ |
D | nes_utils.c | 757 u32 tx_control; in nes_mh_fix() local 819 tx_control = nes_read_indexed(nesdev, NES_IDX_MAC_TX_CONTROL); in nes_mh_fix() 864 nes_write_indexed(nesdev, NES_IDX_MAC_TX_CONTROL, tx_control); in nes_mh_fix()
|
/drivers/net/ethernet/ |
D | fealnx.c | 1496 long tx_control = np->cur_tx->control; in intr_handler() local 1498 if (!(tx_control & TXLD)) { /* this pkt is combined by two tx descriptors */ in intr_handler() 1503 tx_control = next->control; in intr_handler() 1525 ((tx_control & PKTSMask) >> PKTSShift); in intr_handler() 1533 ((tx_control & PKTSMask) >> PKTSShift); in intr_handler()
|
/drivers/net/wireless/hostap/ |
D | hostap_hw.c | 1812 u16 tx_control, fc; in prism2_tx_80211() local 1845 tx_control = local->tx_control; in prism2_tx_80211() 1847 tx_control |= HFA384X_TX_CTRL_TX_OK; in prism2_tx_80211() 1850 txdesc.tx_control = cpu_to_le16(tx_control); in prism2_tx_80211() 2381 le16_to_cpu(txdesc.tx_control)); in prism2_txexc() 3177 local->tx_control = HFA384X_TX_CTRL_FLAGS; in prism2_init_local_data()
|
D | hostap_wlan.h | 112 __le16 tx_control; /* HFA384X_TX_CTRL_ flags */ member 741 u16 tx_control; /* flags to be used in TX description */ member
|
/drivers/net/wireless/libertas_tf/ |
D | libertas_tf.h | 268 __le32 tx_control; member
|
/drivers/staging/wlan-ng/ |
D | hfa384x_usb.c | 2732 hw->txbuff.txfrm.desc.tx_control = in hfa384x_drvr_txframe() 2736 hw->txbuff.txfrm.desc.tx_control = in hfa384x_drvr_txframe() 2740 hw->txbuff.txfrm.desc.tx_control = in hfa384x_drvr_txframe() 2744 hw->txbuff.txfrm.desc.tx_control = in hfa384x_drvr_txframe() 2745 cpu_to_le16(hw->txbuff.txfrm.desc.tx_control); in hfa384x_drvr_txframe()
|