Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/ath/ath10k/
H A Dhtt_tx.c1277 bool is_eth = (txmode == ATH10K_HW_TXRX_ETHERNET); in ath10k_htt_tx_hl()
1297 switch (txmode) { in ath10k_htt_tx_hl()
1303 flags0 |= SM(txmode, HTT_DATA_TX_DESC_FLAGS0_PKT_TYPE); in ath10k_htt_tx_hl()
1384 enum ath10k_hw_txrx_mode txmode, in ath10k_htt_tx_32() argument
1394 bool is_eth = (txmode == ATH10K_HW_TXRX_ETHERNET); in ath10k_htt_tx_32()
1429 txmode == ATH10K_HW_TXRX_RAW && in ath10k_htt_tx_32()
1446 switch (txmode) { in ath10k_htt_tx_32()
1589 enum ath10k_hw_txrx_mode txmode, in ath10k_htt_tx_64() argument
1599 bool is_eth = (txmode == ATH10K_HW_TXRX_ETHERNET); in ath10k_htt_tx_64()
1634 txmode == ATH10K_HW_TXRX_RAW && in ath10k_htt_tx_64()
[all …]
H A Dmac.c3968 enum ath10k_hw_txrx_mode txmode) in ath10k_mac_tx_h_get_txpath() argument
3970 switch (txmode) { in ath10k_mac_tx_h_get_txpath()
3991 enum ath10k_hw_txrx_mode txmode, in ath10k_mac_tx_submit() argument
4000 ret = ath10k_htt_tx(htt, txmode, skb); in ath10k_mac_tx_submit()
4028 enum ath10k_hw_txrx_mode txmode, in ath10k_mac_tx() argument
4041 switch (txmode) { in ath10k_mac_tx()
4075 ret = ath10k_mac_tx_submit(ar, txmode, txpath, skb); in ath10k_mac_tx()
4102 enum ath10k_hw_txrx_mode txmode; in ath10k_offchan_tx_work() local
4378 enum ath10k_hw_txrx_mode txmode; in ath10k_mac_tx_push_txq() local
4408 txpath = ath10k_mac_tx_h_get_txpath(ar, skb, txmode); in ath10k_mac_tx_push_txq()
[all …]
H A Dhtt.h1939 int (*htt_tx)(struct ath10k_htt *htt, enum ath10k_hw_txrx_mode txmode,
1980 enum ath10k_hw_txrx_mode txmode, in ath10k_htt_tx() argument
1983 return htt->tx_ops->htt_tx(htt, txmode, msdu); in ath10k_htt_tx()
/linux-6.15/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_main.c138 static void stmmac_set_dma_operation_mode(struct stmmac_priv *priv, u32 txmode,
2450 u32 txmode = 0; in stmmac_dma_operation_mode() local
2467 txmode = tc; in stmmac_dma_operation_mode()
2477 txmode = SF_DMA_MODE; in stmmac_dma_operation_mode()
2481 txmode = tc; in stmmac_dma_operation_mode()
2510 stmmac_dma_tx_mode(priv, priv->ioaddr, txmode, chan, in stmmac_dma_operation_mode()
2931 static void stmmac_set_dma_operation_mode(struct stmmac_priv *priv, u32 txmode, in stmmac_set_dma_operation_mode() argument
2951 stmmac_dma_tx_mode(priv, priv->ioaddr, txmode, chan, txfifosz, txqmode); in stmmac_set_dma_operation_mode()