Lines Matching refs:nx842_get_pa
192 entry->ptr = cpu_to_be64(nx842_get_pa((void *)buf)); in nx842_build_scatterlist()
334 op.csbcpb = nx842_get_pa(csbcpb); in nx842_pseries_compress()
339 op.in = nx842_get_pa((void *)inbuf); in nx842_pseries_compress()
344 op.in = nx842_get_pa(slin.entries); in nx842_pseries_compress()
351 op.out = nx842_get_pa((void *)outbuf); in nx842_pseries_compress()
356 op.out = nx842_get_pa(slout.entries); in nx842_pseries_compress()
467 op.csbcpb = nx842_get_pa(csbcpb); in nx842_pseries_decompress()
472 op.in = nx842_get_pa((void *)inbuf); in nx842_pseries_decompress()
477 op.in = nx842_get_pa(slin.entries); in nx842_pseries_decompress()
484 op.out = nx842_get_pa((void *)outbuf); in nx842_pseries_decompress()
489 op.out = nx842_get_pa(slout.entries); in nx842_pseries_decompress()