Home
last modified time | relevance | path

Searched refs:nread (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/wmi/src/
Dwmi_hang_event.c39 int nread, pos, total_len; in wmi_log_history() local
64 nread = wmi_log->length; in wmi_log_history()
66 nread = wmi_ring_size; in wmi_log_history()
74 while (nread--) { in wmi_log_history()
Dwmi_filtered_logging.c311 int pos, nread, outlen; in wmi_log_show() local
323 nread = wmi_log->length; in wmi_log_show()
325 nread = wmi_ring_size; in wmi_log_show()
335 while (nread--) { in wmi_log_show()
Dwmi_unified.c999 int pos, nread, outlen; \
1011 nread = wmi_log->length; \
1013 nread = wmi_ring_size; \
1023 while (nread--) { \
1057 int pos, nread, outlen; \
1069 nread = wmi_log->length; \
1071 nread = wmi_ring_size; \
1081 while (nread--) { \