| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | dhd_debug.h | 79 #define TLV_LOG_SIZE(tlv) ((tlv) ? (sizeof(tlv_log) + (tlv)->len) : 0) 82 ((tlv) ? ((tlv_log *)((uint8 *)tlv + TLV_LOG_SIZE(tlv))) : 0) 248 } tlv_log; typedef 293 tlv_log *tlvs; 316 tlv_log *tlvs; 324 tlv_log *tlvs;
|
| H A D | wl_cfgscan.c | 3033 tlv_log *tlv_data = NULL; in wl_cfg80211_sched_scan_start() 3074 tlv_len = sizeof(tlv_log); in wl_cfg80211_sched_scan_start() 3075 event_data->tlvs = (tlv_log *)MALLOC(cfg->osh, tlv_len); in wl_cfg80211_sched_scan_start() 3436 tlv_log *tlv_data = NULL; in wl_notify_sched_scan_results() 3488 tlv_len = 3 * sizeof(tlv_log); in wl_notify_sched_scan_results() 3489 event_data->tlvs = (tlv_log *)MALLOC(cfg->osh, tlv_len); in wl_notify_sched_scan_results() 3655 tlv_len = 3 * sizeof(tlv_log); in wl_notify_sched_scan_results() 3656 event_data->tlvs = (tlv_log *)MALLOC(cfg->osh, tlv_len); in wl_notify_sched_scan_results()
|
| H A D | wl_cfg80211.c | 14089 tlv_log *tlv_data = NULL; 14229 tlv_len = 3 * sizeof(tlv_log); 14230 event_data->tlvs = (tlv_log *)MALLOCZ(cfg->osh, tlv_len);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | dhd_debug.h | 79 #define TLV_LOG_SIZE(tlv) ((tlv) ? (sizeof(tlv_log) + (tlv)->len) : 0) 82 ((tlv) ? ((tlv_log *)((uint8 *)tlv + TLV_LOG_SIZE(tlv))) : 0) 248 } tlv_log; typedef 293 tlv_log *tlvs; 316 tlv_log *tlvs; 324 tlv_log *tlvs;
|
| H A D | wl_cfgscan.c | 3033 tlv_log *tlv_data = NULL; in wl_cfg80211_sched_scan_start() 3074 tlv_len = sizeof(tlv_log); in wl_cfg80211_sched_scan_start() 3075 event_data->tlvs = (tlv_log *)MALLOC(cfg->osh, tlv_len); in wl_cfg80211_sched_scan_start() 3436 tlv_log *tlv_data = NULL; in wl_notify_sched_scan_results() 3488 tlv_len = 3 * sizeof(tlv_log); in wl_notify_sched_scan_results() 3489 event_data->tlvs = (tlv_log *)MALLOC(cfg->osh, tlv_len); in wl_notify_sched_scan_results() 3655 tlv_len = 3 * sizeof(tlv_log); in wl_notify_sched_scan_results() 3656 event_data->tlvs = (tlv_log *)MALLOC(cfg->osh, tlv_len); in wl_notify_sched_scan_results()
|
| H A D | wl_cfg80211.c | 14091 tlv_log *tlv_data = NULL; 14231 tlv_len = 3 * sizeof(tlv_log); 14232 event_data->tlvs = (tlv_log *)MALLOCZ(cfg->osh, tlv_len);
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | dhd_debug.h | 79 #define TLV_LOG_SIZE(tlv) ((tlv) ? (sizeof(tlv_log) + (tlv)->len) : 0) 82 ((tlv) ? ((tlv_log *)((uint8 *)tlv + TLV_LOG_SIZE(tlv))) : 0) 248 } tlv_log; typedef 293 tlv_log *tlvs; 316 tlv_log *tlvs; 324 tlv_log *tlvs;
|
| H A D | wl_cfgscan.c | 3024 tlv_log *tlv_data = NULL; in wl_cfg80211_sched_scan_start() 3065 tlv_len = sizeof(tlv_log); in wl_cfg80211_sched_scan_start() 3066 event_data->tlvs = (tlv_log *)MALLOC(cfg->osh, tlv_len); in wl_cfg80211_sched_scan_start() 3427 tlv_log *tlv_data = NULL; in wl_notify_sched_scan_results() 3479 tlv_len = 3 * sizeof(tlv_log); in wl_notify_sched_scan_results() 3480 event_data->tlvs = (tlv_log *)MALLOC(cfg->osh, tlv_len); in wl_notify_sched_scan_results() 3646 tlv_len = 3 * sizeof(tlv_log); in wl_notify_sched_scan_results() 3647 event_data->tlvs = (tlv_log *)MALLOC(cfg->osh, tlv_len); in wl_notify_sched_scan_results()
|
| H A D | wl_cfg80211.c | 13973 tlv_log *tlv_data = NULL; 14097 tlv_len = 3 * sizeof(tlv_log); 14098 event_data->tlvs = (tlv_log *)MALLOCZ(cfg->osh, tlv_len);
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_debug.h | 81 #define TLV_LOG_SIZE(tlv) ((tlv) ? (sizeof(tlv_log) + (tlv)->len) : 0) 84 ((tlv) ? ((tlv_log *)((uint8 *)tlv + TLV_LOG_SIZE(tlv))) : 0) 252 } tlv_log; typedef 302 tlv_log tlvs[0]; 326 tlv_log *tlvs; 334 tlv_log *tlvs;
|
| H A D | wl_cfgscan.c | 319 tlv_log *tlv_data = NULL; in wl_inform_single_bss() 449 alloc_len = sizeof(log_conn_event_t) + (3 * sizeof(tlv_log)) + in wl_inform_single_bss() 3778 tlv_log *tlv_data = NULL; in wl_cfg80211_sched_scan_start() 3828 alloc_len = sizeof(log_conn_event_t) + sizeof(tlv_log) + DOT11_MAX_SSID_LEN; in wl_cfg80211_sched_scan_start() 4261 tlv_log *tlv_data = NULL; in wl_cfgscan_update_v3_schedscan_results() 4296 alloc_len = sizeof(log_conn_event_t) + (3 * sizeof(tlv_log)) + in wl_cfgscan_update_v3_schedscan_results() 4439 tlv_log *tlv_data = NULL; in wl_notify_sched_scan_results() 4483 alloc_len = sizeof(log_conn_event_t) + (3 * sizeof(tlv_log)) + in wl_notify_sched_scan_results() 4629 alloc_len = sizeof(log_conn_event_t) + (3 * sizeof(tlv_log)) + in wl_notify_sched_scan_results()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | dhd_debug.h | 81 #define TLV_LOG_SIZE(tlv) ((tlv) ? (sizeof(tlv_log) + (tlv)->len) : 0) 84 ((tlv) ? ((tlv_log *)((uint8 *)tlv + TLV_LOG_SIZE(tlv))) : 0) 259 } tlv_log; typedef 303 tlv_log *tlvs; 326 tlv_log *tlvs; 334 tlv_log *tlvs;
|
| H A D | dhd_debug.c | 481 const tlv_log *tlv; in event_get_tlv() 487 tlv = (const tlv_log *) pos; in event_get_tlv() 517 tlv_log *tlv_data; in dhd_dbg_nan_event_handler() 573 tlv_data = (tlv_log *)event_get_tlv(nan_evt_tag_map[i].fw_id, in dhd_dbg_nan_event_handler() 578 memcpy(dest_tlvs, tlv_data, sizeof(tlv_log) + tlv_data->len); in dhd_dbg_nan_event_handler() 579 tot_payload_len += tlv_data->len + sizeof(tlv_log); in dhd_dbg_nan_event_handler() 595 dest_tlvs += tlv_data->len + sizeof(tlv_log); in dhd_dbg_nan_event_handler() 621 tlv_log *tlv_data; in dhd_dbg_custom_evnt_handler() 693 tlv_data = (tlv_log *)event_get_tlv(event_tag_map[i].fw_id, in dhd_dbg_custom_evnt_handler() 698 memcpy(dest_tlvs, tlv_data, sizeof(tlv_log) + tlv_data->len); in dhd_dbg_custom_evnt_handler() [all …]
|
| H A D | wl_cfg80211.c | 10969 tlv_log *tlv_data = NULL; in wl_cfg80211_sched_scan_start() 11011 tlv_len = sizeof(tlv_log); in wl_cfg80211_sched_scan_start() 11012 event_data->tlvs = (tlv_log *)MALLOC(dhdp->osh, tlv_len); in wl_cfg80211_sched_scan_start() 11895 tlv_log *tlv_data = NULL; in wl_inform_single_bss() 12024 tlv_len = 3 * sizeof(tlv_log); in wl_inform_single_bss() 15343 tlv_log *tlv_data = NULL; in wl_notify_sched_scan_results() 15394 tlv_len = 3 * sizeof(tlv_log); in wl_notify_sched_scan_results()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_debug.h | 81 #define TLV_LOG_SIZE(tlv) ((tlv) ? (sizeof(tlv_log) + (tlv)->len) : 0) 84 ((tlv) ? ((tlv_log *)((uint8 *)tlv + TLV_LOG_SIZE(tlv))) : 0) 252 } tlv_log; typedef 302 tlv_log tlvs[0]; 326 tlv_log *tlvs; 334 tlv_log *tlvs;
|
| H A D | wl_cfgscan.c | 323 tlv_log *tlv_data = NULL; in wl_inform_single_bss() 453 alloc_len = sizeof(log_conn_event_t) + (3 * sizeof(tlv_log)) + in wl_inform_single_bss() 3784 tlv_log *tlv_data = NULL; in wl_cfg80211_sched_scan_start() 3834 alloc_len = sizeof(log_conn_event_t) + sizeof(tlv_log) + DOT11_MAX_SSID_LEN; in wl_cfg80211_sched_scan_start() 4345 tlv_log *tlv_data = NULL; in wl_cfgscan_update_v3_schedscan_results() 4380 alloc_len = sizeof(log_conn_event_t) + (3 * sizeof(tlv_log)) + in wl_cfgscan_update_v3_schedscan_results() 4523 tlv_log *tlv_data = NULL; in wl_notify_sched_scan_results() 4567 alloc_len = sizeof(log_conn_event_t) + (3 * sizeof(tlv_log)) + in wl_notify_sched_scan_results() 4713 alloc_len = sizeof(log_conn_event_t) + (3 * sizeof(tlv_log)) + in wl_notify_sched_scan_results()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/ |
| H A D | moal_cfg80211_util.h | 224 } __attribute__((packed)) tlv_log; typedef 231 tlv_log tlvs[];
|
| H A D | moal_cfg80211_util.c | 1814 tlv_log *tlv; in woal_ring_event_logger() 1841 tlv = (tlv_log *)pos; in woal_ring_event_logger() 1851 tlv = (tlv_log *)pos; in woal_ring_event_logger() 1861 tlv = (tlv_log *)pos; in woal_ring_event_logger() 1872 tlv = (tlv_log *)pos; in woal_ring_event_logger() 1885 tlv = (tlv_log *)pos; in woal_ring_event_logger() 1917 tlv = (tlv_log *)pos; in woal_ring_event_logger() 1942 tlv = (tlv_log *)pos; in woal_ring_event_logger()
|