Searched refs:rate_set (Results 1 – 13 of 13) sorted by relevance
/drivers/net/wireless/ti/wl18xx/ |
D | acx.c | 152 u32 rate_set, u8 hlid) in wl18xx_acx_set_peer_cap() argument 160 ht_cap->ht_supported, ht_cap->cap, rate_set); in wl18xx_acx_set_peer_cap() 185 acx->supported_rates = cpu_to_le32(rate_set); in wl18xx_acx_set_peer_cap()
|
D | acx.h | 338 u32 rate_set, u8 hlid);
|
D | main.c | 1230 u32 hw_rate_set = wlvif->rate_set; in wl18xx_sta_get_ap_rate_mask() 1606 u32 rate_set, u8 hlid) in wl18xx_set_peer_cap() argument 1609 rate_set, hlid); in wl18xx_set_peer_cap()
|
/drivers/net/wireless/ti/wlcore/ |
D | tx.c | 455 u32 wl1271_tx_enabled_rates_get(struct wl1271 *wl, u32 rate_set, in wl1271_tx_enabled_rates_get() argument 464 if (rate_set & 0x1) in wl1271_tx_enabled_rates_get() 466 rate_set >>= 1; in wl1271_tx_enabled_rates_get() 470 rate_set >>= HW_HT_RATES_OFFSET - band->n_bitrates; in wl1271_tx_enabled_rates_get() 473 if (rate_set & 0x1) in wl1271_tx_enabled_rates_get() 475 rate_set >>= 1; in wl1271_tx_enabled_rates_get() 1201 u32 wl1271_tx_min_rate_get(struct wl1271 *wl, u32 rate_set) in wl1271_tx_min_rate_get() argument 1203 if (WARN_ON(!rate_set)) in wl1271_tx_min_rate_get() 1206 return BIT(__ffs(rate_set)); in wl1271_tx_min_rate_get()
|
D | tx.h | 250 u32 wl1271_tx_enabled_rates_get(struct wl1271 *wl, u32 rate_set, 252 u32 wl1271_tx_min_rate_get(struct wl1271 *wl, u32 rate_set);
|
D | hw_ops.h | 225 u32 rate_set, u8 hlid) in wlcore_hw_set_peer_cap() argument 229 rate_set, hlid); in wlcore_hw_set_peer_cap()
|
D | wlcore_i.h | 408 u32 rate_set; member
|
D | cmd.c | 560 wlvif->basic_rate_set, wlvif->rate_set); in wl12xx_cmd_role_start_sta() 782 cmd->sta.local_rates = cpu_to_le32(wlvif->rate_set); in wl12xx_cmd_role_start_ibss() 790 cmd->ibss.remote_rates = cpu_to_le32(wlvif->rate_set); in wl12xx_cmd_role_start_ibss() 795 wlvif->basic_rate_set, wlvif->rate_set); in wl12xx_cmd_role_start_ibss()
|
D | wlcore.h | 114 u32 rate_set, u8 hlid);
|
D | main.c | 2251 wlvif->rate_set = CONF_TX_RATE_MASK_BASIC; in wl12xx_init_vif_data() 2269 wlvif->rate_set = CONF_TX_ENABLED_RATES; in wl12xx_init_vif_data() 2978 wlvif->rate_set = in wlcore_set_assoc() 3048 wlvif->rate_set = wlvif->basic_rate_set; in wl1271_set_band_rate() 4238 wlvif->rate_set = in wlcore_set_bssid() 4400 wlvif->rate_set = CONF_TX_IBSS_DEFAULT_RATES; in wl1271_bss_info_changed_sta() 4480 wlvif->rate_set, in wl1271_bss_info_changed_sta()
|
D | debugfs.c | 607 VIF_STATE_PRINT_HEX(rate_set); in vifs_state_read()
|
D | acx.c | 753 wlvif->basic_rate, wlvif->rate_set); in wl1271_acx_sta_rate_policies()
|
/drivers/net/wireless/ti/wl12xx/ |
D | main.c | 1473 return wlvif->rate_set; in wl12xx_sta_get_ap_rate_mask() 1658 u32 rate_set, u8 hlid) in wl12xx_set_peer_cap() argument
|