Home
last modified time | relevance | path

Searched refs:xgene_enet_ring_bufnum (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/apm/xgene/
Dxgene_enet_hw.h286 enum xgene_enet_ring_bufnum { enum
317 static inline u8 xgene_enet_ring_bufnum(u16 id) in xgene_enet_ring_bufnum() function
Dxgene_enet_hw.c167 data |= BIT(31 - xgene_enet_ring_bufnum(ring->id)); in xgene_enet_setup_ring()
183 data &= ~BIT(31 - xgene_enet_ring_bufnum(ring->id)); in xgene_enet_clear_ring()
602 fpsel = xgene_enet_ring_bufnum(bufpool_id) - 0x20; in xgene_enet_cle_bypass()
Dxgene_enet_xgmac.c286 fpsel = xgene_enet_ring_bufnum(bufpool_id) - 0x20; in xgene_enet_xgcle_bypass()
Dxgene_enet_sgmac.c367 fpsel = xgene_enet_ring_bufnum(bufpool_id) - 0x20; in xgene_enet_cle_bypass()