Searched refs:orig_nbytes (Results 1 – 1 of 1) sorted by relevance
/wlan-driver/qca-wifi-host-cmn/hif/src/ce/ |
H A D | ce_diag.c | 129 unsigned int completed_nbytes, orig_nbytes, remaining_bytes; in hif_diag_read_mem() local 199 orig_nbytes = nbytes; in hif_diag_read_mem() 201 orig_nbytes, &CE_data_base); in hif_diag_read_mem() 206 qdf_mem_zero(data_buf, orig_nbytes); in hif_diag_read_mem() 208 remaining_bytes = orig_nbytes; in hif_diag_read_mem() 287 qdf_mem_copy(data, data_buf, orig_nbytes); in hif_diag_read_mem() 293 orig_nbytes, data_buf, CE_data_base, 0); in hif_diag_read_mem() 334 unsigned int completed_nbytes, orig_nbytes, remaining_bytes; in hif_diag_write_mem() local 371 orig_nbytes = nbytes; in hif_diag_write_mem() 373 orig_nbytes, &CE_data_base); in hif_diag_write_mem() [all …]
|