/wlan-driver/qca-wifi-host-cmn/hif/src/sdio/transfer/ |
D | transfer.h | 52 #define BUNDLE_COUNT_HIGH(f) (((f) & 0x0C) << 2) argument 54 #define BUNDLE_COUNT_LOW(f) (((f) & 0xF0) >> 4) argument 55 #define GET_RECV_BUNDLE_COUNT(f) (BUNDLE_COUNT_HIGH(f) + BUNDLE_COUNT_LOW(f)) argument
|
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/platform/inc/ |
D | sys_wrapper.h | 82 #define tx_timer_create(a, b, c, d, e, f, g, h) tx_timer_create_intern_debug((void *)a, b, c, d… argument 84 #define tx_timer_create(a, b, c, d, e, f, g, h) tx_timer_create_intern((void *)a, b, c, d, e, f…
|
/wlan-driver/qca-wifi-host-cmn/qdf/inc/ |
D | osdep.h | 72 #define qdf_sysctl_decl(f, ctl, write, filp, buffer, lenp, ppos) \ argument 73 f(struct ctl_table *ctl, int32_t write, void *buffer, \
|
D | qdf_debugfs.h | 111 void qdf_debugfs_printf(qdf_debugfs_file_t file, const char *f, ...); 334 static inline void qdf_debugfs_printf(qdf_debugfs_file_t file, const char *f, in qdf_debugfs_printf() argument
|
D | qdf_nbuf.h | 5393 #define qdf_nbuf_move_frag_page_offset(f, i, o) \ argument 5394 qdf_nbuf_move_frag_page_offset_debug(f, i, o, __func__, __LINE__) 5434 #define qdf_nbuf_add_rx_frag(f, b, o, l, s, r) \ argument 5435 qdf_nbuf_add_rx_frag_debug(f, b, o, l, s, r, __func__, __LINE__) 5582 #define qdf_nbuf_add_frag(dev, f, n, o, f_l, t_sz, f_r, sz) \ argument 5583 qdf_nbuf_add_frag_debug(dev, f, n, o, f_l, t_sz, \
|
/wlan-driver/qca-wifi-host-cmn/utils/pktlog/ |
D | linux_ac.c | 83 static int pktlog_open(struct inode *i, struct file *f); 84 static int pktlog_release(struct inode *i, struct file *f); 553 static int __pktlog_open(struct inode *i, struct file *f) in __pktlog_open() argument 623 static int pktlog_open(struct inode *i, struct file *f) in pktlog_open() argument 632 errno = __pktlog_open(i, f); in pktlog_open() 639 static int __pktlog_release(struct inode *i, struct file *f) in __pktlog_release() argument 701 static int pktlog_release(struct inode *i, struct file *f) in pktlog_release() argument 710 errno = __pktlog_release(i, f); in pktlog_release()
|
/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/ |
D | qdf_debugfs.c | 160 void qdf_debugfs_printf(qdf_debugfs_file_t file, const char *f, ...) in qdf_debugfs_printf() argument 164 va_start(args, f); in qdf_debugfs_printf() 165 seq_vprintf(file, f, args); in qdf_debugfs_printf()
|
D | qdf_nbuf.c | 4839 skb_frag_t *f = &sh->frags[i - 1]; in __qdf_nbuf_frag_info() local 4841 sg->sg_segs[i].vaddr = (uint8_t *)(page_address(f->page) + in __qdf_nbuf_frag_info() 4842 f->page_offset); in __qdf_nbuf_frag_info() 4843 sg->sg_segs[i].len = f->size; in __qdf_nbuf_frag_info()
|
/wlan-driver/qca-wifi-host-cmn/wmi/src/ |
D | wmi_filtered_logging.c | 252 static int wmi_filtered_seq_printf(qdf_debugfs_file_t m, const char *f, ...) in wmi_filtered_seq_printf() argument 256 va_start(args, f); in wmi_filtered_seq_printf() 257 seq_vprintf(m, f, args); in wmi_filtered_seq_printf()
|
D | wmi_unified.c | 126 static int wmi_bp_seq_printf(qdf_debugfs_file_t m, const char *f, ...) in wmi_bp_seq_printf() argument 130 va_start(args, f); in wmi_bp_seq_printf() 131 seq_vprintf(m, f, args); in wmi_bp_seq_printf()
|
/wlan-driver/qcacld-3.0/core/mac/src/cfg/cfgUtil/ |
D | dot11f.frms | 253 FF AuthAlgo (2) // C.f. Sec. 7.3.1.1 1287 IE SSID (EID_SSID) // C.f. Sec. 7.3.2.1 3867 // into one list, and parse their IEs later (c.f. frame BeaconIEs). Because 4041 FRAME Beacon // C.f. Sec. 7.2.3.1
|
/wlan-driver/qcacld-3.0/ |
D | Kbuild | 5016 git reflog | grep -vm1 "}: cherry-pick: " | grep -oE ^[0-f]+) 5019 sed -nE 's/^\s*Change-Id: (I[0-f]{10})[0-f]{30}\s*$$/\1/p' | \ 5023 git reflog | grep -vm1 "}: cherry-pick: " | grep -oE ^[0-f]+) 5026 sed -nE 's/^\s*Change-Id: (I[0-f]{10})[0-f]{30}\s*$$/\1/p' | \
|
/wlan-driver/fw-api/fw/ |
D | htt.h | 15803 #define HTT_TX_COMPL_IND_APPEND_SET_MORE_RETRY(f) ((f) |= 0x1) argument 15804 #define HTT_TX_COMPL_IND_APPEND_CLR_MORE_RETRY(f) ((f) &= (~0x1)) argument
|
D | wmi_unified.h | 7131 #define WMI_UNIFIED_FREQ_INFO_GET(hdr, f) \ argument 7133 WMI_UNIFIED_FREQINFO_##f##_LO) \ 7135 WMI_UNIFIED_FREQINFO_##f##_HI) << 8)) 7137 #define WMI_UNIFIED_FREQ_INFO_SET(hdr, f, v) \ argument 7140 WMI_UNIFIED_FREQINFO_##f##_LO); \ 7142 WMI_UNIFIED_FREQINFO_##f##_HI); \
|