Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/wireless/ath/ath10k/
Dhtt_tx.c1289 static int ath10k_htt_tx_hl(struct ath10k_htt *htt, enum ath10k_hw_txrx_mode txmode, in ath10k_htt_tx_hl() argument
1299 bool is_eth = (txmode == ATH10K_HW_TXRX_ETHERNET); in ath10k_htt_tx_hl()
1315 switch (txmode) { in ath10k_htt_tx_hl()
1321 flags0 |= SM(txmode, HTT_DATA_TX_DESC_FLAGS0_PKT_TYPE); in ath10k_htt_tx_hl()
1402 enum ath10k_hw_txrx_mode txmode, in ath10k_htt_tx_32() argument
1413 bool is_eth = (txmode == ATH10K_HW_TXRX_ETHERNET); in ath10k_htt_tx_32()
1445 txmode == ATH10K_HW_TXRX_RAW && in ath10k_htt_tx_32()
1461 switch (txmode) { in ath10k_htt_tx_32()
1491 flags0 |= SM(txmode, HTT_DATA_TX_DESC_FLAGS0_PKT_TYPE); in ath10k_htt_tx_32()
1604 enum ath10k_hw_txrx_mode txmode, in ath10k_htt_tx_64() argument
[all …]
Dhtt.h2046 int (*htt_tx)(struct ath10k_htt *htt, enum ath10k_hw_txrx_mode txmode,
2087 enum ath10k_hw_txrx_mode txmode, in ath10k_htt_tx() argument
2090 return htt->tx_ops->htt_tx(htt, txmode, msdu); in ath10k_htt_tx()
Dmac.c3949 enum ath10k_hw_txrx_mode txmode) in ath10k_mac_tx_h_get_txpath() argument
3951 switch (txmode) { in ath10k_mac_tx_h_get_txpath()
3972 enum ath10k_hw_txrx_mode txmode, in ath10k_mac_tx_submit() argument
3981 ret = ath10k_htt_tx(htt, txmode, skb); in ath10k_mac_tx_submit()
4009 enum ath10k_hw_txrx_mode txmode, in ath10k_mac_tx() argument
4022 switch (txmode) { in ath10k_mac_tx()
4052 ret = ath10k_mac_tx_submit(ar, txmode, txpath, skb); in ath10k_mac_tx()
4079 enum ath10k_hw_txrx_mode txmode; in ath10k_offchan_tx_work() local
4149 txmode = ath10k_mac_tx_h_get_txmode(ar, vif, sta, skb); in ath10k_offchan_tx_work()
4150 txpath = ath10k_mac_tx_h_get_txpath(ar, skb, txmode); in ath10k_offchan_tx_work()
[all …]
/Linux-v5.15/drivers/net/wireless/mediatek/mt76/mt7921/
Dmcu.c320 u8 txmode = FIELD_GET(MT_WTBL_RATE_TX_MODE, r); in mt7921_mcu_tx_rate_parse() local
342 gi = txmode >= MT_PHY_TYPE_HE_SU ? in mt7921_mcu_tx_rate_parse()
346 switch (txmode) { in mt7921_mcu_tx_rate_parse()
/Linux-v5.15/drivers/net/ethernet/stmicro/stmmac/
Dstmmac_main.c2285 u32 txmode = 0; in stmmac_dma_operation_mode() local
2300 txmode = tc; in stmmac_dma_operation_mode()
2310 txmode = SF_DMA_MODE; in stmmac_dma_operation_mode()
2314 txmode = tc; in stmmac_dma_operation_mode()
2343 stmmac_dma_tx_mode(priv, priv->ioaddr, txmode, chan, in stmmac_dma_operation_mode()
2659 static void stmmac_set_dma_operation_mode(struct stmmac_priv *priv, u32 txmode, in stmmac_set_dma_operation_mode() argument
2679 stmmac_dma_tx_mode(priv, priv->ioaddr, txmode, chan, txfifosz, txqmode); in stmmac_set_dma_operation_mode()