Searched refs:cpu_bufnum (Results 1 – 2 of 2) sorted by relevance
1297 u32 cpu_bufnum; in xgene_start_cpu_bufnum() local 1300 ret = device_property_read_u32(dev, "channel", &cpu_bufnum); in xgene_start_cpu_bufnum() 1302 return (!ret) ? cpu_bufnum : pdata->cpu_bufnum; in xgene_start_cpu_bufnum() 1320 u8 cpu_bufnum; in xgene_enet_create_desc_rings() local 1322 cpu_bufnum = xgene_start_cpu_bufnum(pdata); in xgene_enet_create_desc_rings() 1327 ring_id = xgene_enet_get_ring_id(RING_OWNER_CPU, cpu_bufnum++); in xgene_enet_create_desc_rings() 1427 cpu_bufnum++); in xgene_enet_create_desc_rings() 1925 pdata->cpu_bufnum = X2_START_CPU_BUFNUM_0; in xgene_enet_setup_ops() 1930 pdata->cpu_bufnum in xgene_enet_setup_ops() [all...]
226 u8 cpu_bufnum; member