Home
last modified time | relevance | path

Searched refs:flags (Results 1 – 25 of 272) sorted by relevance

1234567891011

/wlan-driver/qcacld-3.0/core/cds/src/
Dcds_reg_service.c41 uint32_t flags = 0; in cds_get_vendor_reg_flags() local
49 return flags; in cds_get_vendor_reg_flags()
51 flags |= IEEE80211_CHAN_PASSIVE; in cds_get_vendor_reg_flags()
54 flags |= IEEE80211_CHAN_BLOCKED; in cds_get_vendor_reg_flags()
62 flags |= IEEE80211_CHAN_2GHZ; in cds_get_vendor_reg_flags()
64 flags |= IEEE80211_CHAN_5GHZ; in cds_get_vendor_reg_flags()
75 flags |= IEEE80211_CHAN_VHT80_80; in cds_get_vendor_reg_flags()
86 flags |= IEEE80211_CHAN_VHT160; in cds_get_vendor_reg_flags()
97 flags |= IEEE80211_CHAN_VHT80; in cds_get_vendor_reg_flags()
121 flags |= IEEE80211_CHAN_HT40PLUS; in cds_get_vendor_reg_flags()
[all …]
/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/
Di_qdf_lock.h86 unsigned long flags; member
197 lock->flags = 0; in __qdf_spinlock_create()
234 spin_lock_irqsave(&lock->spinlock, lock->flags); in __qdf_spin_lock_irqsave()
246 spin_unlock_irqrestore(&lock->spinlock, lock->flags); in __qdf_spin_unlock_irqrestore()
279 lock->flags |= QDF_LINUX_UNLOCK_BH; in __qdf_spin_trylock_bh()
309 lock->flags |= QDF_LINUX_UNLOCK_BH; in __qdf_spin_lock_bh()
321 if (unlikely(lock->flags & QDF_LINUX_UNLOCK_BH)) { in __qdf_spin_unlock_bh()
322 lock->flags &= (unsigned long)~QDF_LINUX_UNLOCK_BH; in __qdf_spin_unlock_bh()
343 unsigned long flags; in __qdf_spinlock_irq_exec() local
346 spin_lock_irqsave(&lock->spinlock, flags); in __qdf_spinlock_irq_exec()
[all …]
Di_qdf_timer.h62 uint32_t flags = 0; in __qdf_timer_init() local
68 flags |= TIMER_DEFERRABLE; in __qdf_timer_init()
70 flags |= TIMER_DEFERRABLE | TIMER_PINNED; in __qdf_timer_init()
73 timer_setup_on_stack(os_timer, __os_timer_shim, flags); in __qdf_timer_init()
75 timer_setup(os_timer, __os_timer_shim, flags); in __qdf_timer_init()
/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_scan.h42 .flags = WIPHY_VENDOR_CMD_NEED_WDEV | \
152 .flags = WIPHY_VENDOR_CMD_NEED_WDEV | \
161 .flags = WIPHY_VENDOR_CMD_NEED_WDEV | \
170 .flags = WIPHY_VENDOR_CMD_NEED_WDEV | \
179 .flags = WIPHY_VENDOR_CMD_NEED_WDEV | \
188 .flags = WIPHY_VENDOR_CMD_NEED_WDEV | \
197 .flags = WIPHY_VENDOR_CMD_NEED_WDEV | \
207 .flags = WIPHY_VENDOR_CMD_NEED_WDEV | \
217 .flags = WIPHY_VENDOR_CMD_NEED_WDEV | \
226 .flags = WIPHY_VENDOR_CMD_NEED_WDEV | \
[all …]
Dwlan_hdd_regulatory.c404 if (chan->flags & IEEE80211_CHAN_NO_20MHZ) in hdd_regulatory_wiphy_init()
405 chan->flags |= IEEE80211_CHAN_DISABLED; in hdd_regulatory_wiphy_init()
425 wiphy->flags |= WIPHY_FLAG_CUSTOM_REGULATORY; in hdd_regulatory_wiphy_init()
427 wiphy->flags |= WIPHY_FLAG_STRICT_REGULATORY; in hdd_regulatory_wiphy_init()
434 hdd_ctx->reg.reg_flags = wiphy->flags; in hdd_regulatory_wiphy_init()
442 wiphy->flags = hdd_ctx->reg.reg_flags; in hdd_regulatory_wiphy_init()
463 return wiphy->flags & WIPHY_FLAG_CUSTOM_REGULATORY; in is_wiphy_custom_regulatory()
483 chan->flags &= ~IEEE80211_CHAN_DISABLED; in hdd_modify_wiphy()
485 if (!(reg_rule->flags & NL80211_RRF_DFS)) { in hdd_modify_wiphy()
488 chan->flags &= ~IEEE80211_CHAN_RADAR; in hdd_modify_wiphy()
[all …]
Dwlan_hdd_ocb.h291 .flags = WIPHY_VENDOR_CMD_NEED_WDEV | \
302 .flags = WIPHY_VENDOR_CMD_NEED_WDEV | \
314 .flags = WIPHY_VENDOR_CMD_NEED_WDEV | \
326 .flags = WIPHY_VENDOR_CMD_NEED_WDEV | \
338 .flags = WIPHY_VENDOR_CMD_NEED_WDEV | \
348 .flags = WIPHY_VENDOR_CMD_NEED_WDEV | \
359 .flags = WIPHY_VENDOR_CMD_NEED_WDEV | \
370 .flags = WIPHY_VENDOR_CMD_NEED_WDEV | \
Dwlan_hdd_bcn_recv.c132 int flags = cds_get_gfp_flags(); in hdd_send_bcn_recv_info() local
150 data_len, index, flags); in hdd_send_bcn_recv_info()
179 wlan_cfg80211_vendor_event(vendor_event, flags); in hdd_send_bcn_recv_info()
442 int flags; in hdd_beacon_recv_pause_indication() local
456 flags = cds_get_gfp_flags(); in hdd_beacon_recv_pause_indication()
463 flags); in hdd_beacon_recv_pause_indication()
535 wlan_cfg80211_vendor_event(vendor_event, flags); in hdd_beacon_recv_pause_indication()
/wlan-driver/qca-wifi-host-cmn/utils/nlink/src/
Dwlan_nlink_srv.c153 int flags = GFP_KERNEL; in nl_srv_bcast() local
156 flags = GFP_ATOMIC; in nl_srv_bcast()
168 err = cnss_logger_nl_bcast(skb, WLAN_NLINK_MCAST_GRP_ID, flags); in nl_srv_bcast()
276 struct nlattr *nest, int flags) in cld80211_oem_send_reply() argument
284 CLD80211_MCGRP_OEM_MSGS, flags); in cld80211_oem_send_reply()
289 int *flags) in cld80211_oem_rsp_alloc_skb() argument
294 *flags = GFP_ATOMIC; in cld80211_oem_rsp_alloc_skb()
296 msg = nlmsg_new(WLAN_CLD80211_MAX_SIZE, *flags); in cld80211_oem_rsp_alloc_skb()
303 *hdr = nl80211hdr_put(msg, portid, 0, *flags, WLAN_NL_MSG_OEM); in cld80211_oem_rsp_alloc_skb()
350 uint32_t seq, int flags, uint8_t cmd) in nl80211hdr_put() argument
[all …]
/wlan-driver/qca-wifi-host-cmn/wmi/src/
Dwmi_unified_twt_tlv.c68 TWT_EN_DIS_FLAGS_SET_BTWT(cmd->flags, params->b_twt_enable); in send_twt_enable_cmd_tlv()
69 TWT_EN_DIS_FLAGS_SET_B_R_TWT(cmd->flags, params->r_twt_enable); in send_twt_enable_cmd_tlv()
70 TWT_EN_DIS_FLAGS_SET_L_MBSSID(cmd->flags, in send_twt_enable_cmd_tlv()
72 TWT_EN_DIS_FLAGS_SET_AX_MBSSID(cmd->flags, in send_twt_enable_cmd_tlv()
75 TWT_EN_DIS_FLAGS_SET_SPLIT_CONFIG(cmd->flags, 1); in send_twt_enable_cmd_tlv()
76 TWT_EN_DIS_FLAGS_SET_REQ_RESP(cmd->flags, params->twt_role); in send_twt_enable_cmd_tlv()
77 TWT_EN_DIS_FLAGS_SET_I_B_TWT(cmd->flags, params->twt_oper); in send_twt_enable_cmd_tlv()
133 TWT_EN_DIS_FLAGS_SET_SPLIT_CONFIG(cmd->flags, 1); in send_twt_disable_cmd_tlv()
134 TWT_EN_DIS_FLAGS_SET_REQ_RESP(cmd->flags, params->twt_role); in send_twt_disable_cmd_tlv()
135 TWT_EN_DIS_FLAGS_SET_I_B_TWT(cmd->flags, params->twt_oper); in send_twt_disable_cmd_tlv()
[all …]
/wlan-driver/qca-wifi-host-cmn/hif/src/
Dhif_io32.h226 unsigned long *flags) in hif_lock_reg_access() argument
228 pld_lock_reg_window(sc->dev, flags); in hif_lock_reg_access()
241 unsigned long *flags) in hif_unlock_reg_access() argument
243 pld_unlock_reg_window(sc->dev, flags); in hif_unlock_reg_access()
247 unsigned long *flags) in hif_lock_reg_access() argument
253 unsigned long *flags) in hif_unlock_reg_access() argument
270 unsigned long flags; in hif_write32_mb_reg_window() local
276 hif_lock_reg_access(sc, &flags); in hif_write32_mb_reg_window()
280 hif_unlock_reg_access(sc, &flags); in hif_write32_mb_reg_window()
289 unsigned long flags; in hif_read32_mb_reg_window() local
[all …]
/wlan-driver/qca-wifi-host-cmn/utils/pktlog/
Dpktlog_internal.c83 uint32_t flags; in pktlog_getbuf_intsafe() local
102 flags = plarg->flags; in pktlog_getbuf_intsafe()
126 log_hdr->flags = flags; in pktlog_getbuf_intsafe()
169 uint8_t flags = 0; in pktlog_getbuf() local
179 plarg.flags = pl_hdr->flags; in pktlog_getbuf()
185 if (flags & PHFLAGS_INTERRUPT_CONTEXT) { in pktlog_getbuf()
/wlan-driver/qcacld-3.0/components/tdls/dispatcher/inc/
Dwlan_tdls_public_structs.h458 #define TDLS_IS_OFF_CHANNEL_ENABLED(flags) \ argument
459 CHECK_BIT(flags, TDLS_FEATURE_OFF_CHANNEL)
460 #define TDLS_IS_WMM_ENABLED(flags) \ argument
461 CHECK_BIT(flags, TDLS_FEATURE_WMM)
462 #define TDLS_IS_BUFFER_STA_ENABLED(flags) \ argument
463 CHECK_BIT(flags, TDLS_FEATURE_BUFFER_STA)
464 #define TDLS_IS_SLEEP_STA_ENABLED(flags) \ argument
465 CHECK_BIT(flags, TDLS_FEATURE_SLEEP_STA)
466 #define TDLS_IS_SCAN_ENABLED(flags) \ argument
467 CHECK_BIT(flags, TDLS_FEATURE_SCAN)
[all …]
/wlan-driver/qca-wifi-host-cmn/utils/logging/src/
Dwlan_logging_sock_svc.c423 unsigned long flags; in wlan_log_to_user() local
439 spin_lock_irqsave(&gwlan_logging.spin_lock, flags); in wlan_log_to_user()
442 spin_unlock_irqrestore(&gwlan_logging.spin_lock, flags); in wlan_log_to_user()
480 spin_unlock_irqrestore(&gwlan_logging.spin_lock, flags); in wlan_log_to_user()
615 unsigned long flags; in pktlog_send_per_pkt_stats_to_user() local
634 spin_lock_irqsave(&gwlan_logging.pkt_stats_lock, flags); in pktlog_send_per_pkt_stats_to_user()
639 spin_unlock_irqrestore(&gwlan_logging.pkt_stats_lock, flags); in pktlog_send_per_pkt_stats_to_user()
662 spin_lock_irqsave(&gwlan_logging.pkt_stats_lock, flags); in pktlog_send_per_pkt_stats_to_user()
666 spin_unlock_irqrestore(&gwlan_logging.pkt_stats_lock, flags); in pktlog_send_per_pkt_stats_to_user()
691 unsigned long flags; in send_filled_buffers_to_user() local
[all …]
/wlan-driver/qcacld-3.0/core/hdd/inc/
Dwlan_hdd_spectralscan.h70 .flags = WIPHY_VENDOR_CMD_NEED_WDEV | \
79 .flags = WIPHY_VENDOR_CMD_NEED_WDEV | \
88 .flags = WIPHY_VENDOR_CMD_NEED_WDEV | \
97 .flags = WIPHY_VENDOR_CMD_NEED_WDEV | \
105 .flags = WIPHY_VENDOR_CMD_NEED_WDEV | \
113 .flags = WIPHY_VENDOR_CMD_NEED_WDEV | \
/wlan-driver/qcacld-3.0/core/pld/src/
Dpld_sdio.h157 int flags = GFP_KERNEL; in pld_sdio_get_virt_ramdump_mem() local
167 flags = GFP_ATOMIC; in pld_sdio_get_virt_ramdump_mem()
169 return kzalloc(length, flags); in pld_sdio_get_virt_ramdump_mem()
308 int flags = GFP_KERNEL; in pld_hif_sdio_get_virt_ramdump_mem() local
316 flags = GFP_ATOMIC; in pld_hif_sdio_get_virt_ramdump_mem()
318 return kzalloc(length, flags); in pld_hif_sdio_get_virt_ramdump_mem()
/wlan-driver/qca-wifi-host-cmn/qal/inc/
Dqal_vbus_dev.h125 unsigned long flags, const char *dev_name,
307 int index, qdf_of_gpio_flags *flags);
348 unsigned long flags, const char *dev_name, void *ctx) in qal_vbus_request_irq() argument
350 return __qal_vbus_request_irq(irqnum, handler, flags, dev_name, ctx); in qal_vbus_request_irq()
446 int index, qdf_of_gpio_flags *flags) in qal_vbus_of_get_named_gpio_flags() argument
448 return __qal_vbus_of_get_named_gpio_flags(np, list_name, index, flags); in qal_vbus_of_get_named_gpio_flags()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/be/
Dhal_be_rx.h413 uint32_t flags = 0; in hal_rx_msdu_flags_get_be() local
416 flags |= HAL_MSDU_F_FIRST_MSDU_IN_MPDU; in hal_rx_msdu_flags_get_be()
419 flags |= HAL_MSDU_F_LAST_MSDU_IN_MPDU; in hal_rx_msdu_flags_get_be()
422 flags |= HAL_MSDU_F_MSDU_CONTINUATION; in hal_rx_msdu_flags_get_be()
425 flags |= HAL_MSDU_F_SA_IS_VALID; in hal_rx_msdu_flags_get_be()
428 flags |= HAL_MSDU_F_DA_IS_VALID; in hal_rx_msdu_flags_get_be()
431 flags |= HAL_MSDU_F_DA_IS_MCBC; in hal_rx_msdu_flags_get_be()
434 flags |= HAL_MSDU_F_INTRA_BSS; in hal_rx_msdu_flags_get_be()
436 return flags; in hal_rx_msdu_flags_get_be()
/wlan-driver/qcacld-3.0/components/son/dispatcher/src/
Dson_api.c153 uint32_t flags = 0; in wlan_son_get_chan_flag() local
164 return flags; in wlan_son_get_chan_flag()
169 return flags; in wlan_son_get_chan_flag()
201 flags |= VENDOR_CHAN_FLAG2( in wlan_son_get_chan_flag()
203 flags |= QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_VHT80_80; in wlan_son_get_chan_flag()
220 flags |= VENDOR_CHAN_FLAG2( in wlan_son_get_chan_flag()
222 flags |= QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_VHT160; in wlan_son_get_chan_flag()
240 flags |= VENDOR_CHAN_FLAG2( in wlan_son_get_chan_flag()
242 flags |= QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_VHT80; in wlan_son_get_chan_flag()
267 flags |= in wlan_son_get_chan_flag()
[all …]
/wlan-driver/qcacld-3.0/components/pmo/core/src/
Dwlan_pmo_gtk.c47 vdev_ctx->vdev_gtk_req.flags = PMO_GTK_OFFLOAD_ENABLE; in pmo_core_cache_gtk_req_in_vdev_priv()
62 vdev_ctx->vdev_gtk_req.flags = PMO_GTK_OFFLOAD_DISABLE; in pmo_core_flush_gtk_req_from_vdev_priv()
99 if ((op_gtk_req->flags == PMO_GTK_OFFLOAD_ENABLE) && in pmo_core_do_enable_gtk_offload()
103 op_gtk_req->flags = PMO_GTK_OFFLOAD_DISABLE; in pmo_core_do_enable_gtk_offload()
110 op_gtk_req->flags = PMO_GTK_OFFLOAD_ENABLE; in pmo_core_do_enable_gtk_offload()
150 if (vdev_ctx->vdev_gtk_req.flags != PMO_GTK_OFFLOAD_ENABLE) { in pmo_core_is_gtk_enabled_in_fwr()
178 op_gtk_req->flags = PMO_GTK_OFFLOAD_DISABLE; in pmo_core_do_disable_gtk_offload()
/wlan-driver/qca-wifi-host-cmn/umac/dfs/core/src/misc/
Ddfs_random_chan_sel.c1360 uint32_t flags, in dfs_apply_rules_for_freq() argument
1383 dfs_debug(dfs, WLAN_DEBUG_DFS_RANDOM_CHAN, "flags %d", flags); in dfs_apply_rules_for_freq()
1385 flags & DFS_RANDOM_CH_FLAG_NO_WEATHER_CH : 0; in dfs_apply_rules_for_freq()
1389 flag_no_lower_5g = flags & DFS_RANDOM_CH_FLAG_NO_LOWER_5G_CH; in dfs_apply_rules_for_freq()
1390 flag_no_upper_5g = flags & DFS_RANDOM_CH_FLAG_NO_UPEER_5G_CH; in dfs_apply_rules_for_freq()
1391 flag_no_japan_w53 = flags & DFS_RANDOM_CH_FLAG_NO_JAPAN_W53_CH; in dfs_apply_rules_for_freq()
1394 flag_no_dfs_chan = flags & DFS_RANDOM_CH_FLAG_NO_DFS_CH; in dfs_apply_rules_for_freq()
1395 flag_no_2g_chan = flags & DFS_RANDOM_CH_FLAG_NO_2GHZ_CH; in dfs_apply_rules_for_freq()
1396 flag_no_5g_chan = flags & DFS_RANDOM_CH_FLAG_NO_5GHZ_CH; in dfs_apply_rules_for_freq()
1397 flag_no_6g_freq = flags & DFS_RANDOM_CH_FLAG_NO_6GHZ_CH; in dfs_apply_rules_for_freq()
[all …]
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/
Dhal_api.h169 unsigned long *flags) in hal_lock_reg_access() argument
171 pld_lock_reg_window(soc->qdf_dev->dev, flags); in hal_lock_reg_access()
175 unsigned long *flags) in hal_unlock_reg_access() argument
177 pld_unlock_reg_window(soc->qdf_dev->dev, flags); in hal_unlock_reg_access()
181 unsigned long *flags) in hal_lock_reg_access() argument
187 unsigned long *flags) in hal_unlock_reg_access() argument
279 unsigned long flags; in hal_write32_mb() local
290 hal_lock_reg_access(hal_soc, &flags); in hal_write32_mb()
294 hal_unlock_reg_access(hal_soc, &flags); in hal_write32_mb()
319 unsigned long flags; in hal_write32_mb() local
[all …]
/wlan-driver/qca-wifi-host-cmn/qal/linux/src/
Di_qal_vbus_dev.h168 unsigned long flags, const char *dev_name, void *ctx) in __qal_vbus_request_irq() argument
172 ret = request_irq(irqnum, handler, flags, dev_name, ctx); in __qal_vbus_request_irq()
447 int index, __qdf_of_gpio_flags *flags) in __qal_vbus_of_get_named_gpio_flags() argument
450 list_name, index, flags); in __qal_vbus_of_get_named_gpio_flags()
456 int index, __qdf_of_gpio_flags *flags) in __qal_vbus_of_get_named_gpio_flags() argument
/wlan-driver/qca-wifi-host-cmn/hif/src/ce/
Dce_api.h87 unsigned int flags);
104 void *per_CE_wm_context, unsigned int flags);
158 unsigned int flags,
223 uint32_t flags,
529 unsigned int flags; member
621 uint32_t flags,
639 bool (*watermark_int)(struct CE_state *CE_state, unsigned int *flags);
/wlan-driver/qca-wifi-host-cmn/umac/dfs/dispatcher/src/
Dwlan_dfs_mlme_api.c57 uint64_t flags, in dfs_mlme_mark_dfs() argument
65 flags, in dfs_mlme_mark_dfs()
90 uint64_t flags, in dfs_mlme_mark_dfs() argument
113 uint16_t cfreq2, uint64_t flags) in dfs_mlme_start_csa_for_freq() argument
117 freq, cfreq2, flags); in dfs_mlme_start_csa_for_freq()
124 uint16_t cfreq2, uint64_t flags) in dfs_mlme_start_csa_for_freq() argument
/wlan-driver/qca-wifi-host-cmn/utils/nlink/inc/
Dwlan_nlink_srv.h56 struct nlattr *nest, int flags);
72 int *flags);
97 uint32_t seq, int flags, uint8_t cmd);

1234567891011