Searched refs:channels (Results 26 - 50 of 125) sorted by relevance

12345

/freebsd-11-stable/sys/dev/mvs/
H A Dmvs_soc.c115 ctlr->channels = mvs_ids[i].ports;
133 ctlr->channels,
147 /* Setup our own memory management for channels. */
169 /* Attach all channels on this controller */
170 for (unit = 0; unit < ctlr->channels; unit++) {
229 (IC_DONE_HC0 & CHIP_SOC_HC0_MASK(ctlr->channels))) |
230 (IC_ERR_HC0 & CHIP_SOC_HC0_MASK(ctlr->channels)));
316 for (chan_num = 0; chan_num < ctlr->channels; chan_num++) {
326 for (p = 0; p < ctlr->channels; p++) {
H A Dmvs_pci.c112 ctlr->channels = mvs_ids[i].ports;
130 ctlr->channels,
142 /* Setup our own memory management for channels. */
165 /* Attach all channels on this controller */
166 for (unit = 0; unit < ctlr->channels; unit++) {
220 if (ctlr->channels > 4 && (ctlr->quirks & MVS_Q_GENI) == 0) {
229 for (i = 0; i < ctlr->channels / 4; i++) {
349 for (p = 0; p < ctlr->channels; p++) {
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dacs.c91 * combined channel interference (e.g., HT40, which uses two channels) can be
119 * the target operational bandwidth and selected band. E.g., on 2.4 GHz channels
270 chan = &iface->current_mode->channels[i];
463 chan = &iface->current_mode->channels[i];
499 chan = &iface->current_mode->channels[i];
525 chan = &iface->current_mode->channels[i];
561 * Select commonly used channels 1, 6, 11 by default even if a neighboring
619 chan = &iface->current_mode->channels[i];
622 * always a primary channel, skip channels not available as
638 /* HT40 on 5 GHz has a limited set of primary channels a
[all...]
H A Dap_drv_ops.c851 struct hostapd_channel_data *chan = &mode->channels[i];
882 u8 *channels = NULL; local
895 * channels of the selected hw_mode.
902 channels = os_malloc(mode->num_channels);
903 if (channels == NULL)
907 struct hostapd_channel_data *chan = &mode->channels[i];
917 channels[num_channels++] = chan->chan;
930 params.ch_list = channels;
957 os_free(channels);
H A Dieee802_11_vht.c238 if (mode->channels[i].freq == iface->freq)
297 chan = &mode->channels[i];
/freebsd-11-stable/sys/dev/ata/chipsets/
H A Data-fsl.c104 ctrl->channels = 1;
120 ctrl->channels = 1;
125 /* attach all channels on this controller */
/freebsd-11-stable/crypto/openssh/
H A Dchannels.c1 /* $OpenBSD: channels.c,v 1.357 2017/02/01 02:59:09 dtucker Exp $ */
79 #include "channels.h"
89 * Pointer to an array containing all allocated channels. The array is
92 static Channel **channels = NULL; variable
101 * Maximum file descriptor value used in any of the channels. This is
205 c = channels[id];
220 c = channels[i];
229 * Private channels, like listening sockets, may not receive messages.
315 channels = xcalloc(channels_alloc, sizeof(Channel *));
317 channels[
[all...]
/freebsd-11-stable/contrib/wpa/src/p2p/
H A Dp2p_pd.c129 &p2p->channels);
361 &p2p->channels);
779 p2p_peer_channels_check(p2p, &p2p->channels, dev,
783 "No common channels - force deferred flow");
797 if (dev->channels.reg_classes == 0 ||
798 !p2p_channels_includes(&dev->channels,
801 struct p2p_channels *ch = &dev->channels;
808 ch->reg_class[0].channels = 1;
812 p2p_channels_intersect(&p2p->channels, &dev->channels,
[all...]
H A Dp2p.h27 * P2P_MAX_PREF_CHANNELS - Maximum number of preferred channels
37 * P2P_MAX_REG_CLASS_CHANNELS - Maximum number of channels per regulatory class
42 * struct p2p_channels - List of supported channels
55 * channel - Supported channels
60 * channels - Number of channel entries in use
62 size_t channels; member in struct:p2p_channels::p2p_reg_class
154 * freq_list - Zero-terminated list of possible operational channels
469 * channels - Own supported regulatory classes and channels
471 * List of supposerted channels pe
475 struct p2p_channels channels; member in struct:p2p_config
[all...]
H A Dp2p.c888 * one of the social channels since that peer can be easily be
890 * passive scan on this channels, so this can be done through
956 c = &p2p->cfg->channels;
961 for (ch = 0; ch < cla->channels; ch++) {
978 if (ch == cla->channels) {
995 return 0; /* No need to add social channels */
1251 * scans for social channels and this specific channel.
1376 if (!p2p_channels_includes(&p2p->cfg->channels, op_class, op_channel) &&
1388 p2p->channels.reg_classes = 1;
1389 p2p->channels
[all...]
/freebsd-11-stable/contrib/ntp/lib/isc/
H A Dlog.c63 * list chains all of the channels together, so an individual channel is
66 * of named channels will be no more than a dozen or so, and name lookups
83 * channels. First the appropriate channellist is found based on the
85 * a matching module. It is expected that the number of channels
119 ISC_LIST(isc_logchannel_t) channels;
265 * Establish a new logging context, with default channels.
351 ISC_LIST_INIT(lcfg->channels);
365 * Create the default channels:
390 * which is at the head of the channels list because it was
393 default_channel.channel = ISC_LIST_HEAD(lcfg->channels);
[all...]
/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_cd.c2227 page->audio.port[LEFT_PORT].channels =
2229 page->audio.port[RIGHT_PORT].channels =
2231 page->audio.port[2].channels = arg->patch[2];
2232 page->audio.port[3].channels = arg->patch[3];
2292 page->audio.port[LEFT_PORT].channels = CHANNEL_0;
2295 page->audio.port[RIGHT_PORT].channels = CHANNEL_1;
2326 page->audio.port[LEFT_PORT].channels =
2328 page->audio.port[RIGHT_PORT].channels =
2330 page->audio.port[2].channels = 0;
2331 page->audio.port[3].channels
[all...]
/freebsd-11-stable/sys/netgraph/bluetooth/include/
H A Dng_btsocket.h315 ng_l2cap_node_chan_ep *channels; member in struct:ng_btsocket_l2cap_raw_chan_list
/freebsd-11-stable/sys/arm/nvidia/drm2/
H A Dhdmi.h258 unsigned char channels; member in struct:hdmi_audio_infoframe
/freebsd-11-stable/secure/lib/libssh/
H A DMakefile11 canohost.c channels.c cipher.c cipher-aes.c cipher-aesctr.c \
/freebsd-11-stable/contrib/wpa/src/drivers/
H A Ddriver_nl80211_capa.c1485 channel = os_realloc_array(mode->channels,
1491 mode->channels = channel;
1501 phy_info_freq(mode, &mode->channels[idx], tb_freq);
1759 if (modes[m].channels[0].freq < 4000) {
1767 } else if (modes[m].channels[0].freq > 50000)
1799 mode->channels = os_memdup(mode11g->channels,
1802 if (mode->channels == NULL) {
1810 os_free(mode->channels);
1826 os_free(mode->channels);
[all...]
H A Ddriver_hostap.c1122 mode->channels = os_zalloc(clen);
1124 if (mode->channels == NULL || mode->rates == NULL) {
1125 os_free(mode->channels);
1132 mode->channels[i].chan = i + 1;
1133 mode->channels[i].freq = chan2freq[i];
1134 mode->channels[i].allowed_bw = HOSTAPD_CHAN_WIDTH_20;
1137 mode->channels[i].flag = HOSTAPD_CHAN_DISABLED;
/freebsd-11-stable/contrib/ntp/util/
H A Dtg.c338 info.play.channels = 1;
343 info.play.channels, info.play.precision,
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dp2p_supplicant.c168 * Get the number of concurrent channels that the HW can operate, but that are
341 * Search all social channels regardless of whether these have
2785 const struct p2p_channels *channels,
2788 if ((channels == NULL || p2p_channels_includes_freq(channels, freq)) &&
2909 const struct p2p_channels *channels,
3029 wpa_printf(MSG_DEBUG, "P2P: No extra channels available - trying to force channel to match a channel already used by one of the interfaces");
3042 } else if (!freq_included(wpa_s, channels, *force_freq)) {
3210 const struct p2p_channels *channels,
3301 freq_included(wpa_s, channels, neg_fre
2784 freq_included(struct wpa_supplicant *wpa_s, const struct p2p_channels *channels, unsigned int freq) argument
2905 wpas_invitation_process(void *ctx, const u8 *sa, const u8 *bssid, const u8 *go_dev_addr, const u8 *ssid, size_t ssid_len, int *go, u8 *group_bssid, int *force_freq, int persistent_group, const struct p2p_channels *channels, int dev_pw_id) argument
3209 wpas_invitation_result(void *ctx, int status, const u8 *bssid, const struct p2p_channels *channels, const u8 *peer, int neg_freq, int peer_oper_freq) argument
5861 wpas_p2p_supported_freq_go(struct wpa_supplicant *wpa_s, const struct p2p_channels *channels, int freq) argument
5873 wpas_p2p_select_go_freq_no_pref(struct wpa_supplicant *wpa_s, struct p2p_go_neg_results *params, const struct p2p_channels *channels) argument
5959 wpas_p2p_init_go_params(struct wpa_supplicant *wpa_s, struct p2p_go_neg_results *params, int freq, int vht_center_freq2, int ht40, int vht, int max_oper_chwidth, int he, const struct p2p_channels *channels) argument
6428 wpas_p2p_group_add_persistent(struct wpa_supplicant *wpa_s, struct wpa_ssid *ssid, int addr_allocated, int force_freq, int neg_freq, int vht_center_freq2, int ht40, int vht, int max_oper_chwidth, int he, const struct p2p_channels *channels, int connection_timeout, int force_scan) argument
[all...]
H A Dbgscan_learn.c288 "been seen on %u channels", (unsigned int) count);
360 if (modes[i].channels[j].flag & HOSTAPD_CHAN_DISABLED)
363 if (in_array(freqs, modes[i].channels[j].freq))
370 freqs[count] = modes[i].channels[j].freq;
/freebsd-11-stable/sys/dev/sound/pci/hda/
H A Dhdaa.c261 * Connected channels change handler.
271 int i, total, sub, assume, channels; local
295 total = sub = assume = channels = 0;
297 /* Map CEA speakers to sound(4) channels. */
299 channels |= SND_CHN_T_MASK_FL | SND_CHN_T_MASK_FR;
301 channels |= SND_CHN_T_MASK_LF;
303 channels |= SND_CHN_T_MASK_FC;
307 channels |= SND_CHN_T_MASK_SL | SND_CHN_T_MASK_SR;
309 channels |= SND_CHN_T_MASK_BL | SND_CHN_T_MASK_BR;
312 channels |
5271 int i, j, ret, channels, onlystereo; local
[all...]
/freebsd-11-stable/sys/arm/ti/
H A Dti_adc.c753 int *channels; local
798 sc->sc_adc_nchannels = OF_getencprop_alloc(child, "ti,adc-channels",
799 sizeof(*channels), (void **)&channels);
802 sc->sc_adc_channels[i] = channels[i];
803 OF_prop_free(channels);
/freebsd-11-stable/release/picobsd/tinyware/view/
H A Dview.c262 int channels,rowbytes; local
298 channels=png_get_channels(png_ptr,info_ptr);
349 channels=png_get_channels(png_ptr,info_ptr);
/freebsd-11-stable/sys/dev/iwi/
H A Dif_iwireg.h468 uint8_t channels[IWI_SCAN_CHANNELS]; member in struct:iwi_scan
490 uint8_t channels[IWI_SCAN_CHANNELS]; member in struct:iwi_scan_ext
/freebsd-11-stable/contrib/wpa/src/common/
H A Dhw_features_common.c31 struct hostapd_channel_data *ch = &mode->channels[i];
55 struct hostapd_channel_data *ch = &mode->channels[i];
132 * the list of allowed channels (already checked above).
196 * Switch PRI/SEC channels if Beacons were detected on selected SEC
215 * channels that we are about to use (if already mixed order in

Completed in 191 milliseconds

12345