Home
last modified time | relevance | path

Searched refs:fpsel (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/apm/xgene/
Dxgene_enet_xgmac.c279 u32 cb, fpsel; in xgene_enet_xgcle_bypass() local
286 fpsel = xgene_enet_ring_bufnum(bufpool_id) - 0x20; in xgene_enet_xgcle_bypass()
289 CFG_CLE_FPSEL0_SET(&cb, fpsel); in xgene_enet_xgcle_bypass()
Dxgene_enet_sgmac.c352 u32 data, fpsel; in xgene_enet_cle_bypass() local
367 fpsel = xgene_enet_ring_bufnum(bufpool_id) - 0x20; in xgene_enet_cle_bypass()
368 data = CFG_CLE_DSTQID0(dst_ring_num) | CFG_CLE_FPSEL0(fpsel); in xgene_enet_cle_bypass()
Dxgene_enet_hw.c600 u32 fpsel; in xgene_enet_cle_bypass() local
602 fpsel = xgene_enet_ring_bufnum(bufpool_id) - 0x20; in xgene_enet_cle_bypass()
611 CFG_CLE_FPSEL0_SET(&cb, fpsel); in xgene_enet_cle_bypass()