Searched refs:ch_num (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/dev/iwm/
H A Dif_iwm.c2033 int maxchans, int *nchans, int ch_idx, size_t ch_num,
2042 for (; ch_idx < ch_num; ch_idx++) {
2079 size_t ch_num; local
2095 ch_num = nitems(iwm_nvm_channels);
2097 ch_num = nitems(iwm_nvm_channels_8000);
2101 IWM_NUM_2GHZ_CHANNELS, ch_num, bands);
2032 iwm_add_channel_band(struct iwm_softc *sc, struct ieee80211_channel chans[], int maxchans, int *nchans, int ch_idx, size_t ch_num, const uint8_t bands[]) argument

Completed in 168 milliseconds