Home
last modified time | relevance | path

Searched refs:new (Results 1 – 25 of 34) sorted by relevance

12

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/2.0/
H A Ddp_mon_2.0.h492 struct dp_mon_desc *new, in __dp_mon_add_to_free_desc_list() argument
495 if (!(head && new)) in __dp_mon_add_to_free_desc_list()
498 new->buf_addr = NULL; in __dp_mon_add_to_free_desc_list()
499 new->in_use = 0; in __dp_mon_add_to_free_desc_list()
501 ((union dp_mon_desc_list_elem_t *)new)->next = *head; in __dp_mon_add_to_free_desc_list()
502 *head = (union dp_mon_desc_list_elem_t *)new; in __dp_mon_add_to_free_desc_list()
508 #define dp_mon_add_to_free_desc_list(head, tail, new) \ argument
509 __dp_mon_add_to_free_desc_list(head, tail, new, __func__)
/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/
H A Dqdf_list.c266 QDF_STATUS qdf_list_split(qdf_list_t *new, qdf_list_t *list, in qdf_list_split() argument
272 list_cut_position(&new->anchor, &list->anchor, node); in qdf_list_split()
274 list_for_each(cur_node, &new->anchor) in qdf_list_split()
277 new->count = new_list_count; in qdf_list_split()
278 list->count = list->count - new->count; in qdf_list_split()
/wlan-driver/wpa_supplicant_8/hs20/server/ca/
H A Dsetup.sh
H A Dopenssl-root.cnf
H A Dopenssl.cnf
/wlan-driver/qcacld-3.0/components/umac/mlme/mlo_mgr/src/
H A Dwlan_mlo_link_force.c1569 struct ml_link_force_state *new) in ml_nlink_handle_dynamic_inactive() argument
1591 if (curr->force_inactive_num != new->force_inactive_num || in ml_nlink_handle_dynamic_inactive()
1593 new->force_inactive_num_bitmap) in ml_nlink_handle_dynamic_inactive()
1598 if ((new->force_inactive_bitmap & in ml_nlink_handle_dynamic_inactive()
1642 new->force_inactive_bitmap |= force_inactive_link_bitmap; in ml_nlink_handle_dynamic_inactive()
1643 ml_nlink_dump_force_state(new, ""); in ml_nlink_handle_dynamic_inactive()
1775 struct ml_link_force_state *new, in ml_nlink_update_no_force_for_all() argument
1785 if (!new->force_inactive_bitmap && in ml_nlink_update_no_force_for_all()
1786 !new->force_inactive_num && in ml_nlink_update_no_force_for_all()
1787 !new->force_active_bitmap && in ml_nlink_update_no_force_for_all()
[all …]
/wlan-driver/wpa_supplicant_8/wpa_supplicant/
H A DREADME-WPS
H A DChangeLog
H A Deap_testing.txt
H A Dandroid.config
H A DREADME
H A Ddefconfig
H A DREADME-P2P
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_rx.h217 #define dp_rx_add_to_free_desc_list(head, tail, new) \ argument
218 __dp_rx_add_to_free_desc_list(head, tail, new, __func__)
220 #define dp_rx_add_to_free_desc_list_reuse(head, tail, new) \ argument
221 __dp_rx_add_to_free_desc_list_reuse(head, tail, new, __func__)
1158 struct dp_rx_desc *new, const char *func_name) in __dp_rx_add_to_free_desc_list() argument
1160 qdf_assert(head && new); in __dp_rx_add_to_free_desc_list()
1162 dp_rx_desc_update_dbg_info(new, func_name, RX_DESC_IN_FREELIST); in __dp_rx_add_to_free_desc_list()
1164 new->nbuf = NULL; in __dp_rx_add_to_free_desc_list()
1165 new->in_use = 0; in __dp_rx_add_to_free_desc_list()
1167 ((union dp_rx_desc_list_elem_t *)new)->next = *head; in __dp_rx_add_to_free_desc_list()
[all …]
/wlan-driver/wpa_supplicant_8/hostapd/
H A DREADME-WPS
H A DChangeLog
H A Dhostapd.wpa_psk
H A DREADME-MULTI-AP
H A DREADME
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/mgmt_txrx/core/src/
H A Dwlan_mgmt_txrx_rx_reo.c3785 struct mgmt_rx_reo_list_entry *new, in mgmt_rx_reo_update_ingress_list() argument
3808 frame_desc->reo_required) != !new) { in mgmt_rx_reo_update_ingress_list()
3867 &new->wait_count, in mgmt_rx_reo_update_ingress_list()
3873 frame_desc->wait_count = new->wait_count; in mgmt_rx_reo_update_ingress_list()
3875 if (new->wait_count.total_count == 0) in mgmt_rx_reo_update_ingress_list()
3876 new->status &= in mgmt_rx_reo_update_ingress_list()
3880 new->ingress_list_insertion_ts = qdf_get_log_timestamp(); in mgmt_rx_reo_update_ingress_list()
3881 new->ingress_timestamp = frame_desc->ingress_timestamp; in mgmt_rx_reo_update_ingress_list()
3882 new->is_parallel_rx = frame_desc->is_parallel_rx; in mgmt_rx_reo_update_ingress_list()
3887 &reo_ingress_list->list, &new->node, in mgmt_rx_reo_update_ingress_list()
[all …]
/wlan-driver/platform/cnss2/
H A DKconfig62 These changes are needed to support the new hardware architecture
71 These changes are needed to support the new hardware architecture
89 These changes are needed to support the new hardware architecture
/wlan-driver/wpa_supplicant_8/wpa_supplicant/doc/docbook/
H A Dwpa_background.sgml
H A Dwpa_supplicant.sgml
/wlan-driver/qca-wifi-host-cmn/qdf/inc/
H A Dqdf_list.h223 QDF_STATUS qdf_list_split(qdf_list_t *new, qdf_list_t *list,
/wlan-driver/platform/icnss2/
H A DKconfig37 These changes are needed to support the new hardware architecture

12