Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/ath/ath10k/
Dhtt_tx.c1138 enum ath10k_hw_txrx_mode txmode, in ath10k_htt_tx_32() argument
1149 bool is_eth = (txmode == ATH10K_HW_TXRX_ETHERNET); in ath10k_htt_tx_32()
1181 txmode == ATH10K_HW_TXRX_RAW && in ath10k_htt_tx_32()
1197 switch (txmode) { in ath10k_htt_tx_32()
1227 flags0 |= SM(txmode, HTT_DATA_TX_DESC_FLAGS0_PKT_TYPE); in ath10k_htt_tx_32()
1338 enum ath10k_hw_txrx_mode txmode, in ath10k_htt_tx_64() argument
1349 bool is_eth = (txmode == ATH10K_HW_TXRX_ETHERNET); in ath10k_htt_tx_64()
1381 txmode == ATH10K_HW_TXRX_RAW && in ath10k_htt_tx_64()
1397 switch (txmode) { in ath10k_htt_tx_64()
1429 flags0 |= SM(txmode, HTT_DATA_TX_DESC_FLAGS0_PKT_TYPE); in ath10k_htt_tx_64()
Dmac.c3587 enum ath10k_hw_txrx_mode txmode) in ath10k_mac_tx_h_get_txpath() argument
3589 switch (txmode) { in ath10k_mac_tx_h_get_txpath()
3610 enum ath10k_hw_txrx_mode txmode, in ath10k_mac_tx_submit() argument
3619 ret = ath10k_htt_tx(htt, txmode, skb); in ath10k_mac_tx_submit()
3647 enum ath10k_hw_txrx_mode txmode, in ath10k_mac_tx() argument
3659 switch (txmode) { in ath10k_mac_tx()
3688 ret = ath10k_mac_tx_submit(ar, txmode, txpath, skb); in ath10k_mac_tx()
3715 enum ath10k_hw_txrx_mode txmode; in ath10k_offchan_tx_work() local
3786 txmode = ath10k_mac_tx_h_get_txmode(ar, vif, sta, skb); in ath10k_offchan_tx_work()
3787 txpath = ath10k_mac_tx_h_get_txpath(ar, skb, txmode); in ath10k_offchan_tx_work()
[all …]
Dhtt.h1866 int (*htt_tx)(struct ath10k_htt *htt, enum ath10k_hw_txrx_mode txmode,
1903 enum ath10k_hw_txrx_mode txmode, in ath10k_htt_tx() argument
1906 return htt->tx_ops->htt_tx(htt, txmode, msdu); in ath10k_htt_tx()
/Linux-v4.19/drivers/net/ethernet/stmicro/stmmac/
Dstmmac_main.c1793 u32 txmode = 0; in stmmac_dma_operation_mode() local
1808 txmode = tc; in stmmac_dma_operation_mode()
1818 txmode = SF_DMA_MODE; in stmmac_dma_operation_mode()
1822 txmode = tc; in stmmac_dma_operation_mode()
1839 stmmac_dma_tx_mode(priv, priv->ioaddr, txmode, chan, in stmmac_dma_operation_mode()
1995 static void stmmac_set_dma_operation_mode(struct stmmac_priv *priv, u32 txmode, in stmmac_set_dma_operation_mode() argument
2015 stmmac_dma_tx_mode(priv, priv->ioaddr, txmode, chan, txfifosz, txqmode); in stmmac_set_dma_operation_mode()