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

/linux-master/drivers/net/wireless/intel/iwlwifi/dvm/
H A Drxon.c21 memset(&ctx->staging, 0, sizeof(ctx->staging));
24 ctx->staging.dev_type = ctx->unused_devtype;
28 ctx->staging.dev_type = ctx->ap_devtype;
32 ctx->staging.dev_type = ctx->station_devtype;
33 ctx->staging.filter_flags = RXON_FILTER_ACCEPT_GRP_MSK;
37 ctx->staging.dev_type = ctx->ibss_devtype;
38 ctx->staging.flags = RXON_FLG_SHORT_PREAMBLE_MSK;
39 ctx->staging.filter_flags = RXON_FILTER_BCON_AWARE_MSK |
44 ctx->staging
835 const struct iwl_rxon_cmd *staging = &ctx->staging; local
[all...]
H A Ddevices.c411 cmd.rxon_flags = ctx->staging.flags;
412 cmd.rxon_filter_flags = ctx->staging.filter_flags;
579 cmd->rxon_flags = ctx->staging.flags;
580 cmd->rxon_filter_flags = ctx->staging.filter_flags;
H A Dlib.c768 * iwlagn_set_rxon_chain - Set up Rx chain usage in "staging" RXON image
821 ctx->staging.rx_chain = cpu_to_le16(rx_chain);
824 ctx->staging.rx_chain |= RXON_RX_CHAIN_MIMO_FORCE_MSK;
826 ctx->staging.rx_chain &= ~RXON_RX_CHAIN_MIMO_FORCE_MSK;
829 ctx->staging.rx_chain,
1127 memcpy(&ctx->staging, &rxon, sizeof(rxon));
H A Dmac80211.c988 if ((le16_to_cpu(ctx->staging.channel) != ch))
989 ctx->staging.flags = 0;
1059 ctx->staging.filter_flags &= ~filter_nand;
1060 ctx->staging.filter_flags |= filter_or;
H A Ddev.h488 struct iwl_rxon_cmd staging; member in struct:iwl_rxon_context
H A Dscan.c375 switch (ctx->staging.dev_type) {
438 le16_to_cpu(ctx->staging.channel);
H A Dcalib.c940 rxon_band24 = !!(ctx->staging.flags & RXON_FLG_BAND_24G_MSK);
941 rxon_chnum = le16_to_cpu(ctx->staging.channel);
H A Dtt.c404 rxon = &ctx->staging;
H A Dmain.c148 if (ctx->active.rx_chain != ctx->staging.rx_chain)
829 /* apply any changes in staging */
830 ctx->staging.filter_flags |= RXON_FILTER_ASSOC_MSK;
H A Drx.c60 ctx->staging.channel = csa->channel;
/linux-master/drivers/net/wireless/intel/iwlegacy/
H A D4965.c1281 const struct il_rxon_cmd *rxon1 = &il->staging;
1299 rxon_assoc.flags = il->staging.flags;
1300 rxon_assoc.filter_flags = il->staging.filter_flags;
1301 rxon_assoc.ofdm_basic_rates = il->staging.ofdm_basic_rates;
1302 rxon_assoc.cck_basic_rates = il->staging.cck_basic_rates;
1305 il->staging.ofdm_ht_single_stream_basic_rates;
1307 il->staging.ofdm_ht_dual_stream_basic_rates;
1308 rxon_assoc.rx_chain_select_flags = il->staging.rx_chain;
1323 bool new_assoc = !!(il->staging.filter_flags & RXON_FILTER_ASSOC_MSK);
1329 il->staging
[all...]
H A Dcommon.c3584 le16_to_cpu(il->staging.channel),
3675 struct il_rxon_cmd *rxon = &il->staging;
3689 struct il_rxon_cmd *rxon = &il->staging;
3769 const struct il_rxon_cmd *staging = &il->staging; local
3788 CHK(!ether_addr_equal_64bits(staging->bssid_addr, active->bssid_addr));
3789 CHK(!ether_addr_equal_64bits(staging->node_addr, active->node_addr));
3790 CHK(!ether_addr_equal_64bits(staging->wlap_bssid_addr,
3792 CHK_NEQ(staging->dev_type, active->dev_type);
3793 CHK_NEQ(staging
[all...]
H A D3945-mac.c2187 il->staging.filter_flags |= RXON_FILTER_ASSOC_MSK;
2644 if (memcmp(&il->staging, &il->active, sizeof(il->staging)))
2706 il->staging.filter_flags &= ~RXON_FILTER_ASSOC_MSK;
2713 il->staging.filter_flags |= RXON_FILTER_ASSOC_MSK;
2715 il->staging.assoc_id = cpu_to_le16(il->vif->cfg.aid);
2721 il->staging.flags |= RXON_FLG_SHORT_PREAMBLE_MSK;
2723 il->staging.flags &= ~RXON_FLG_SHORT_PREAMBLE_MSK;
2725 if (il->staging.flags & RXON_FLG_BAND_24G_MSK) {
2727 il->staging
[all...]
H A D3945.c1670 const struct il_rxon_cmd *rxon1 = &il->staging;
1681 rxon_assoc.flags = il->staging.flags;
1682 rxon_assoc.filter_flags = il->staging.filter_flags;
1683 rxon_assoc.ofdm_basic_rates = il->staging.ofdm_basic_rates;
1684 rxon_assoc.cck_basic_rates = il->staging.cck_basic_rates;
1715 struct il3945_rxon_cmd *staging_rxon = (void *)&il->staging;
H A D4965-calib.c822 rxon_band24 = !!(il->staging.flags & RXON_FLG_BAND_24G_MSK);
823 rxon_chnum = le16_to_cpu(il->staging.channel);
H A D4965-mac.c1132 * il4965_set_rxon_chain - Set up Rx chain usage in "staging" RXON image
1174 il->staging.rx_chain = cpu_to_le16(rx_chain);
1177 il->staging.rx_chain |= RXON_RX_CHAIN_MIMO_FORCE_MSK;
1179 il->staging.rx_chain &= ~RXON_RX_CHAIN_MIMO_FORCE_MSK;
1181 D_ASSOC("rx_chain=0x%X active=%d idle=%d\n", il->staging.rx_chain,
3677 if (il->active.rx_chain != il->staging.rx_chain)
5304 /* apply any changes in staging */
5305 il->staging.filter_flags |= RXON_FILTER_ASSOC_MSK;
6100 if ((le16_to_cpu(il->staging.channel) != ch))
6101 il->staging
[all...]
H A Dcommon.h1225 struct il_rxon_cmd staging; member in struct:il_priv
/linux-master/drivers/
H A DMakefile155 obj-$(CONFIG_STAGING) += staging/
/linux-master/arch/parisc/kernel/
H A Dperf_asm.S95 ;* ret0 = next 64 bits of rdr data from staging register
550 ;* arg1 points to is loaded and moved into the staging register.
580 MTDIAG_1 (25) ; data to the staging register
993 ;* ret0 = next 64 bits of rdr data from staging register
1342 ;* arg1 points to is loaded and moved into the staging register.
1376 MTDIAG_1 (25) ; data to the staging register
/linux-master/drivers/staging/media/atomisp/
H A DMakefile9 # While on staging, keep debug enabled
12 atomisp = $(srctree)/drivers/staging/media/atomisp/
/linux-master/scripts/
H A Dcheckpatch.pl2892 if ($realfile =~ m@^(?:drivers/net/|net/|drivers/staging/)@) {
5514 # when !drivers/staging or command-line uses --strict
5515 if (($realfile !~ m@^(?:drivers/staging/)@ || $check_orig) &&

Completed in 345 milliseconds