Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/wireless/ath/ath10k/
Dhtt_tx.c1287 static int ath10k_htt_tx_hl(struct ath10k_htt *htt, enum ath10k_hw_txrx_mode txmode, in ath10k_htt_tx_hl() argument
1297 bool is_eth = (txmode == ATH10K_HW_TXRX_ETHERNET); in ath10k_htt_tx_hl()
1313 switch (txmode) { in ath10k_htt_tx_hl()
1319 flags0 |= SM(txmode, HTT_DATA_TX_DESC_FLAGS0_PKT_TYPE); in ath10k_htt_tx_hl()
1400 enum ath10k_hw_txrx_mode txmode, in ath10k_htt_tx_32() argument
1411 bool is_eth = (txmode == ATH10K_HW_TXRX_ETHERNET); in ath10k_htt_tx_32()
1443 txmode == ATH10K_HW_TXRX_RAW && in ath10k_htt_tx_32()
1459 switch (txmode) { in ath10k_htt_tx_32()
1489 flags0 |= SM(txmode, HTT_DATA_TX_DESC_FLAGS0_PKT_TYPE); in ath10k_htt_tx_32()
1602 enum ath10k_hw_txrx_mode txmode, in ath10k_htt_tx_64() argument
[all …]
Dhtt.h2045 int (*htt_tx)(struct ath10k_htt *htt, enum ath10k_hw_txrx_mode txmode,
2086 enum ath10k_hw_txrx_mode txmode, in ath10k_htt_tx() argument
2089 return htt->tx_ops->htt_tx(htt, txmode, msdu); in ath10k_htt_tx()
Dmac.c3788 enum ath10k_hw_txrx_mode txmode) in ath10k_mac_tx_h_get_txpath() argument
3790 switch (txmode) { in ath10k_mac_tx_h_get_txpath()
3811 enum ath10k_hw_txrx_mode txmode, in ath10k_mac_tx_submit() argument
3820 ret = ath10k_htt_tx(htt, txmode, skb); in ath10k_mac_tx_submit()
3848 enum ath10k_hw_txrx_mode txmode, in ath10k_mac_tx() argument
3861 switch (txmode) { in ath10k_mac_tx()
3891 ret = ath10k_mac_tx_submit(ar, txmode, txpath, skb); in ath10k_mac_tx()
3918 enum ath10k_hw_txrx_mode txmode; in ath10k_offchan_tx_work() local
3989 txmode = ath10k_mac_tx_h_get_txmode(ar, vif, sta, skb); in ath10k_offchan_tx_work()
3990 txpath = ath10k_mac_tx_h_get_txpath(ar, skb, txmode); in ath10k_offchan_tx_work()
[all …]
/Linux-v5.10/drivers/net/ethernet/stmicro/stmmac/
Dstmmac_main.c1908 u32 txmode = 0; in stmmac_dma_operation_mode() local
1923 txmode = tc; in stmmac_dma_operation_mode()
1933 txmode = SF_DMA_MODE; in stmmac_dma_operation_mode()
1937 txmode = tc; in stmmac_dma_operation_mode()
1954 stmmac_dma_tx_mode(priv, priv->ioaddr, txmode, chan, in stmmac_dma_operation_mode()
2112 static void stmmac_set_dma_operation_mode(struct stmmac_priv *priv, u32 txmode, in stmmac_set_dma_operation_mode() argument
2132 stmmac_dma_tx_mode(priv, priv->ioaddr, txmode, chan, txfifosz, txqmode); in stmmac_set_dma_operation_mode()