Searched refs:rts_thresh (Results 1 – 4 of 4) 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()
78 u16 rts_thresh; member
196 registry_par->rts_thresh = (u16)rtw_rts_thresh; in loadparam()
3438 int rts_thresh) in mwl8k_cmd_set_rts_threshold() argument3450 cmd->threshold = cpu_to_le16(rts_thresh); in mwl8k_cmd_set_rts_threshold()