Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wireless/marvell/mwifiex/
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()
D11n.h21 struct mwifiex_ds_11n_tx_cfg *txcfg);
/linux-6.1.9/drivers/net/wireless/ath/ath9k/
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.1.9/drivers/net/ethernet/sis/
Dsis900.h32 txcfg=0x24, //Transmit Configuration Register enumerator
Dsis900.c1443 sw32(txcfg, tx_flags); in sis900_set_mode()
2440 sw32(txcfg, sr32(txcfg) | TxMLB); in set_rx_mode()
/linux-6.1.9/drivers/net/phy/
Dmicrel.c2184 int txcfg = 0, rxcfg = 0; in lan8814_hwtstamp() local
2222 txcfg = PTP_TX_PARSE_CONFIG_LAYER2_EN_; in lan8814_hwtstamp()
2225 txcfg |= PTP_TX_PARSE_CONFIG_IPV4_EN_ | PTP_TX_PARSE_CONFIG_IPV6_EN_; in lan8814_hwtstamp()
2228 lanphy_write_page_reg(ptp_priv->phydev, 5, PTP_TX_PARSE_CONFIG, txcfg); in lan8814_hwtstamp()