Searched refs:tlen (Results 1 – 8 of 8) sorted by relevance
/wlan-driver/qca-wifi-host-cmn/umac/cfr/dispatcher/src/ |
D | wlan_cfr_tgt_api.c | 32 size_t tlen) in tgt_cfr_info_send() argument 47 total_len = hlen + dlen + tlen; in tgt_cfr_info_send() 62 if (tlen) in tgt_cfr_info_send() 63 qdf_mem_copy(nl_data + hlen + dlen, tail, tlen); in tgt_cfr_info_send() 79 status = cfr_streamfs_write(pa, (const void *)tail, tlen); in tgt_cfr_info_send()
|
/wlan-driver/qca-wifi-host-cmn/umac/cp_stats/core/src/ |
D | wlan_cp_stats_chipset_stats.c | 145 unsigned int tlen; in wlan_cp_stats_cstats_write_to_buff() local 151 tlen = sizeof(tAniNlHdr) + (2 * CSTATS_MARKER_SZ); in wlan_cp_stats_cstats_write_to_buff() 153 if ((tlen + plen) > MAX_CSTATS_NODE_LENGTH) { in wlan_cp_stats_cstats_write_to_buff() 168 if ((MAX_CSTATS_NODE_LENGTH - *pfilled_length) < (tlen + plen)) { in wlan_cp_stats_cstats_write_to_buff()
|
/wlan-driver/qca-wifi-host-cmn/utils/logging/src/ |
D | wlan_logging_sock_svc.c | 419 int tlen; in wlan_log_to_user() local 428 tlen = wlan_add_user_log_time_stamp(tbuf, sizeof(tbuf), ts); in wlan_log_to_user() 437 total_log_len = length + tlen + 1 + 1; in wlan_log_to_user() 466 length = MAX_LOGMSG_LENGTH - sizeof(tAniNlHdr) - tlen - 2; in wlan_log_to_user() 474 memcpy(&ptr[*pfilled_length], tbuf, tlen); in wlan_log_to_user() 475 memcpy(&ptr[*pfilled_length + tlen], to_be_sent, length); in wlan_log_to_user() 476 *pfilled_length += tlen + length; in wlan_log_to_user()
|
/wlan-driver/qcacld-3.0/core/hdd/src/ |
D | wlan_hdd_wext.c | 7974 int tlen; in __iw_get_statistics() local 8005 tlen = 0; in __iw_get_statistics() 8009 &(summary_stats->retry_cnt[0]), tlen); in __iw_get_statistics() 8013 &(summary_stats->multiple_retry_cnt[0]), tlen); in __iw_get_statistics() 8017 &(summary_stats->tx_frm_cnt[0]), tlen); in __iw_get_statistics() 8021 &(summary_stats->rx_frm_cnt), tlen); in __iw_get_statistics() 8025 &(summary_stats->frm_dup_cnt), tlen); in __iw_get_statistics() 8029 &(summary_stats->fail_cnt[0]), tlen); in __iw_get_statistics() 8033 &(summary_stats->rts_fail_cnt), tlen); in __iw_get_statistics() 8037 &(summary_stats->ack_fail_cnt), tlen); in __iw_get_statistics() [all …]
|
/wlan-driver/qca-wifi-host-cmn/umac/cfr/dispatcher/inc/ |
D | wlan_cfr_tgt_api.h | 149 size_t tlen);
|
/wlan-driver/qca-wifi-host-cmn/target_if/cfr/inc/ |
D | target_if_cfr.h | 192 size_t tlen);
|
/wlan-driver/qca-wifi-host-cmn/target_if/cfr/src/ |
D | target_if_cfr.c | 803 size_t tlen) in target_if_cfr_info_send() argument 817 tail, tlen); in target_if_cfr_info_send()
|
/wlan-driver/qca-wifi-host-cmn/umac/global_umac_dispatcher/lmac_if/inc/ |
D | wlan_lmac_if_def.h | 2299 void *tail, size_t tlen);
|