Lines Matching defs:config2
917 struct myrb_config2 *config2;
932 config2 = dma_alloc_coherent(&pdev->dev, sizeof(struct myrb_config2),
934 if (!config2) {
936 "Failed to allocate V1 config2 memory\n");
1126 cb->stripe_size = config2->blocks_per_stripe * config2->block_factor
1128 cb->segment_size = config2->blocks_per_cacheline * config2->block_factor
1133 if (config2->drive_geometry) {
1192 config2, config2_addr);