Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/apm/xgene/
H A Dxgene_enet_main.c1297 u32 cpu_bufnum; in xgene_start_cpu_bufnum() local
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()
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()
1943 pdata->cpu_bufnum = START_CPU_BUFNUM_1; in xgene_enet_setup_ops()
1956 pdata->cpu_bufnum = X2_START_CPU_BUFNUM_0; in xgene_enet_setup_ops()
[all …]
H A Dxgene_enet_main.h225 u8 cpu_bufnum; member