Home
last modified time | relevance | path

Searched refs:bytes_written (Results 1 – 7 of 7) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
Ddp_tx_flow_control.c263 int bytes_written = 0; in dp_tx_dump_flow_pool_info_compact() local
272 bytes_written = qdf_snprintf(&comb_log_str[bytes_written], in dp_tx_dump_flow_pool_info_compact()
282 bytes_written += qdf_snprintf(&comb_log_str[bytes_written], in dp_tx_dump_flow_pool_info_compact()
283 (bytes_written >= comb_log_str_size) ? 0 : in dp_tx_dump_flow_pool_info_compact()
284 comb_log_str_size - bytes_written, in dp_tx_dump_flow_pool_info_compact()
/wlan-driver/qcacld-3.0/core/dp/txrx/
Dol_txrx_flow_control.c376 int bytes_written = 0; in ol_tx_dump_flow_pool_info_compact() local
385 bytes_written = snprintf(&comb_log_str[bytes_written], free_size, in ol_tx_dump_flow_pool_info_compact()
390 free_size -= bytes_written; in ol_tx_dump_flow_pool_info_compact()
396 bytes_written += snprintf(&comb_log_str[bytes_written], in ol_tx_dump_flow_pool_info_compact()
401 free_size -= bytes_written; in ol_tx_dump_flow_pool_info_compact()
Dol_tx_hl.c2276 int bytes_written = 0; local
2288 bytes_written += snprintf(&comb_log_str[bytes_written],
2295 free_size -= bytes_written;
2301 bytes_written = 0;
2304 bytes_written = snprintf(&comb_log_str[bytes_written], free_size,
2308 bytes_written += snprintf(&comb_log_str[bytes_written],
2314 free_size -= bytes_written;
/wlan-driver/qcacld-3.0/uapi/linux/
Dpktlog_ac_fmt.h280 int32_t bytes_written; member
/wlan-driver/qca-wifi-host-cmn/utils/pktlog/
Dpktlog_ac.c712 pl_info->buf->bytes_written = 0; in __pktlog_enable()
Dlinux_ac.c867 pl_info->buf->bytes_written = 0; in pktlog_read_proc_entry()
/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_main.c12828 int bytes_written; in hdd_display_netif_queue_history_compact() local
12843 bytes_written = 0; in hdd_display_netif_queue_history_compact()
12879 bytes_written += snprintf(&comb_log_str[bytes_written], in hdd_display_netif_queue_history_compact()
12880 bytes_written >= comb_log_str_size ? 0 : in hdd_display_netif_queue_history_compact()
12881 comb_log_str_size - bytes_written, in hdd_display_netif_queue_history_compact()
12898 if (bytes_written >= comb_log_str_size) in hdd_display_netif_queue_history_compact()