Home
last modified time | relevance | path

Searched refs:f (Results 1 – 14 of 14) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/hif/src/sdio/transfer/
Dtransfer.h52 #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/
Dsys_wrapper.h82 #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/
Dosdep.h72 #define qdf_sysctl_decl(f, ctl, write, filp, buffer, lenp, ppos) \ argument
73 f(struct ctl_table *ctl, int32_t write, void *buffer, \
Dqdf_debugfs.h111 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
Dqdf_nbuf.h5393 #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/
Dlinux_ac.c83 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/
Dqdf_debugfs.c160 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()
Dqdf_nbuf.c4839 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/
Dwmi_filtered_logging.c252 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()
Dwmi_unified.c126 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/
Ddot11f.frms253 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/
DKbuild5016 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/
Dhtt.h15803 #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
Dwmi_unified.h7131 #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); \