Searched refs:ch_num (Results 1 – 8 of 8) sorted by relevance
| /src/sys/contrib/dev/iwlwifi/ |
| H A D | iwl-nvm-parse.c | 274 static u32 iwl_get_channel_flags(u8 ch_num, int ch_idx, enum nl80211_band band, in iwl_get_channel_flags() argument 280 if (ch_num <= LAST_2GHZ_HT_PLUS) in iwl_get_channel_flags() 282 if (ch_num >= FIRST_2GHZ_HT_MINUS) in iwl_get_channel_flags()
|
| /src/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()
|
| /src/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()
|
| /src/sys/contrib/dev/rtw89/ |
| H A D | fw.c | 5678 int rtw89_fw_h2c_scan_list_offload_ax(struct rtw89_dev *rtwdev, int ch_num, argument 5693 skb_len = struct_size(h2c, elem, ch_num); 5702 h2c->ch_num = ch_num; 5755 int rtw89_fw_h2c_scan_list_offload_be(struct rtw89_dev *rtwdev, int ch_num, argument 5771 skb_len = struct_size(h2c, elem, ch_num); 5784 h2c->ch_num = ch_num;
|
| H A D | fw.h | 2777 u8 ch_num; member 2781 struct rtw89_h2c_chinfo_elem elem[] __counted_by(ch_num); 2785 u8 ch_num; member 2789 struct rtw89_h2c_chinfo_elem_be elem[] __counted_by(ch_num);
|
| H A D | pci.c | 3689 u32 ch_num; in rtw89_pci_alloc_tx_rings() local 3702 ch_num = RTW89_TXCH_NUM - hweight32(info->tx_dma_ch_mask); in rtw89_pci_alloc_tx_rings() 3704 pool_sz = ring_sz * ch_num; in rtw89_pci_alloc_tx_rings()
|