Lines Matching refs:txmode
3583 * NativeWifi txmode - it selects AP key instead of peer key. It seems
3584 * to work with Ethernet txmode so use it.
3792 enum ath10k_hw_txrx_mode txmode)
3794 switch (txmode) {
3815 enum ath10k_hw_txrx_mode txmode,
3824 ret = ath10k_htt_tx(htt, txmode, skb);
3852 enum ath10k_hw_txrx_mode txmode,
3865 switch (txmode) {
3895 ret = ath10k_mac_tx_submit(ar, txmode, txpath, skb);
3922 enum ath10k_hw_txrx_mode txmode;
3993 txmode = ath10k_mac_tx_h_get_txmode(ar, vif, sta, skb);
3994 txpath = ath10k_mac_tx_h_get_txpath(ar, skb, txmode);
3996 ret = ath10k_mac_tx(ar, vif, txmode, txpath, skb, true);
4200 enum ath10k_hw_txrx_mode txmode;
4229 txmode = ath10k_mac_tx_h_get_txmode(ar, vif, sta, skb);
4230 txpath = ath10k_mac_tx_h_get_txpath(ar, skb, txmode);
4248 ret = ath10k_mac_tx(ar, vif, txmode, txpath, skb, false);
4487 enum ath10k_hw_txrx_mode txmode;
4498 txmode = ath10k_mac_tx_h_get_txmode(ar, vif, sta, skb);
4499 txpath = ath10k_mac_tx_h_get_txpath(ar, skb, txmode);
4529 ret = ath10k_mac_tx(ar, vif, txmode, txpath, skb, false);