Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/athk/ath12k/
H A Dmac.c2006 arg->peer_nss = 1; in ath12k_peer_assoc_h_basic()
2268 arg->peer_nss = min(link_sta->rx_nss, max_nss); in ath12k_peer_assoc_h_ht()
2274 arg->peer_nss); in ath12k_peer_assoc_h_ht()
2464 arg->peer_nss = min(link_sta->rx_nss, max_nss); in ath12k_peer_assoc_h_vht()
2488 rx_nss = min(arg->peer_nss, tx_nss); in ath12k_peer_assoc_h_vht()
2659 arg->peer_nss = min(link_sta->rx_nss, max_nss); in ath12k_peer_assoc_h_he()
2793 arg->peer_nss = min(link_sta->rx_nss, max_nss); in ath12k_peer_assoc_h_he()
2797 rx_nss = min(arg->peer_nss, tx_nss); in ath12k_peer_assoc_h_he()
2799 arg->peer_nss = min(link_sta->rx_nss, ar->num_rx_chains); in ath12k_peer_assoc_h_he()
2813 arsta->addr, arg->peer_nss, in ath12k_peer_assoc_h_he()
[all …]
H A Dcore.h523 u32 peer_nss; member
H A Dwmi.h3875 u32 peer_nss; member
3977 __le32 peer_nss; member
H A Dwmi.c2351 cmd->peer_nss = cpu_to_le32(arg->peer_nss); in ath12k_wmi_send_peer_assoc_cmd()
2529 cmd->peer_max_mpdu, cmd->peer_nss, cmd->peer_phymode, in ath12k_wmi_send_peer_assoc_cmd()
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dmac.c1825 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()
2946 arsta->peer_nss = arg->peer_nss; in ath11k_peer_assoc_prepare()
H A Dcore.h578 u32 peer_nss; member
H A Ddp_tx.c511 arsta->txrate.nss = arsta->peer_nss; in ath11k_dp_tx_update_txcompl()
H A Dwmi.h3723 u32 peer_nss; member
3788 u32 peer_nss; member
H A Dwmi.c2182 cmd->peer_nss = param->peer_nss; in ath11k_wmi_send_peer_assoc_cmd()
2247 cmd->peer_max_mpdu, cmd->peer_nss, cmd->peer_phymode, in ath11k_wmi_send_peer_assoc_cmd()
/freebsd/sys/contrib/dev/athk/ath12k/wifi7/
H A Ddp_tx.c559 txrate.nss = arsta->peer_nss; in ath12k_wifi7_dp_tx_update_txcompl()
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dwmi.h6514 __le32 peer_nss; /* num of spatial streams */ member
H A Dwmi.c7770 cmd->peer_nss = __cpu_to_le32(arg->peer_num_spatial_streams); in ath10k_wmi_peer_assoc_fill()