Searched refs:_buf (Results 1 – 8 of 8) sorted by relevance
/wlan-driver/qca-wifi-host-cmn/qdf/inc/ ! |
H A D | osdep.h | 95 #define OS_MEMZERO(_buf, _len) qdf_mem_zero(_buf, _len) argument 96 #define OS_MEMSET(_buf, _ch, _len) qdf_mem_set(_buf, _len, _ch) argument
|
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/rh/ ! |
H A D | dp_rh_htt.c | 32 #define HTT_T2H_MSG_BUF_REINIT(_buf, dev) \ argument 34 qdf_nbuf_push_head(_buf, (HTC_HEADER_LEN) + \ 36 qdf_nbuf_init_fast((_buf)); \ 38 (QDF_NBUF_CB_PADDR(_buf)), \ 39 (skb_end_pointer(_buf) - \ 40 (_buf)->data), \
|
/wlan-driver/wpa_supplicant_8/src/utils/ ! |
H A D | wpabuf.c |
|
/wlan-driver/qcacld-3.0/core/dp/htt/ ! |
H A D | htt_t2h.c | 1089 #define HTT_T2H_MSG_BUF_REINIT(_buf, dev) \ argument 1091 qdf_nbuf_push_head(_buf, (HTC_HEADER_LEN) + \ 1093 qdf_nbuf_init_fast((_buf)); \ 1095 (QDF_NBUF_CB_PADDR(_buf)), \ 1096 (skb_end_pointer(_buf) - \ 1097 (_buf)->data), \
|
/wlan-driver/wpa_supplicant_8/wpa_supplicant/ ! |
H A D | config_file.c |
|
H A D | config_winreg.c |
|
/wlan-driver/qca-wifi-host-cmn/wmi/inc/ ! |
H A D | wmi_unified_api.h | 131 #define wmi_buf_data(_buf) qdf_nbuf_data(_buf) argument
|
/wlan-driver/qca-wifi-host-cmn/target_if/spectral/ ! |
H A D | target_if_spectral_phyerr.c | 68 static inline void target_if_spectral_hexdump(unsigned char *_buf, int _len) in target_if_spectral_hexdump() argument 72 unsigned char *pc = (_buf); in target_if_spectral_hexdump()
|