Searched refs:bytes_written (Results 1 – 7 of 7) sorted by relevance
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/ |
D | dp_tx_flow_control.c | 263 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/ |
D | ol_txrx_flow_control.c | 376 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()
|
D | ol_tx_hl.c | 2276 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/ |
D | pktlog_ac_fmt.h | 280 int32_t bytes_written; member
|
/wlan-driver/qca-wifi-host-cmn/utils/pktlog/ |
D | pktlog_ac.c | 712 pl_info->buf->bytes_written = 0; in __pktlog_enable()
|
D | linux_ac.c | 867 pl_info->buf->bytes_written = 0; in pktlog_read_proc_entry()
|
/wlan-driver/qcacld-3.0/core/hdd/src/ |
D | wlan_hdd_main.c | 12828 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()
|