Home
last modified time | relevance | path

Searched refs:bw_mode (Results 1 - 25 of 38) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtw88/
H A Dmain.c733 static u8 get_rate_id(u8 wireless_set, enum rtw_bandwidth bw_mode, u8 tx_num) in get_rate_id() argument
756 if (bw_mode == RTW_CHANNEL_WIDTH_40) { in get_rate_id()
787 if (bw_mode >= RTW_CHANNEL_WIDTH_80) { in get_rate_id()
900 u8 bw_mode; in rtw_update_sta_info() local
964 bw_mode = RTW_CHANNEL_WIDTH_80; in rtw_update_sta_info()
969 bw_mode = RTW_CHANNEL_WIDTH_40; in rtw_update_sta_info()
974 bw_mode = RTW_CHANNEL_WIDTH_20; in rtw_update_sta_info()
988 rate_id = get_rate_id(wireless_set, bw_mode, tx_num); in rtw_update_sta_info()
993 si->bw_mode = bw_mode; in rtw_update_sta_info()
[all...]
H A Dtx.c330 bw = si->bw_mode; in rtw_tx_data_pkt_info_update()
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/
H A Drtl2832.c409 u64 bw_mode, num, num2; in rtl2832_set_frontend() local
460 bw_mode = 48000000; in rtl2832_set_frontend()
464 bw_mode = 56000000; in rtl2832_set_frontend()
468 bw_mode = 64000000; in rtl2832_set_frontend()
490 num = div_u64(num, bw_mode); in rtl2832_set_frontend()
500 num = bw_mode << 20; in rtl2832_set_frontend()
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/
H A Drtl2832.c409 u64 bw_mode, num, num2; in rtl2832_set_frontend() local
460 bw_mode = 48000000; in rtl2832_set_frontend()
464 bw_mode = 56000000; in rtl2832_set_frontend()
468 bw_mode = 64000000; in rtl2832_set_frontend()
490 num = div_u64(num, bw_mode); in rtl2832_set_frontend()
500 num = bw_mode << 20; in rtl2832_set_frontend()
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/core/
H A Drtw_ap.c597 psta->bw_mode = CHANNEL_WIDTH_40; in update_sta_info_apmode()
599 psta->bw_mode = CHANNEL_WIDTH_20; in update_sta_info_apmode()
601 if (pmlmeext->cur_bwmode < psta->bw_mode) in update_sta_info_apmode()
602 psta->bw_mode = pmlmeext->cur_bwmode; in update_sta_info_apmode()
616 if (psta->bw_mode == CHANNEL_WIDTH_40) /* according to psta->bw_mode */ in update_sta_info_apmode()
642 psta->bw_mode = CHANNEL_WIDTH_20; in update_sta_info_apmode()
706 psta->bw_mode = pmlmeext->cur_bwmode; in update_ap_info()
868 if ((pregpriv->bw_mode & 0xf0) > 0) in start_bss_network()
871 if ((pregpriv->bw_mode in start_bss_network()
[all...]
H A Drtw_wlan_util.c95 if (psta->bw_mode == CHANNEL_WIDTH_20) { in networktype_to_raid_ex()
951 if ((pregistrypriv->bw_mode & 0xf0) > 0) in bwmode_update_check()
954 if ((pregistrypriv->bw_mode & 0x0f) > 0) in bwmode_update_check()
1004 psta->bw_mode = pmlmeext->cur_bwmode; in bwmode_update_check()
1007 psta->bw_mode = CHANNEL_WIDTH_20; in bwmode_update_check()
H A Drtw_mlme.c2636 if ((pregistrypriv->bw_mode & 0xf0) > 0) in rtw_restructure_ht_ie()
2639 if ((pregistrypriv->bw_mode & 0x0f) > 0) in rtw_restructure_ht_ie()
2784 if ((pregistrypriv->bw_mode & 0xf0) > 0) in rtw_update_ht_cap()
2787 if ((pregistrypriv->bw_mode & 0x0f) > 0) in rtw_update_ht_cap()
H A Drtw_ioctl_set.c662 ((psta->bw_mode == CHANNEL_WIDTH_40)?1:0), in rtw_get_cur_max_rate()
H A Drtw_xmit.c339 switch (psta->bw_mode) { in query_ra_short_GI()
453 if (mlmeext->cur_bwmode < psta->bw_mode) in update_attrib_phy_info()
456 pattrib->bwmode = psta->bw_mode; in update_attrib_phy_info()
/kernel/linux/linux-6.6/drivers/staging/rtl8723bs/core/
H A Drtw_ap.c494 psta->bw_mode = CHANNEL_WIDTH_40; in update_sta_info_apmode()
496 psta->bw_mode = CHANNEL_WIDTH_20; in update_sta_info_apmode()
498 if (pmlmeext->cur_bwmode < psta->bw_mode) in update_sta_info_apmode()
499 psta->bw_mode = pmlmeext->cur_bwmode; in update_sta_info_apmode()
513 if (psta->bw_mode == CHANNEL_WIDTH_40) /* according to psta->bw_mode */ in update_sta_info_apmode()
535 psta->bw_mode = CHANNEL_WIDTH_20; in update_sta_info_apmode()
599 psta->bw_mode = pmlmeext->cur_bwmode; in update_ap_info()
746 if ((pregpriv->bw_mode & 0xf0) > 0) in start_bss_network()
749 if ((pregpriv->bw_mode in start_bss_network()
[all...]
H A Drtw_wlan_util.c67 if (psta->bw_mode == CHANNEL_WIDTH_20) { in networktype_to_raid_ex()
897 if ((pregistrypriv->bw_mode & 0xf0) > 0) in bwmode_update_check()
900 if ((pregistrypriv->bw_mode & 0x0f) > 0) in bwmode_update_check()
952 psta->bw_mode = pmlmeext->cur_bwmode; in bwmode_update_check()
955 psta->bw_mode = CHANNEL_WIDTH_20; in bwmode_update_check()
H A Drtw_ioctl_set.c491 max_rate = rtw_mcs_rate(psta->bw_mode == CHANNEL_WIDTH_40 ? 1 : 0, in rtw_get_cur_max_rate()
H A Drtw_mlme.c2338 if ((pregistrypriv->bw_mode & 0xf0) > 0) in rtw_restructure_ht_ie()
2341 if ((pregistrypriv->bw_mode & 0x0f) > 0) in rtw_restructure_ht_ie()
2458 if ((pregistrypriv->bw_mode & 0xf0) > 0) in rtw_update_ht_cap()
2461 if ((pregistrypriv->bw_mode & 0x0f) > 0) in rtw_update_ht_cap()
H A Drtw_xmit.c340 switch (psta->bw_mode) { in query_ra_short_GI()
452 pattrib->bwmode = min(mlmeext->cur_bwmode, psta->bw_mode); in update_attrib_phy_info()
/kernel/linux/linux-6.6/drivers/thunderbolt/
H A Dtunnel.h46 * @bw_mode: DP bandwidth allocation mode registers can be used to
76 bool bw_mode; member
H A Dtunnel.c909 if (!tunnel->bw_mode) in tb_dp_bandwidth_mode_consumed_bandwidth()
948 if (usb4_dp_port_bandwidth_mode_enabled(in) && tunnel->bw_mode) { in tb_dp_allocated_bandwidth()
1008 tunnel->bw_mode = true; in tb_dp_alloc_bandwidth()
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw88/
H A Dmain.c1016 static u8 get_rate_id(u8 wireless_set, enum rtw_bandwidth bw_mode, u8 tx_num) in get_rate_id() argument
1039 if (bw_mode == RTW_CHANNEL_WIDTH_40) { in get_rate_id()
1070 if (bw_mode >= RTW_CHANNEL_WIDTH_80) { in get_rate_id()
1200 u8 bw_mode; in rtw_update_sta_info() local
1271 bw_mode = RTW_CHANNEL_WIDTH_80; in rtw_update_sta_info()
1276 bw_mode = RTW_CHANNEL_WIDTH_40; in rtw_update_sta_info()
1281 bw_mode = RTW_CHANNEL_WIDTH_20; in rtw_update_sta_info()
1295 rate_id = get_rate_id(wireless_set, bw_mode, tx_num); in rtw_update_sta_info()
1301 si->bw_mode = bw_mode; in rtw_update_sta_info()
[all...]
H A Dtx.c372 bw = si->bw_mode; in rtw_tx_data_pkt_info_update()
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/include/
H A Dsta_info.h116 u8 bw_mode; member
H A Ddrv_types.h134 u8 bw_mode; member
/kernel/linux/linux-6.6/drivers/staging/rtl8723bs/include/
H A Dsta_info.h111 u8 bw_mode; member
H A Ddrv_types.h113 u8 bw_mode; member
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw89/
H A Dphy.c248 u8 bw_mode = 0; in rtw89_phy_ra_sta_update() local
340 bw_mode = RTW89_CHANNEL_WIDTH_160; in rtw89_phy_ra_sta_update()
345 bw_mode = RTW89_CHANNEL_WIDTH_80; in rtw89_phy_ra_sta_update()
350 bw_mode = RTW89_CHANNEL_WIDTH_40; in rtw89_phy_ra_sta_update()
355 bw_mode = RTW89_CHANNEL_WIDTH_20; in rtw89_phy_ra_sta_update()
371 ra->bw_cap = bw_mode; in rtw89_phy_ra_sta_update()
390 ra->csi_bw = bw_mode; in rtw89_phy_ra_sta_update()
/kernel/linux/linux-6.6/drivers/staging/rtl8723bs/hal/
H A Drtl8723b_cmd.c750 bw = psta->bw_mode; in rtl8723b_Add_RateATid()
/kernel/linux/linux-6.6/drivers/staging/rtl8723bs/os_dep/
H A Dos_intfs.c231 registry_par->bw_mode = (u8)rtw_bw_mode; in loadparam()

Completed in 47 milliseconds

12