Searched refs:is_cck (Results 1 – 9 of 9) sorted by relevance
| /freebsd/sys/dev/rtwn/ |
| H A D | if_rtwn_rx.c | 174 int is_cck) in rtwn_update_avgrssi() argument 185 if (is_cck) { in rtwn_update_avgrssi() 212 rtwn_get_rssi(struct rtwn_softc *sc, void *physt, int is_cck) in rtwn_get_rssi() argument 216 if (is_cck) in rtwn_get_rssi() 302 int cipher, infosz, is_cck, pktlen, shift; in rtwn_rx_common() local 359 is_cck = (rxs.c_pktflags & IEEE80211_RX_F_CCK) != 0; in rtwn_rx_common() 360 rssi = rtwn_get_rssi(sc, physt, is_cck); in rtwn_rx_common() 367 rtwn_update_avgrssi(sc, un, rssi, is_cck); in rtwn_rx_common()
|
| /freebsd/sys/contrib/dev/rtw89/ |
| H A D | rtw8852a.h | 86 u8 is_cck:1; member
|
| H A D | rtw8852b.h | 97 u8 is_cck:1; global() member
|
| H A D | rtw8852a.c | 1630 if (mode == CONT_TX && !tx_info->is_cck) { in rtw8852a_start_pmac_tx() 1677 tx_info.is_cck = 0; in rtw8852a_bb_set_pmac_pkt_tx()
|
| H A D | rtw8852b_common.c | 1461 if (mode == CONT_TX && !tx_info->is_cck) { in rtw8852bx_start_pmac_tx() 1511 tx_info.is_cck = 0; in __rtw8852bx_bb_set_pmac_pkt_tx()
|
| /freebsd/sys/contrib/dev/athk/ath12k/ |
| H A D | dp_mon.c | 115 bool is_cck; in ath12k_dp_mon_fill_rx_rate() local 125 is_cck = (pkt_type == RX_MSDU_START_PKT_TYPE_11B); in ath12k_dp_mon_fill_rx_rate() 131 is_cck); in ath12k_dp_mon_fill_rx_rate()
|
| H A D | dp_rx.c | 1191 bool is_cck; in ath12k_dp_rx_h_rate() local 1198 is_cck = (pkt_type == RX_MSDU_START_PKT_TYPE_11B); in ath12k_dp_rx_h_rate() 1201 is_cck); in ath12k_dp_rx_h_rate()
|
| /freebsd/sys/contrib/dev/iwlwifi/mvm/ |
| H A D | tx.c | 272 bool is_cck; in iwl_mvm_convert_rate_idx() local 282 is_cck = (rate_idx >= IWL_FIRST_CCK_RATE) && in iwl_mvm_convert_rate_idx() 286 if (!is_cck) in iwl_mvm_convert_rate_idx()
|
| /freebsd/sys/contrib/dev/athk/ath11k/ |
| H A D | dp_rx.c | 2362 bool is_cck, is_ldpc; in ath11k_dp_rx_h_rate() local 2373 is_cck = (pkt_type == RX_MSDU_START_PKT_TYPE_11B); in ath11k_dp_rx_h_rate() 2376 is_cck); in ath11k_dp_rx_h_rate()
|