Searched refs:chan (Results 326 - 346 of 346) sorted by relevance

<<11121314

/freebsd-11-stable/sys/sys/
H A Dsoundcard.h268 #define AIOSYNC_PLAY 0x1 /* play chan */
269 #define AIOSYNC_CAPTURE 0x2 /* capture chan */
282 long chan ; /* play or capture channel, plus modifier */ member in struct:_snd_sync_parm
/freebsd-11-stable/sys/dev/ocs_fc/
H A Docs_hw.h1468 extern uint32_t ocs_hw_get_def_wwn(ocs_t *ocs, uint32_t chan, uint64_t *wwpn, uint64_t *wwnn);
H A Docs_hw.c12062 ocs_hw_get_def_wwn(ocs_t *ocs, uint32_t chan, uint64_t *wwpn, uint64_t *wwnn) argument
12068 int indicator = sli4->config.extent[SLI_RSRC_FCOE_VPI].base[0] + chan;
/freebsd-11-stable/contrib/wpa/src/common/
H A Dieee802_11_defs.h2013 u8 chan; member in struct:multi_band_ie
/freebsd-11-stable/contrib/wpa/src/drivers/
H A Ddriver.h123 * chan - Channel number (IEEE 802.11)
125 short chan; member in struct:hostapd_channel_data
H A Ddriver_hostap.c1132 mode->channels[i].chan = i + 1;
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dhostapd.c3353 u8 chan, bandwidth; local
3379 &chan) == NUM_HOSTAPD_MODES) {
3389 settings->freq_params.channel = chan;
/freebsd-11-stable/sys/dev/an/
H A Dif_an.c1628 an_seek(struct an_softc *sc, int id, int off, int chan) argument
1633 switch (chan) {
1643 if_printf(sc->an_ifp, "invalid data path: %x\n", chan);
/freebsd-11-stable/sys/net80211/
H A Dieee80211_output.c2177 ieee80211_getcapinfo(struct ieee80211vap *vap, struct ieee80211_channel *chan) argument
2193 IEEE80211_IS_CHAN_2GHZ(chan))
2197 if (IEEE80211_IS_CHAN_5GHZ(chan) && (vap->iv_flags & IEEE80211_F_DOTH))
/freebsd-11-stable/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_hal.c900 V_CHAN(attr->chan));
/freebsd-11-stable/sys/dev/cy/
H A Dcy.c1932 cywakeup(void *chan) argument
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dconfig_file.c1250 config->p2p_pref_chan[i].chan);
H A Dctrl_iface.c4293 ret = os_snprintf(pos, end - pos, " %d", chnl[i].chan);
4345 chnl[i].chan, chnl[i].freq,
6882 int op_class, chan; local
6889 chan = atoi(param);
6891 chan);
9511 " info=0x%x op_class=%u chan=%u phy_type=%u%s%s%s%s",
/freebsd-11-stable/sys/dev/hyperv/storvsc/
H A Dhv_storvsc_drv_freebsd.c334 static void hv_storvsc_on_channel_callback(struct vmbus_channel *chan, void *xsc);
570 support_multichannel ? ", multi-chan capable" : "");
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600InstrInfo.cpp1033 R600::getNamedOperandIdx(MI.getOpcode(), R600::OpName::chan);
/freebsd-11-stable/sys/dev/mrsas/
H A Dmrsas.h3279 void *chan; member in struct:mrsas_softc
/freebsd-11-stable/sys/dev/sound/pcm/
H A Ddsp.c1313 printf("AIOSYNC chan 0x%03lx pos %lu unimplemented\n",
1314 ((snd_sync_parm *)arg)->chan, ((snd_sync_parm *)arg)->pos);
/freebsd-11-stable/sys/dev/aic7xxx/
H A Daic7xxx.c5327 char chan = SCB_GET_CHANNEL(ahc, scb); local
5331 match = ((chan == channel) || (channel == ALL_CHANNELS));
H A Daic79xx.c7277 char chan = SCB_GET_CHANNEL(ahd, scb); local
7281 match = ((chan == channel) || (channel == ALL_CHANNELS));
/freebsd-11-stable/sys/dev/cxgbe/common/
H A Dt4_msg.h2645 __u8 chan; member in struct:cpl_set_le_rpl
/freebsd-11-stable/sys/dev/urtwn/
H A Dif_urtwnreg.h1120 uint8_t chan; member in struct:r88e_rx_cck

Completed in 572 milliseconds

<<11121314