Lines Matching refs:is_bufpool
36 bool is_bufpool; in xgene_enet_ring_set_type() local
39 is_bufpool = xgene_enet_is_bufpool(ring->id); in xgene_enet_ring_set_type()
40 val = (is_bufpool) ? RING_BUFPOOL : RING_REGULAR; in xgene_enet_ring_set_type()
44 if (is_bufpool) { in xgene_enet_ring_set_type()
109 bool is_bufpool; in xgene_enet_set_ring_id() local
111 is_bufpool = xgene_enet_is_bufpool(ring->id); in xgene_enet_set_ring_id()
118 if (is_bufpool) in xgene_enet_set_ring_id()
139 bool is_bufpool; in xgene_enet_setup_ring() local
147 is_bufpool = xgene_enet_is_bufpool(ring->id); in xgene_enet_setup_ring()
148 if (is_bufpool || xgene_enet_ring_owner(ring->id) != RING_OWNER_CPU) in xgene_enet_setup_ring()
164 bool is_bufpool; in xgene_enet_clear_ring() local
166 is_bufpool = xgene_enet_is_bufpool(ring->id); in xgene_enet_clear_ring()
167 if (is_bufpool || xgene_enet_ring_owner(ring->id) != RING_OWNER_CPU) in xgene_enet_clear_ring()