Home
last modified time | relevance | path

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

12

/wlan-driver/qca-wifi-host-cmn/htc/
Dhtc_packet.h158 #define COMPLETE_HTC_PACKET(p, status) \ argument
160 (p)->Status = (status); \
161 (p)->Completion((p)->pContext, (p)); \
164 #define INIT_HTC_PACKET_INFO(p, b, len) \ argument
166 (p)->pBufferStart = (b); \
167 (p)->BufferLength = (len); \
171 #define SET_HTC_PACKET_INFO_RX_REFILL(p, c, b, len, ep) \ argument
173 (p)->pPktContext = (c); \
174 (p)->pBuffer = (b); \
175 (p)->pBufferStart = (b); \
[all …]
Dhtc_internal.h182 #define INC_HTC_EP_STAT(p, stat, count) ((p)->endpoint_stats.stat += (count)) argument
184 #define INC_HTC_EP_STAT(p, stat, count) argument
/wlan-driver/qca-wifi-host-cmn/umac/dfs/core/src/filtering/
Ddfs_init.c183 int p) in dfs_fill_filter_type() argument
194 (*ft)->ft_numpulses = dfs_radars[p].rp_numpulses; in dfs_fill_filter_type()
195 (*ft)->ft_patterntype = dfs_radars[p].rp_patterntype; in dfs_fill_filter_type()
196 (*ft)->ft_mindur = dfs_radars[p].rp_mindur; in dfs_fill_filter_type()
197 (*ft)->ft_maxdur = dfs_radars[p].rp_maxdur; in dfs_fill_filter_type()
198 (*ft)->ft_filterdur = dfs_radars[p].rp_pulsedur; in dfs_fill_filter_type()
199 (*ft)->ft_rssithresh = dfs_radars[p].rp_rssithresh; in dfs_fill_filter_type()
200 (*ft)->ft_rssimargin = dfs_radars[p].rp_rssimargin; in dfs_fill_filter_type()
229 int numpulses, p, n, i; in dfs_init_radar_filters() local
276 for (p = 0; p < numradars; p++) { in dfs_init_radar_filters()
[all …]
Ddfs_process_radarevent.c474 int p; in __dfs_process_radarevent() local
480 for (p = 0, *found = 0; (p < ft->ft_numfilters) && in __dfs_process_radarevent()
481 (!(*found)) && !(*false_radar_found); p++) { in __dfs_process_radarevent()
482 rf = ft->ft_filters[p]; in __dfs_process_radarevent()
1006 int p; in dfs_check_if_bin5() local
1012 for (p = 0; (p < dfs->dfs_rinfo.rn_numbin5radars) && (!*found); in dfs_check_if_bin5()
1013 p++) { in dfs_check_if_bin5()
1016 br = &(dfs->dfs_b5radars[p]); in dfs_check_if_bin5()
Ddfs_fcc_bin5.c348 int p, num_fft_packets = 0; in dfs_check_chirping_sowl() local
362 for (p = 0; p < num_fft_packets; p++) { in dfs_check_chirping_sowl()
/wlan-driver/qcacld-3.0/components/dp/core/src/
Dwlan_dp_prealloc.c465 struct dp_consistent_prealloc *p; in dp_prealloc_deinit() local
474 p = &g_dp_consistent_allocs[i]; in dp_prealloc_deinit()
476 if (p->in_use) in dp_prealloc_deinit()
479 if (p->va_aligned) { in dp_prealloc_deinit()
481 i, p->va_aligned, (void *)p->pa_aligned, in dp_prealloc_deinit()
482 p->size); in dp_prealloc_deinit()
484 p->size, in dp_prealloc_deinit()
485 p->va_unaligned, in dp_prealloc_deinit()
486 p->pa_unaligned, 0); in dp_prealloc_deinit()
487 p->in_use = false; in dp_prealloc_deinit()
[all …]
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/be/
Dhal_be_reo.c515 struct hal_reo_cmd_update_queue_params *p; in hal_reo_cmd_update_rx_queue_be() local
518 p = &cmd->u.upd_queue_params; in hal_reo_cmd_update_rx_queue_be()
548 p->update_rx_queue_num; in hal_reo_cmd_update_rx_queue_be()
549 reo_update_rx_reo_queue->update_vld = p->update_vld; in hal_reo_cmd_update_rx_queue_be()
551 p->update_assoc_link_desc; in hal_reo_cmd_update_rx_queue_be()
553 p->update_disable_dup_detect; in hal_reo_cmd_update_rx_queue_be()
555 p->update_soft_reorder_enab; in hal_reo_cmd_update_rx_queue_be()
556 reo_update_rx_reo_queue->update_ac = p->update_ac; in hal_reo_cmd_update_rx_queue_be()
557 reo_update_rx_reo_queue->update_bar = p->update_bar; in hal_reo_cmd_update_rx_queue_be()
558 reo_update_rx_reo_queue->update_rty = p->update_rty; in hal_reo_cmd_update_rx_queue_be()
[all …]
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/li/
Dhal_li_reo.c617 struct hal_reo_cmd_update_queue_params *p; in hal_reo_cmd_update_rx_queue_li() local
619 p = &cmd->u.upd_queue_params; in hal_reo_cmd_update_rx_queue_li()
649 UPDATE_RECEIVE_QUEUE_NUMBER, p->update_rx_queue_num); in hal_reo_cmd_update_rx_queue_li()
652 p->update_vld); in hal_reo_cmd_update_rx_queue_li()
656 p->update_assoc_link_desc); in hal_reo_cmd_update_rx_queue_li()
660 p->update_disable_dup_detect); in hal_reo_cmd_update_rx_queue_li()
664 p->update_disable_dup_detect); in hal_reo_cmd_update_rx_queue_li()
668 p->update_soft_reorder_enab); in hal_reo_cmd_update_rx_queue_li()
671 UPDATE_AC, p->update_ac); in hal_reo_cmd_update_rx_queue_li()
674 UPDATE_BAR, p->update_bar); in hal_reo_cmd_update_rx_queue_li()
[all …]
/wlan-driver/qcacld-3.0/core/dp/txrx/
Dol_txrx_internal.h387 uint8_t *p; in ol_txrx_frms_dump() local
394 p = qdf_nbuf_data(frm); in ol_txrx_frms_dump()
403 (struct ethernet_hdr_t *)p; in ol_txrx_frms_dump()
416 (p + l2_hdr_size); in ol_txrx_frms_dump()
427 (p + l2_hdr_size); in ol_txrx_frms_dump()
436 (struct ipv4_hdr_t *)(p + l2_hdr_size); in ol_txrx_frms_dump()
443 (struct ipv6_hdr_t *)(p + l2_hdr_size); in ol_txrx_frms_dump()
458 tcp_hdr = (struct tcp_hdr_t *)(p + tcp_offset); in ol_txrx_frms_dump()
472 ((*(p + tcp_offset + 4)) << 24) | in ol_txrx_frms_dump()
473 ((*(p + tcp_offset + 5)) << 16) | in ol_txrx_frms_dump()
[all …]
Dol_rx_defrag.h149 static inline uint32_t get_le32(const uint8_t *p) in get_le32() argument
151 return get_le32_split(p[0], p[1], p[2], p[3]); in get_le32()
154 static inline void put_le32(uint8_t *p, uint32_t v) in put_le32() argument
156 p[0] = (v) & 0xff; in put_le32()
157 p[1] = (v >> 8) & 0xff; in put_le32()
158 p[2] = (v >> 16) & 0xff; in put_le32()
159 p[3] = (v >> 24) & 0xff; in put_le32()
Dol_tx_sched.c1622 u_int8_t *p; in ol_tx_sched_log() local
1628 p = &buf[j*6]; in ol_tx_sched_log()
1629 p[0] = (frms >> 0) & 0xff; in ol_tx_sched_log()
1630 p[1] = (frms >> 8) & 0xff; in ol_tx_sched_log()
1632 p[2] = (bytes >> 0) & 0xff; in ol_tx_sched_log()
1633 p[3] = (bytes >> 8) & 0xff; in ol_tx_sched_log()
1634 p[4] = (bytes >> 16) & 0xff; in ol_tx_sched_log()
1635 p[5] = (bytes >> 24) & 0xff; in ol_tx_sched_log()
/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/
Di_qdf_notifier.h31 #define qdf_blocking_notifier_init(p) BLOCKING_NOTIFIER_HEAD(p); argument
32 #define qdf_atomic_notifier_init(p) ATOMIC_NOTIFIER_HEAD(p); argument
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/crypto/src/
Dwlan_crypto_def_i.h123 #define LE_READ_2(p) \ argument
125 ((((const uint8_t *)(p))[0]) | \
126 (((const uint8_t *)(p))[1] << 8)))
130 #define LE_READ_4(p) \ argument
132 ((((const uint8_t *)(p))[0]) | \
133 (((const uint8_t *)(p))[1] << 8) | \
134 (((const uint8_t *)(p))[2] << 16) | \
135 (((const uint8_t *)(p))[3] << 24)))
139 #define BE_READ_4(p) \ argument
141 ((((const uint8_t *)(p))[0] << 24) | \
[all …]
/wlan-driver/qca-wifi-host-cmn/qdf/inc/
Dqdf_nbuf_frag.h121 #define qdf_frag_alloc(p, s) \ argument
122 qdf_frag_alloc_debug(p, s, __func__, __LINE__)
138 #define qdf_frag_free(p) \ argument
139 qdf_frag_free_debug(p, __func__, __LINE__)
Dqdf_trace.h92 #define DPTRACE(p) p argument
96 #define DPTRACE(p) argument
137 #define MTRACE(p) p argument
140 #define MTRACE(p) do { } while (0) argument
Dqdf_nbuf.h2382 #define qdf_nbuf_alloc_simple(d, s, r, a, p) \ argument
2385 #define qdf_nbuf_alloc(d, s, r, a, p) \ argument
2386 qdf_nbuf_alloc_debug(d, s, r, a, p, __func__, __LINE__)
2392 #define qdf_nbuf_frag_alloc(d, s, r, a, p) \ argument
2393 qdf_nbuf_frag_alloc_debug(d, s, r, a, p, __func__, __LINE__)
2521 #define qdf_nbuf_page_frag_alloc(d, s, r, a, p) \ argument
2522 qdf_nbuf_page_frag_alloc_debug(d, s, r, a, p, __func__, __LINE__)
2725 #define qdf_nbuf_alloc_ppe_ds(d, s, r, a, p) \ argument
5050 static inline void qdf_nbuf_set_priority(qdf_nbuf_t buf, uint32_t p) in qdf_nbuf_set_priority() argument
5052 __qdf_nbuf_set_priority(buf, p); in qdf_nbuf_set_priority()
/wlan-driver/qcacld-3.0/core/dp/htt/
Dhtt_tx.c332 uint32_t **p; in htt_tx_attach() local
365 p = (uint32_t **)pdev->tx_descs.freelist; in htt_tx_attach()
378 *p = (uint32_t *)cacheable_pages[i + 1]; in htt_tx_attach()
380 *p = (uint32_t *) in htt_tx_attach()
381 (((char *)p) + pdev->tx_descs.size); in htt_tx_attach()
384 p = (uint32_t **) *p; in htt_tx_attach()
390 *p = NULL; in htt_tx_attach()
502 uint32_t **p; in htt_tx_attach() local
532 p = (uint32_t **) pdev->tx_descs.freelist; in htt_tx_attach()
546 *p = (uint32_t *)page_info->page_v_addr_start; in htt_tx_attach()
[all …]
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/inc/
Ddot11fdefs.h69 #define FRAMES_DUMP(ctx, sev, p, n) \ argument
70 QDF_TRACE_HEX_DUMP(QDF_MODULE_ID_PE, (sev), (p), (n);
/wlan-driver/fw-api/fw/
Dhtc.h64 #define ASSEMBLE_UNALIGNED_UINT16(p,highbyte,lowbyte) \ argument
65 (((A_UINT16)(((A_UINT8 *)(p))[(highbyte)])) << 8 | (A_UINT16)(((A_UINT8 *)(p))[(lowbyte)]))
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/cmn_defs/inc/
Dwlan_cmn_ieee80211.h486 #define LE_READ_2(p) \ argument
488 ((((const uint8_t *)(p))[0]) |\
489 (((const uint8_t *)(p))[1] << 8)))
491 #define LE_READ_4(p) \ argument
493 ((((const uint8_t *)(p))[0]) |\
494 (((const uint8_t *)(p))[1] << 8) | \
495 (((const uint8_t *)(p))[2] << 16) |\
496 (((const uint8_t *)(p))[3] << 24)))
498 #define BE_READ_4(p) \ argument
500 ((((const uint8_t *)(p))[0] << 24) |\
[all …]
/wlan-driver/qca-wifi-host-cmn/target_if/spectral/
Dtarget_if_spectral_phyerr.c260 target_if_dbg_print_samp_param(struct target_if_samp_msg_params *p) in target_if_dbg_print_samp_param() argument
263 spectral_debug("Freq = %d", p->freq); in target_if_dbg_print_samp_param()
264 spectral_debug("RSSI = %d", p->rssi); in target_if_dbg_print_samp_param()
265 spectral_debug("Bin Count = %d", p->pwr_count); in target_if_dbg_print_samp_param()
266 spectral_debug("Timestamp = %d", p->tstamp); in target_if_dbg_print_samp_param()
275 struct spectral_samp_data *p = &ss_msg->samp_data; in target_if_dbg_print_samp_msg() local
276 struct spectral_classifier_params *pc = &p->classifier_params; in target_if_dbg_print_samp_msg()
277 struct interf_src_rsp *pi = &p->interf_list; in target_if_dbg_print_samp_msg()
289 spectral_debug("data length : %d", p->spectral_data_len); in target_if_dbg_print_samp_msg()
290 spectral_debug("rssi : %d", p->spectral_rssi); in target_if_dbg_print_samp_msg()
[all …]
/wlan-driver/qca-wifi-host-cmn/hif/src/
Dhif_napi.h100 #define NAPI_PIPE2ID(p) ((p)+1) argument
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
Ddp_rx.h512 static inline uint32_t dp_rx_get_le32(const uint8_t *p) in dp_rx_get_le32() argument
514 return dp_rx_get_le32_split(p[0], p[1], p[2], p[3]); in dp_rx_get_le32()
524 static inline void dp_rx_put_le32(uint8_t *p, uint32_t v) in dp_rx_put_le32() argument
526 p[0] = (v) & 0xff; in dp_rx_put_le32()
527 p[1] = (v >> 8) & 0xff; in dp_rx_put_le32()
528 p[2] = (v >> 16) & 0xff; in dp_rx_put_le32()
529 p[3] = (v >> 24) & 0xff; in dp_rx_put_le32()
/wlan-driver/qcacld-3.0/os_if/dp/src/
Dos_if_dp.c513 uint8_t *p; in dp_dns_unmake_name_query() local
516 p = name; in dp_dns_unmake_name_query()
517 while ((len = *p)) { in dp_dns_unmake_name_query()
518 *(p++) = '.'; in dp_dns_unmake_name_query()
519 p += len; in dp_dns_unmake_name_query()
/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_wext.c7973 char *p; in __iw_get_statistics() local
8004 p = extra; in __iw_get_statistics()
8007 FILL_TLV(p, WLAN_STATS_RETRY_CNT, in __iw_get_statistics()
8011 FILL_TLV(p, WLAN_STATS_MUL_RETRY_CNT, in __iw_get_statistics()
8015 FILL_TLV(p, WLAN_STATS_TX_FRM_CNT, in __iw_get_statistics()
8019 FILL_TLV(p, WLAN_STATS_RX_FRM_CNT, in __iw_get_statistics()
8023 FILL_TLV(p, WLAN_STATS_FRM_DUP_CNT, in __iw_get_statistics()
8027 FILL_TLV(p, WLAN_STATS_FAIL_CNT, in __iw_get_statistics()
8031 FILL_TLV(p, WLAN_STATS_RTS_FAIL_CNT, in __iw_get_statistics()
8035 FILL_TLV(p, WLAN_STATS_ACK_FAIL_CNT, in __iw_get_statistics()
[all …]

12