Searched refs:ch_num (Results 1 – 7 of 7) sorted by relevance
| /freebsd/sys/contrib/dev/iwlwifi/ |
| H A D | iwl-nvm-parse.c | 342 static u32 iwl_get_channel_flags(u8 ch_num, int ch_idx, enum nl80211_band band, in iwl_get_channel_flags() argument 348 if (ch_num <= LAST_2GHZ_HT_PLUS) in iwl_get_channel_flags() 350 if (ch_num >= FIRST_2GHZ_HT_MINUS) in iwl_get_channel_flags()
|
| /freebsd/sys/dev/iwm/ |
| H A D | if_iwm.c | 1967 int maxchans, int *nchans, int ch_idx, size_t ch_num, in iwm_add_channel_band() argument 1976 for (; ch_idx < ch_num; ch_idx++) { in iwm_add_channel_band() 2013 size_t ch_num; in iwm_init_channel_map() local 2029 ch_num = nitems(iwm_nvm_channels); in iwm_init_channel_map() 2031 ch_num = nitems(iwm_nvm_channels_8000); in iwm_init_channel_map() 2035 IWM_NUM_2GHZ_CHANNELS, ch_num, bands); in iwm_init_channel_map()
|
| /freebsd/sys/contrib/dev/rtw88/ |
| H A D | fw.c | 2153 list->ch_num++; in rtw_add_chan_info() 2224 SCAN_OFFLOAD_SET_CH_NUM(h2c_pkt, list->ch_num); in rtw_fw_set_scan_offload() 2318 list->ch_num = 0; in rtw_hw_scan_prehandle()
|
| H A D | main.h | 2048 u32 ch_num; member
|
| H A D | rtw8822c.c | 1728 static const u8 ch_num[RF_BAND_MAX] = {1, 1, 36, 100, 149}; in rtw8822c_txgapk_save_all_tx_gain_table() local 1753 RF_CFGCH, MASKBYTE0, ch_num[band]); in rtw8822c_txgapk_save_all_tx_gain_table()
|
| /freebsd/sys/contrib/dev/rtw89/ |
| H A D | fw.h | 2747 u8 ch_num; member 2751 struct rtw89_h2c_chinfo_elem elem[] __counted_by(ch_num); 2755 u8 ch_num; member 2759 struct rtw89_h2c_chinfo_elem_be elem[] __counted_by(ch_num);
|
| H A D | fw.c | 5518 int rtw89_fw_h2c_scan_list_offload_ax(struct rtw89_dev *rtwdev, int ch_num, argument 5533 skb_len = struct_size(h2c, elem, ch_num); 5542 h2c->ch_num = ch_num; 5595 int rtw89_fw_h2c_scan_list_offload_be(struct rtw89_dev *rtwdev, int ch_num, argument 5611 skb_len = struct_size(h2c, elem, ch_num); 5624 h2c->ch_num = ch_num;
|