Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wireless/ath/ath10k/
Dhtt_tx.c1234 static int ath10k_htt_tx_hl(struct ath10k_htt *htt, enum ath10k_hw_txrx_mode txmode, in ath10k_htt_tx_hl() argument
1244 bool is_eth = (txmode == ATH10K_HW_TXRX_ETHERNET); in ath10k_htt_tx_hl()
1260 switch (txmode) { in ath10k_htt_tx_hl()
1266 flags0 |= SM(txmode, HTT_DATA_TX_DESC_FLAGS0_PKT_TYPE); in ath10k_htt_tx_hl()
1344 enum ath10k_hw_txrx_mode txmode, in ath10k_htt_tx_32() argument
1355 bool is_eth = (txmode == ATH10K_HW_TXRX_ETHERNET); in ath10k_htt_tx_32()
1387 txmode == ATH10K_HW_TXRX_RAW && in ath10k_htt_tx_32()
1403 switch (txmode) { in ath10k_htt_tx_32()
1433 flags0 |= SM(txmode, HTT_DATA_TX_DESC_FLAGS0_PKT_TYPE); in ath10k_htt_tx_32()
1544 enum ath10k_hw_txrx_mode txmode, in ath10k_htt_tx_64() argument
[all …]
Dhtt.h2029 int (*htt_tx)(struct ath10k_htt *htt, enum ath10k_hw_txrx_mode txmode,
2069 enum ath10k_hw_txrx_mode txmode, in ath10k_htt_tx() argument
2072 return htt->tx_ops->htt_tx(htt, txmode, msdu); in ath10k_htt_tx()
Dmac.c3649 enum ath10k_hw_txrx_mode txmode) in ath10k_mac_tx_h_get_txpath() argument
3651 switch (txmode) { in ath10k_mac_tx_h_get_txpath()
3672 enum ath10k_hw_txrx_mode txmode, in ath10k_mac_tx_submit() argument
3681 ret = ath10k_htt_tx(htt, txmode, skb); in ath10k_mac_tx_submit()
3709 enum ath10k_hw_txrx_mode txmode, in ath10k_mac_tx() argument
3722 switch (txmode) { in ath10k_mac_tx()
3752 ret = ath10k_mac_tx_submit(ar, txmode, txpath, skb); in ath10k_mac_tx()
3779 enum ath10k_hw_txrx_mode txmode; in ath10k_offchan_tx_work() local
3850 txmode = ath10k_mac_tx_h_get_txmode(ar, vif, sta, skb); in ath10k_offchan_tx_work()
3851 txpath = ath10k_mac_tx_h_get_txpath(ar, skb, txmode); in ath10k_offchan_tx_work()
[all …]
/Linux-v5.4/drivers/net/ethernet/stmicro/stmmac/
Dstmmac_main.c1823 u32 txmode = 0; in stmmac_dma_operation_mode() local
1838 txmode = tc; in stmmac_dma_operation_mode()
1848 txmode = SF_DMA_MODE; in stmmac_dma_operation_mode()
1852 txmode = tc; in stmmac_dma_operation_mode()
1869 stmmac_dma_tx_mode(priv, priv->ioaddr, txmode, chan, in stmmac_dma_operation_mode()
2029 static void stmmac_set_dma_operation_mode(struct stmmac_priv *priv, u32 txmode, in stmmac_set_dma_operation_mode() argument
2049 stmmac_dma_tx_mode(priv, priv->ioaddr, txmode, chan, txfifosz, txqmode); in stmmac_set_dma_operation_mode()