Home
last modified time | relevance | path

Searched refs:features (Results 1 – 25 of 38) sorted by relevance

12

/wlan-driver/qcacld-3.0/configs/
H A Dgenoa.snoc.debug_defconfig4 # Interface specific features
16 # Genoa specific features
19 # Data Path specific features
47 # Debug specific features
70 # other features
H A Dgenoa.sdio.debug_defconfig4 # Interface specific features
13 # Data Path specific features
23 # Debug specific features
45 # Genoa features vs Rome
H A Dgenoa.sdio.perf_defconfig4 # Interface specific features
13 # Data Path specific features
23 # Debug specific features
40 # Genoa features vs Rome
H A Dgenoa.usb.debug_defconfig4 # Interface specific features
10 # Data Path specific features
24 # Debug specific features
52 # Genoa features vs Rome
H A Dgenoa.usb.perf_defconfig4 # Interface specific features
10 # Data Path specific features
24 # Debug specific features
66 # Genoa features vs Rome
H A Dgenoa.pci.perf_defconfig6 # Interface specific features
15 # Data Path specific features
30 # Debug specific features
61 # Genoa features vs Rome PCIe
H A Dgenoa.pci.debug_defconfig6 # Interface specific features
15 # Data Path specific features
35 # Debug specific features
73 # Genoa features vs Rome PCIe
H A Dqcs40x.snoc.perf_defconfig1 # Protocol specific features
35 # Interface specific features
48 # Data Path specific features
84 # Debug specific features
135 # other features
H A Dgenoa.common1 # Protocol specific features
3 #features not required for GENOA IOT, compilation errors are there.
11 #required features
60 # Debug specific features
113 # other features
167 #Data Path specific features
H A Dgenoa.snoc.perf_defconfig4 # Interface specific features
16 # Genoa specific features
19 # Data Path specific features
/wlan-driver/qcacld-3.0/os_if/dp/src/
H A Dos_if_dp_lro.c70 if ((dev->features & NETIF_F_LRO) != NETIF_F_LRO) in osif_dp_lro_rx()
134 dev->features |= NETIF_F_LRO; in osif_dp_lro_set_reset()
136 dev->features &= ~NETIF_F_LRO; in osif_dp_lro_set_reset()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_umac_reset.c97 if (!soc->features.umac_hw_reset_support) { in dp_soc_umac_reset_init()
577 if (!soc->features.umac_hw_reset_support) { in dp_umac_reset_interrupt_attach()
633 if (!soc->features.umac_hw_reset_support) { in dp_umac_reset_interrupt_detach()
653 if (!soc->features.umac_hw_reset_support) { in dp_umac_reset_register_rx_action_callback()
871 if (!soc->features.umac_hw_reset_support) { in dp_umac_reset_notify_action_completion()
922 if (!soc->features.umac_hw_reset_support) { in dp_soc_umac_reset_deinit()
H A Ddp_main.c4459 soc->features.pn_in_reo_dest = hal_reo_enable_pn_in_dest(soc->hal_soc); in dp_soc_attach_target_wifi3()
11226 soc->features.rssi_dbm_conv_support = value; in dp_soc_set_param()
11228 soc->features.rssi_dbm_conv_support); in dp_soc_set_param()
11231 soc->features.umac_hw_reset_support = value; in dp_soc_set_param()
11233 soc->features.umac_hw_reset_support); in dp_soc_set_param()
11236 soc->features.multi_rx_reorder_q_setup_support = value; in dp_soc_set_param()
11238 soc->features.multi_rx_reorder_q_setup_support); in dp_soc_set_param()
13733 soc->features.dmac_cmn_src_rxbuf_ring_enabled = in dp_soc_attach()
14320 if (!soc->features.dmac_cmn_src_rxbuf_ring_enabled) in dp_pdev_srng_deinit()
14362 if (!soc->features.dmac_cmn_src_rxbuf_ring_enabled) { in dp_pdev_srng_init()
[all …]
/wlan-driver/wpa_supplicant_8/wpa_supplicant/doc/docbook/
H A Dwpa_gui.sgml
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/be/
H A Ddp_be_rx.h489 if (soc->features.multi_rx_reorder_q_setup_support) in dp_peer_rx_reorder_queue_setup_be()
505 if (soc->features.multi_rx_reorder_q_setup_support) in dp_peer_rx_reorder_queue_setup_be()
528 if (soc->features.multi_rx_reorder_q_setup_support) in dp_peer_rx_reorder_queue_setup_be()
H A Ddp_be.c2320 if (soc->features.dmac_cmn_src_rxbuf_ring_enabled) { in dp_soc_srng_deinit_be()
2335 if (soc->features.dmac_cmn_src_rxbuf_ring_enabled) { in dp_soc_srng_free_be()
2350 if (soc->features.dmac_cmn_src_rxbuf_ring_enabled) { in dp_soc_srng_alloc_be()
2377 if (soc->features.dmac_cmn_src_rxbuf_ring_enabled) { in dp_soc_srng_init_be()
/wlan-driver/platform/cnss2/
H A DKconfig19 features, enabling kernel panic for certain cases to aid the
48 The features enable cld wlan driver to suspend pcie bus when APPS
/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/
H A Dqdf_lro.c158 lro_ctx->lro_mgr->features |= LRO_F_NAPI; in qdf_lro_init()
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_scan.c867 if (!(wiphy->features & NL80211_FEATURE_SCAN_RANDOM_MAC_ADDR) || in wlan_hdd_vendor_scan_random_attr()
1116 !(wiphy->features & NL80211_FEATURE_LOW_PRIORITY_SCAN)) { in __wlan_hdd_cfg80211_vendor_scan()
H A Dwlan_hdd_main.c958 adapter->deflink->vdev_id, net_dev->features); in __hdd_netdev_notifier_call()
6609 netdev_features_t features) in __hdd_fix_features() argument
6611 netdev_features_t feature_change_req = features; in __hdd_fix_features()
6617 return features; in __hdd_fix_features()
6631 adapter->device_mode, net_dev->features, in __hdd_fix_features()
6647 netdev_features_t features) in hdd_fix_features() argument
6650 int changed_features = features; in hdd_fix_features()
6655 return features; in hdd_fix_features()
6657 changed_features = __hdd_fix_features(net_dev, features); in hdd_fix_features()
6671 netdev_features_t features) in __hdd_set_features() argument
[all …]
/wlan-driver/wpa_supplicant_8/hostapd/
H A DREADME
H A DREADME-MULTI-AP
/wlan-driver/wpa_supplicant_8/
H A DCONTRIBUTIONS
/wlan-driver/qcacld-3.0/core/hdd/inc/
H A Dwlan_hdd_main.h3952 wlan_dev->features |= NETIF_F_SG; in hdd_set_sg_flags()
4015 wlan_dev->features |= hdd_get_tso_csum_feature_flags(); in hdd_set_tso_flags()
/wlan-driver/wpa_supplicant_8/wpa_supplicant/
H A DREADME

12