Lines Matching refs:orig_nbytes
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()
380 qdf_mem_copy(data_buf, data, orig_nbytes); in hif_diag_write_mem()
382 orig_nbytes, DMA_TO_DEVICE); in hif_diag_write_mem()
399 remaining_bytes = orig_nbytes; in hif_diag_write_mem()
474 orig_nbytes, data_buf, CE_data_base, 0); in hif_diag_write_mem()