Lines Matching defs:hv_nxc
1146 struct hv_nx_cop_caps *hv_nxc;
1165 hv_nxc = kmalloc(sizeof(*hv_nxc), GFP_KERNEL);
1166 if (!hv_nxc)
1173 (u64)virt_to_phys(hv_nxc));
1180 nx_cop_caps.descriptor = be64_to_cpu(hv_nxc->descriptor);
1182 be64_to_cpu(hv_nxc->req_max_processed_len);
1184 be64_to_cpu(hv_nxc->min_compress_len);
1186 be64_to_cpu(hv_nxc->min_decompress_len);
1191 kfree(hv_nxc);