Lines Matching refs:nx842_get_pa
179 entry->ptr = cpu_to_be64(nx842_get_pa((void *)buf)); in nx842_build_scatterlist()
320 op.csbcpb = nx842_get_pa(csbcpb); in nx842_pseries_compress()
325 op.in = nx842_get_pa((void *)inbuf); in nx842_pseries_compress()
330 op.in = nx842_get_pa(slin.entries); in nx842_pseries_compress()
337 op.out = nx842_get_pa((void *)outbuf); in nx842_pseries_compress()
342 op.out = nx842_get_pa(slout.entries); in nx842_pseries_compress()
452 op.csbcpb = nx842_get_pa(csbcpb); in nx842_pseries_decompress()
457 op.in = nx842_get_pa((void *)inbuf); in nx842_pseries_decompress()
462 op.in = nx842_get_pa(slin.entries); in nx842_pseries_decompress()
469 op.out = nx842_get_pa((void *)outbuf); in nx842_pseries_decompress()
474 op.out = nx842_get_pa(slout.entries); in nx842_pseries_decompress()