Lines Matching refs:txmode
3757 * NativeWifi txmode - it selects AP key instead of peer key. It seems
3758 * to work with Ethernet txmode so use it.
3973 enum ath10k_hw_txrx_mode txmode)
3975 switch (txmode) {
3996 enum ath10k_hw_txrx_mode txmode,
4005 ret = ath10k_htt_tx(htt, txmode, skb);
4033 enum ath10k_hw_txrx_mode txmode,
4046 switch (txmode) {
4080 ret = ath10k_mac_tx_submit(ar, txmode, txpath, skb);
4107 enum ath10k_hw_txrx_mode txmode;
4176 txmode = ath10k_mac_tx_h_get_txmode(ar, vif, sta, skb);
4177 txpath = ath10k_mac_tx_h_get_txpath(ar, skb, txmode);
4179 ret = ath10k_mac_tx(ar, vif, txmode, txpath, skb, true);
4383 enum ath10k_hw_txrx_mode txmode;
4412 txmode = ath10k_mac_tx_h_get_txmode(ar, vif, sta, skb);
4413 txpath = ath10k_mac_tx_h_get_txpath(ar, skb, txmode);
4431 ret = ath10k_mac_tx(ar, vif, txmode, txpath, skb, false);
4669 enum ath10k_hw_txrx_mode txmode;
4679 txmode = ath10k_mac_tx_h_get_txmode(ar, vif, sta, skb);
4680 txpath = ath10k_mac_tx_h_get_txpath(ar, skb, txmode);
4716 ret = ath10k_mac_tx(ar, vif, txmode, txpath, skb, false);