Searched refs:txmode (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/drivers/net/wireless/ath/ath10k/ |
D | htt_tx.c | 1272 static int ath10k_htt_tx_hl(struct ath10k_htt *htt, enum ath10k_hw_txrx_mode txmode, in ath10k_htt_tx_hl() argument 1281 bool is_eth = (txmode == ATH10K_HW_TXRX_ETHERNET); in ath10k_htt_tx_hl() 1301 switch (txmode) { in ath10k_htt_tx_hl() 1307 flags0 |= SM(txmode, HTT_DATA_TX_DESC_FLAGS0_PKT_TYPE); in ath10k_htt_tx_hl() 1388 enum ath10k_hw_txrx_mode txmode, in ath10k_htt_tx_32() argument 1398 bool is_eth = (txmode == ATH10K_HW_TXRX_ETHERNET); in ath10k_htt_tx_32() 1433 txmode == ATH10K_HW_TXRX_RAW && in ath10k_htt_tx_32() 1450 switch (txmode) { in ath10k_htt_tx_32() 1480 flags0 |= SM(txmode, HTT_DATA_TX_DESC_FLAGS0_PKT_TYPE); in ath10k_htt_tx_32() 1593 enum ath10k_hw_txrx_mode txmode, in ath10k_htt_tx_64() argument [all …]
|
D | mac.c | 3973 enum ath10k_hw_txrx_mode txmode) in ath10k_mac_tx_h_get_txpath() argument 3975 switch (txmode) { in ath10k_mac_tx_h_get_txpath() 3996 enum ath10k_hw_txrx_mode txmode, in ath10k_mac_tx_submit() argument 4005 ret = ath10k_htt_tx(htt, txmode, skb); in ath10k_mac_tx_submit() 4033 enum ath10k_hw_txrx_mode txmode, in ath10k_mac_tx() argument 4046 switch (txmode) { in ath10k_mac_tx() 4080 ret = ath10k_mac_tx_submit(ar, txmode, txpath, skb); in ath10k_mac_tx() 4107 enum ath10k_hw_txrx_mode txmode; in ath10k_offchan_tx_work() local 4176 txmode = ath10k_mac_tx_h_get_txmode(ar, vif, sta, skb); in ath10k_offchan_tx_work() 4177 txpath = ath10k_mac_tx_h_get_txpath(ar, skb, txmode); in ath10k_offchan_tx_work() [all …]
|
D | htt.h | 1933 int (*htt_tx)(struct ath10k_htt *htt, enum ath10k_hw_txrx_mode txmode, 1974 enum ath10k_hw_txrx_mode txmode, in ath10k_htt_tx() argument 1977 return htt->tx_ops->htt_tx(htt, txmode, msdu); in ath10k_htt_tx()
|
/linux-6.1.9/drivers/net/ethernet/stmicro/stmmac/ |
D | stmmac_main.c | 138 static void stmmac_set_dma_operation_mode(struct stmmac_priv *priv, u32 txmode, 2341 u32 txmode = 0; in stmmac_dma_operation_mode() local 2356 txmode = tc; in stmmac_dma_operation_mode() 2366 txmode = SF_DMA_MODE; in stmmac_dma_operation_mode() 2370 txmode = tc; in stmmac_dma_operation_mode() 2399 stmmac_dma_tx_mode(priv, priv->ioaddr, txmode, chan, in stmmac_dma_operation_mode() 2729 static void stmmac_set_dma_operation_mode(struct stmmac_priv *priv, u32 txmode, in stmmac_set_dma_operation_mode() argument 2749 stmmac_dma_tx_mode(priv, priv->ioaddr, txmode, chan, txfifosz, txqmode); in stmmac_set_dma_operation_mode()
|