Searched refs:bw_cap (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
A D | cfg80211.c | 6807 u32 bw_cap[]) in brcmf_construct_chaninfo() argument 7035 bw_cap[NL80211_BAND_2GHZ] = band; in brcmf_get_bwcap() 7039 bw_cap[NL80211_BAND_5GHZ] = band; in brcmf_get_bwcap() 7069 u32 bw_cap[2], u32 nchain) in brcmf_update_ht_cap() 7072 if (bw_cap[band->band] & WLC_BW_40MHZ_BIT) { in brcmf_update_ht_cap() 7096 u32 bw_cap[2], u32 nchain, u32 txstreams, in brcmf_update_vht_cap() 7108 if (bw_cap[band->band] & WLC_BW_160MHZ_BIT) { in brcmf_update_vht_cap() 7159 brcmf_get_bwcap(ifp, bw_cap); in brcmf_setup_wiphybands() 7163 bw_cap[NL80211_BAND_5GHZ]); in brcmf_setup_wiphybands() 7180 err = brcmf_construct_chaninfo(cfg, bw_cap); in brcmf_setup_wiphybands() [all …]
|
A D | fwil_types.h | 242 __le32 bw_cap; member
|
/linux-6.3-rc2/drivers/pci/ |
A D | pci.c | 6249 u32 bw_avail, bw_cap; in __pcie_print_link_status() local 6251 bw_cap = pcie_bandwidth_capable(dev, &speed_cap, &width_cap); in __pcie_print_link_status() 6254 if (bw_avail >= bw_cap && verbose) in __pcie_print_link_status() 6256 bw_cap / 1000, bw_cap % 1000, in __pcie_print_link_status() 6258 else if (bw_avail < bw_cap) in __pcie_print_link_status() 6263 bw_cap / 1000, bw_cap % 1000, in __pcie_print_link_status()
|
/linux-6.3-rc2/drivers/net/wireless/realtek/rtw88/ |
A D | main.c | 902 static u8 hw_bw_cap_to_bitamp(u8 bw_cap) in hw_bw_cap_to_bitamp() argument 906 switch (bw_cap) { in hw_bw_cap_to_bitamp()
|
/linux-6.3-rc2/drivers/net/wireless/realtek/rtw89/ |
A D | phy.c | 369 ra->bw_cap = bw_mode; in rtw89_phy_ra_sta_update() 410 ra->bw_cap, in rtw89_phy_ra_updata_sta() 564 ra->bw_cap, in rtw89_phy_ra_assoc()
|
A D | core.h | 2280 u8 bw_cap:2; member
|
A D | fw.c | 1753 RTW89_SET_FWCMD_RA_BW_CAP(cmd, ra->bw_cap); in rtw89_fw_h2c_ra()
|
Completed in 81 milliseconds