Lines Matching refs:nx842_get_pa
206 entry->ptr = cpu_to_be64(nx842_get_pa((void *)buf)); in nx842_build_scatterlist()
347 op.csbcpb = nx842_get_pa(csbcpb); in nx842_pseries_compress()
352 op.in = nx842_get_pa((void *)inbuf); in nx842_pseries_compress()
357 op.in = nx842_get_pa(slin.entries); in nx842_pseries_compress()
364 op.out = nx842_get_pa((void *)outbuf); in nx842_pseries_compress()
369 op.out = nx842_get_pa(slout.entries); in nx842_pseries_compress()
479 op.csbcpb = nx842_get_pa(csbcpb); in nx842_pseries_decompress()
484 op.in = nx842_get_pa((void *)inbuf); in nx842_pseries_decompress()
489 op.in = nx842_get_pa(slin.entries); in nx842_pseries_decompress()
496 op.out = nx842_get_pa((void *)outbuf); in nx842_pseries_decompress()
501 op.out = nx842_get_pa(slout.entries); in nx842_pseries_decompress()