Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath10k/
H A Dmac.c3997 enum ath10k_hw_txrx_mode txmode) in ath10k_mac_tx_h_get_txpath() argument
3999 switch (txmode) { in ath10k_mac_tx_h_get_txpath()
4020 enum ath10k_hw_txrx_mode txmode, in ath10k_mac_tx_submit() argument
4029 ret = ath10k_htt_tx(htt, txmode, skb); in ath10k_mac_tx_submit()
4057 enum ath10k_hw_txrx_mode txmode, in ath10k_mac_tx() argument
4070 switch (txmode) { in ath10k_mac_tx()
4104 ret = ath10k_mac_tx_submit(ar, txmode, txpath, skb); in ath10k_mac_tx()
4131 enum ath10k_hw_txrx_mode txmode; in ath10k_offchan_tx_work() local
4200 txmode = ath10k_mac_tx_h_get_txmode(ar, vif, sta, skb); in ath10k_offchan_tx_work()
4201 txpath = ath10k_mac_tx_h_get_txpath(ar, skb, txmode); in ath10k_offchan_tx_work()
[all …]
/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_main.c158 static void stmmac_set_dma_operation_mode(struct stmmac_priv *priv, u32 txmode,
2575 u32 txmode = 0; in stmmac_dma_operation_mode() local
2592 txmode = tc; in stmmac_dma_operation_mode()
2602 txmode = SF_DMA_MODE; in stmmac_dma_operation_mode()
2606 txmode = tc; in stmmac_dma_operation_mode()
2625 stmmac_dma_tx_mode(priv, priv->ioaddr, txmode, chan, in stmmac_dma_operation_mode()
3034 static void stmmac_set_dma_operation_mode(struct stmmac_priv *priv, u32 txmode, in stmmac_set_dma_operation_mode() argument
3054 stmmac_dma_tx_mode(priv, priv->ioaddr, txmode, chan, txfifosz, txqmode); in stmmac_set_dma_operation_mode()