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

/linux-master/drivers/net/wireless/ath/ath10k/
H A Dhtt_tx.c1268 static int ath10k_htt_tx_hl(struct ath10k_htt *htt, enum ath10k_hw_txrx_mode txmode, argument
1277 bool is_eth = (txmode == ATH10K_HW_TXRX_ETHERNET);
1297 switch (txmode) {
1303 flags0 |= SM(txmode, HTT_DATA_TX_DESC_FLAGS0_PKT_TYPE);
1384 enum ath10k_hw_txrx_mode txmode,
1394 bool is_eth = (txmode == ATH10K_HW_TXRX_ETHERNET);
1429 txmode == ATH10K_HW_TXRX_RAW &&
1446 switch (txmode) {
1476 flags0 |= SM(txmode, HTT_DATA_TX_DESC_FLAGS0_PKT_TYPE);
1589 enum ath10k_hw_txrx_mode txmode,
1383 ath10k_htt_tx_32(struct ath10k_htt *htt, enum ath10k_hw_txrx_mode txmode, struct sk_buff *msdu) argument
1588 ath10k_htt_tx_64(struct ath10k_htt *htt, enum ath10k_hw_txrx_mode txmode, struct sk_buff *msdu) argument
[all...]
H A Dmac.c3751 * NativeWifi txmode - it selects AP key instead of peer key. It seems
3752 * to work with Ethernet txmode so use it.
3967 enum ath10k_hw_txrx_mode txmode)
3969 switch (txmode) {
3990 enum ath10k_hw_txrx_mode txmode,
3999 ret = ath10k_htt_tx(htt, txmode, skb);
4027 enum ath10k_hw_txrx_mode txmode,
4040 switch (txmode) {
4074 ret = ath10k_mac_tx_submit(ar, txmode, txpath, skb);
4101 enum ath10k_hw_txrx_mode txmode; local
3965 ath10k_mac_tx_h_get_txpath(struct ath10k *ar, struct sk_buff *skb, enum ath10k_hw_txrx_mode txmode) argument
3989 ath10k_mac_tx_submit(struct ath10k *ar, enum ath10k_hw_txrx_mode txmode, enum ath10k_mac_tx_path txpath, struct sk_buff *skb) argument
4025 ath10k_mac_tx(struct ath10k *ar, struct ieee80211_vif *vif, enum ath10k_hw_txrx_mode txmode, enum ath10k_mac_tx_path txpath, struct sk_buff *skb, bool noque_offchan) argument
4377 enum ath10k_hw_txrx_mode txmode; local
4666 enum ath10k_hw_txrx_mode txmode; local
[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,
1983 return htt->tx_ops->htt_tx(htt, txmode, msdu);
1979 ath10k_htt_tx(struct ath10k_htt *htt, enum ath10k_hw_txrx_mode txmode, struct sk_buff *msdu) argument
/linux-master/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; local
2371 txmode = tc;
2381 txmode = SF_DMA_MODE;
2385 txmode = tc;
2414 stmmac_dma_tx_mode(priv, priv->ioaddr, txmode, chan,
2818 * @txmode: TX operating mode
2825 static void stmmac_set_dma_operation_mode(struct stmmac_priv *priv, u32 txmode, argument
2845 stmmac_dma_tx_mode(priv, priv->ioaddr, txmode, chan, txfifosz, txqmode);

Completed in 271 milliseconds