Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/apm/xgene/
H A Dxgene_enet_main.c1313 u8 bp_bufnum = pdata->bp_bufnum; in xgene_enet_create_desc_rings() local
1338 ring_id = xgene_enet_get_ring_id(owner, bp_bufnum++); in xgene_enet_create_desc_rings()
1369 ring_id = xgene_enet_get_ring_id(owner, bp_bufnum++); in xgene_enet_create_desc_rings()
1927 pdata->bp_bufnum = X2_START_BP_BUFNUM_0; in xgene_enet_setup_ops()
1932 pdata->bp_bufnum = START_BP_BUFNUM_0; in xgene_enet_setup_ops()
1940 pdata->bp_bufnum = XG_START_BP_BUFNUM_1; in xgene_enet_setup_ops()
1945 pdata->bp_bufnum = START_BP_BUFNUM_1; in xgene_enet_setup_ops()
1958 pdata->bp_bufnum = X2_START_BP_BUFNUM_0; in xgene_enet_setup_ops()
1964 pdata->bp_bufnum = X2_START_BP_BUFNUM_1; in xgene_enet_setup_ops()
H A Dxgene_enet_main.h228 u8 bp_bufnum; member