Searched refs:nx_gzip_crb_cpb_t (Results  1 – 4 of 4) sorted by relevance
| /Linux-v5.10/tools/testing/selftests/powerpc/nx-gzip/ | 
| D | gzfht_test.c | 78 				struct nx_gzip_crb_cpb_t *cmdp, void *handle)  in compress_fht_sample() 244 	struct nx_gzip_crb_cpb_t *cmdp;  in compress_file() 249 		aligned_alloc(sizeof(struct nx_gzip_crb_cpb_t),  in compress_file() 250 			      sizeof(struct nx_gzip_crb_cpb_t));  in compress_file() 298 		nxu_touch_pages(cmdp, sizeof(struct nx_gzip_crb_cpb_t), pagelen,  in compress_file()
  | 
| D | gzip_vas.c | 135 static int nx_wait_for_csb(struct nx_gzip_crb_cpb_t *cmdp)  in nx_wait_for_csb() 195 static int nxu_run_job(struct nx_gzip_crb_cpb_t *cmdp, void *handle)  in nxu_run_job() 262 int nxu_submit_job(struct nx_gzip_crb_cpb_t *cmdp, void *handle)  in nxu_submit_job()
  | 
| D | gunz_test.c | 246 			 struct nx_gzip_crb_cpb_t *cmdp, void *handle)  in nx_submit_job() 294 	struct nx_gzip_crb_cpb_t cmd, *cmdp;  in decompress_file() 692 	nxu_touch_pages(cmdp, sizeof(struct nx_gzip_crb_cpb_t), page_sz, 1);  in decompress_file()
  | 
| /Linux-v5.10/tools/testing/selftests/powerpc/nx-gzip/include/ | 
| D | nxu.h | 323 struct nx_gzip_crb_cpb_t {  struct 573 int nxu_submit_job(struct nx_gzip_crb_cpb_t *c, void *handle); 590 int nxu_run_sim_job(struct nx_gzip_crb_cpb_t *c, void *ctx);
  |