Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath10k/
H A Dhtt_tx.c1273 static int ath10k_htt_tx_hl(struct ath10k_htt *htt, enum ath10k_hw_txrx_mode txmode, in ath10k_htt_tx_hl() argument
1282 bool is_eth = (txmode == ATH10K_HW_TXRX_ETHERNET); in ath10k_htt_tx_hl()
1302 switch (txmode) { in ath10k_htt_tx_hl()
1308 flags0 |= SM(txmode, HTT_DATA_TX_DESC_FLAGS0_PKT_TYPE); in ath10k_htt_tx_hl()
1389 enum ath10k_hw_txrx_mode txmode, in ath10k_htt_tx_32() argument
1399 bool is_eth = (txmode == ATH10K_HW_TXRX_ETHERNET); in ath10k_htt_tx_32()
1434 txmode == ATH10K_HW_TXRX_RAW && in ath10k_htt_tx_32()
1451 switch (txmode) { in ath10k_htt_tx_32()
1481 flags0 |= SM(txmode, HTT_DATA_TX_DESC_FLAGS0_PKT_TYPE); in ath10k_htt_tx_32()
1594 enum ath10k_hw_txrx_mode txmode, in ath10k_htt_tx_64() argument
[all …]
H A Dmac.c3974 enum ath10k_hw_txrx_mode txmode) in ath10k_mac_tx_h_get_txpath() argument
3976 switch (txmode) { in ath10k_mac_tx_h_get_txpath()
3997 enum ath10k_hw_txrx_mode txmode, in ath10k_mac_tx_submit() argument
4006 ret = ath10k_htt_tx(htt, txmode, skb); in ath10k_mac_tx_submit()
4034 enum ath10k_hw_txrx_mode txmode, in ath10k_mac_tx() argument
4047 switch (txmode) { in ath10k_mac_tx()
4081 ret = ath10k_mac_tx_submit(ar, txmode, txpath, skb); in ath10k_mac_tx()
4108 enum ath10k_hw_txrx_mode txmode; in ath10k_offchan_tx_work() local
4177 txmode = ath10k_mac_tx_h_get_txmode(ar, vif, sta, skb); in ath10k_offchan_tx_work()
4178 txpath = ath10k_mac_tx_h_get_txpath(ar, skb, txmode); in ath10k_offchan_tx_work()
[all …]
H A Dhtt.h1936 int (*htt_tx)(struct ath10k_htt *htt, enum ath10k_hw_txrx_mode txmode,
1977 enum ath10k_hw_txrx_mode txmode, in ath10k_htt_tx() argument
1980 return htt->tx_ops->htt_tx(htt, txmode, msdu); in ath10k_htt_tx()
/openbmc/u-boot/drivers/usb/musb/
H A Dam35x.h57 u32 txmode; member
/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_main.c139 static void stmmac_set_dma_operation_mode(struct stmmac_priv *priv, u32 txmode,
2356 u32 txmode = 0; in stmmac_dma_operation_mode() local
2371 txmode = tc; in stmmac_dma_operation_mode()
2381 txmode = SF_DMA_MODE; in stmmac_dma_operation_mode()
2385 txmode = tc; in stmmac_dma_operation_mode()
2414 stmmac_dma_tx_mode(priv, priv->ioaddr, txmode, chan, in stmmac_dma_operation_mode()
2752 static void stmmac_set_dma_operation_mode(struct stmmac_priv *priv, u32 txmode, in stmmac_set_dma_operation_mode() argument
2772 stmmac_dma_tx_mode(priv, priv->ioaddr, txmode, chan, txfifosz, txqmode); in stmmac_set_dma_operation_mode()