Searched refs:rts_thresh (Results 1 – 5 of 5) sorted by relevance
1271 u32 rts_thresh = sc->hw->wiphy->rts_threshold; in ath_buf_set_rate() local1299 unlikely(rts_thresh != (u32) -1)) { in ath_buf_set_rate()1300 if (!rts_thresh || (len > rts_thresh)) in ath_buf_set_rate()1409 u32 rts_thresh = sc->hw->wiphy->rts_threshold; in ath_tx_fill_desc() local1455 unlikely(rts_thresh != (u32) -1)) { in ath_tx_fill_desc()1459 if (!rts_thresh || (len > rts_thresh)) in ath_tx_fill_desc()
80 u16 rts_thresh; member
196 registry_par->rts_thresh = (u16)rtw_rts_thresh; in loadparam()
370 if (sz > padapter->registrypriv.rts_thresh) { in update_attrib_vcs_info()411 if (sz > padapter->registrypriv.rts_thresh) { in update_attrib_vcs_info()
3377 int rts_thresh) in mwl8k_cmd_set_rts_threshold() argument3389 cmd->threshold = cpu_to_le16(rts_thresh); in mwl8k_cmd_set_rts_threshold()
Completed in 32 milliseconds