Home
last modified time | relevance | path

Searched refs:txcfg (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/wireless/marvell/mwifiex/
A D11n.c282 struct mwifiex_ds_11n_tx_cfg *txcfg) in mwifiex_cmd_11n_cfg() argument
289 htcfg->ht_tx_cap = cpu_to_le16(txcfg->tx_htcap); in mwifiex_cmd_11n_cfg()
290 htcfg->ht_tx_info = cpu_to_le16(txcfg->tx_htinfo); in mwifiex_cmd_11n_cfg()
293 htcfg->misc_config = cpu_to_le16(txcfg->misc_config); in mwifiex_cmd_11n_cfg()
A D11n.h33 struct mwifiex_ds_11n_tx_cfg *txcfg);
/linux/drivers/net/wireless/ath/ath9k/
A Dmac.c107 u32 txcfg, curLevel, newLevel; in ath9k_hw_updatetxtriglevel() local
114 txcfg = REG_READ(ah, AR_TXCFG); in ath9k_hw_updatetxtriglevel()
115 curLevel = MS(txcfg, AR_FTRIG); in ath9k_hw_updatetxtriglevel()
124 (txcfg & ~AR_FTRIG) | SM(newLevel, AR_FTRIG)); in ath9k_hw_updatetxtriglevel()
/linux/drivers/net/ethernet/sis/
A Dsis900.h32 txcfg=0x24, //Transmit Configuration Register enumerator
A Dsis900.c1443 sw32(txcfg, tx_flags); in sis900_set_mode()
2440 sw32(txcfg, sr32(txcfg) | TxMLB); in set_rx_mode()

Completed in 16 milliseconds