Searched refs:peer_nss (Results 1 – 12 of 12) sorted by relevance
| /drivers/net/wireless/ath/ath11k/ |
| A D | mac.c | 1825 arg->peer_nss = 1; in ath11k_peer_assoc_h_basic() 2052 arg->peer_nss = min(sta->deflink.rx_nss, max_nss); in ath11k_peer_assoc_h_ht() 2058 arg->peer_nss); in ath11k_peer_assoc_h_ht() 2235 arg->peer_nss = min(sta->deflink.rx_nss, max_nss); in ath11k_peer_assoc_h_vht() 2259 rx_nss = min(arg->peer_nss, tx_nss); in ath11k_peer_assoc_h_vht() 2416 arg->peer_nss = min(sta->deflink.rx_nss, max_nss); in ath11k_peer_assoc_h_he() 2564 arg->peer_nss = min(sta->deflink.rx_nss, max_nss); in ath11k_peer_assoc_h_he() 2569 rx_nss = min(arg->peer_nss, tx_nss); in ath11k_peer_assoc_h_he() 2587 sta->addr, arg->peer_nss, in ath11k_peer_assoc_h_he() 2944 arsta->peer_nss = arg->peer_nss; in ath11k_peer_assoc_prepare()
|
| A D | core.h | 545 u32 peer_nss; member
|
| A D | dp_tx.c | 494 arsta->txrate.nss = arsta->peer_nss; in ath11k_dp_tx_update_txcompl()
|
| A D | wmi.h | 3727 u32 peer_nss; member 3792 u32 peer_nss; member
|
| A D | wmi.c | 2057 cmd->peer_nss = param->peer_nss; in ath11k_wmi_send_peer_assoc_cmd() 2108 cmd->peer_max_mpdu, cmd->peer_nss, cmd->peer_phymode, in ath11k_wmi_send_peer_assoc_cmd()
|
| /drivers/net/wireless/ath/ath12k/ |
| A D | mac.c | 1895 arg->peer_nss = 1; in ath12k_peer_assoc_h_basic() 2157 arg->peer_nss = min(link_sta->rx_nss, max_nss); in ath12k_peer_assoc_h_ht() 2163 arg->peer_nss); in ath12k_peer_assoc_h_ht() 2354 arg->peer_nss = min(link_sta->rx_nss, max_nss); in ath12k_peer_assoc_h_vht() 2378 rx_nss = min(arg->peer_nss, tx_nss); in ath12k_peer_assoc_h_vht() 2549 arg->peer_nss = min(link_sta->rx_nss, max_nss); in ath12k_peer_assoc_h_he() 2682 arg->peer_nss = min(link_sta->rx_nss, max_nss); in ath12k_peer_assoc_h_he() 2686 rx_nss = min(arg->peer_nss, tx_nss); in ath12k_peer_assoc_h_he() 2702 arsta->addr, arg->peer_nss, in ath12k_peer_assoc_h_he() 3373 arsta->peer_nss = arg->peer_nss; in ath12k_peer_assoc_prepare() [all …]
|
| A D | core.h | 561 u32 peer_nss; member
|
| A D | dp_tx.c | 731 txrate.nss = arsta->peer_nss; in ath12k_dp_tx_update_txcompl()
|
| A D | wmi.h | 3869 u32 peer_nss; member 3971 __le32 peer_nss; member
|
| A D | wmi.c | 2358 cmd->peer_nss = cpu_to_le32(arg->peer_nss); in ath12k_wmi_send_peer_assoc_cmd() 2508 cmd->peer_max_mpdu, cmd->peer_nss, cmd->peer_phymode, in ath12k_wmi_send_peer_assoc_cmd()
|
| /drivers/net/wireless/ath/ath10k/ |
| A D | wmi.h | 6514 __le32 peer_nss; /* num of spatial streams */ member
|
| A D | wmi.c | 7659 cmd->peer_nss = __cpu_to_le32(arg->peer_num_spatial_streams); in ath10k_wmi_peer_assoc_fill()
|
Completed in 197 milliseconds