Home
last modified time | relevance | path

Searched refs:cpu_bufnum (Results 1 – 2 of 2) sorted by relevance

/drivers/net/ethernet/apm/xgene/
Dxgene_enet_main.c1297 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 = START_CPU_BUFNUM_0; in xgene_enet_setup_ops()
1938 pdata->cpu_bufnum = XG_START_CPU_BUFNUM_1; in xgene_enet_setup_ops()
[all …]
Dxgene_enet_main.h225 u8 cpu_bufnum; member