Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/wireless/marvell/mwifiex/
A D11n.c270 struct mwifiex_ds_11n_tx_cfg *txcfg) in mwifiex_cmd_11n_cfg() argument
277 htcfg->ht_tx_cap = cpu_to_le16(txcfg->tx_htcap); in mwifiex_cmd_11n_cfg()
278 htcfg->ht_tx_info = cpu_to_le16(txcfg->tx_htinfo); in mwifiex_cmd_11n_cfg()
281 htcfg->misc_config = cpu_to_le16(txcfg->misc_config); in mwifiex_cmd_11n_cfg()
A D11n.h21 struct mwifiex_ds_11n_tx_cfg *txcfg);
/linux-6.3-rc2/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-6.3-rc2/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()
/linux-6.3-rc2/drivers/net/phy/
A Dmicrel.c2302 int txcfg = 0, rxcfg = 0; in lan8814_hwtstamp() local
2340 txcfg = PTP_TX_PARSE_CONFIG_LAYER2_EN_; in lan8814_hwtstamp()
2343 txcfg |= PTP_TX_PARSE_CONFIG_IPV4_EN_ | PTP_TX_PARSE_CONFIG_IPV6_EN_; in lan8814_hwtstamp()
2346 lanphy_write_page_reg(ptp_priv->phydev, 5, PTP_TX_PARSE_CONFIG, txcfg); in lan8814_hwtstamp()
3581 int txcfg = 0, rxcfg = 0; in lan8841_hwtstamp() local
3622 txcfg |= PTP_TX_PARSE_CONFIG_LAYER2_EN_; in lan8841_hwtstamp()
3625 txcfg |= PTP_TX_PARSE_CONFIG_IPV4_EN_ | PTP_TX_PARSE_CONFIG_IPV6_EN_; in lan8841_hwtstamp()
3629 phy_write_mmd(phydev, 2, LAN8841_PTP_TX_PARSE_CONFIG, txcfg); in lan8841_hwtstamp()

Completed in 24 milliseconds