Home
last modified time | relevance | path

Searched refs:peer_nss (Results 1 – 10 of 10) sorted by relevance

/Linux-v6.6/drivers/net/wireless/ath/ath11k/
Dmac.c1737 arg->peer_nss = 1; in ath11k_peer_assoc_h_basic()
1964 arg->peer_nss = min(sta->deflink.rx_nss, max_nss); in ath11k_peer_assoc_h_ht()
1970 arg->peer_nss); in ath11k_peer_assoc_h_ht()
2147 arg->peer_nss = min(sta->deflink.rx_nss, max_nss); in ath11k_peer_assoc_h_vht()
2171 rx_nss = min(arg->peer_nss, tx_nss); in ath11k_peer_assoc_h_vht()
2324 arg->peer_nss = min(sta->deflink.rx_nss, max_nss); in ath11k_peer_assoc_h_he()
2472 arg->peer_nss = min(sta->deflink.rx_nss, max_nss); in ath11k_peer_assoc_h_he()
2477 rx_nss = min(arg->peer_nss, tx_nss); in ath11k_peer_assoc_h_he()
2495 sta->addr, arg->peer_nss, in ath11k_peer_assoc_h_he()
2852 arsta->peer_nss = arg->peer_nss; in ath11k_peer_assoc_prepare()
Dcore.h494 u32 peer_nss; member
Ddp_tx.c489 arsta->txrate.nss = arsta->peer_nss; in ath11k_dp_tx_update_txcompl()
Dwmi.h3675 u32 peer_nss; member
3740 u32 peer_nss; member
Dwmi.c2013 cmd->peer_nss = param->peer_nss; in ath11k_wmi_send_peer_assoc_cmd()
2064 cmd->peer_max_mpdu, cmd->peer_nss, cmd->peer_phymode, in ath11k_wmi_send_peer_assoc_cmd()
/Linux-v6.6/drivers/net/wireless/ath/ath12k/
Dmac.c1227 arg->peer_nss = 1; in ath12k_peer_assoc_h_basic()
1446 arg->peer_nss = min(sta->deflink.rx_nss, max_nss); in ath12k_peer_assoc_h_ht()
1452 arg->peer_nss); in ath12k_peer_assoc_h_ht()
1582 arg->peer_nss = min(sta->deflink.rx_nss, max_nss); in ath12k_peer_assoc_h_vht()
1659 arg->peer_nss = min(sta->deflink.rx_nss, max_nss); in ath12k_peer_assoc_h_he()
Dwmi.h3559 u32 peer_nss; member
3632 __le32 peer_nss; member
Dwmi.c2018 cmd->peer_nss = cpu_to_le32(arg->peer_nss); in ath12k_wmi_send_peer_assoc_cmd()
2087 cmd->peer_max_mpdu, cmd->peer_nss, cmd->peer_phymode, in ath12k_wmi_send_peer_assoc_cmd()
/Linux-v6.6/drivers/net/wireless/ath/ath10k/
Dwmi.h6510 __le32 peer_nss; /* num of spatial streams */ member
Dwmi.c7588 cmd->peer_nss = __cpu_to_le32(arg->peer_num_spatial_streams); in ath10k_wmi_peer_assoc_fill()