Lines Matching refs:is_bufpool
37 bool is_bufpool;
40 is_bufpool = xgene_enet_is_bufpool(ring->id);
41 val = (is_bufpool) ? RING_BUFPOOL : RING_REGULAR;
43 if (is_bufpool)
98 bool is_bufpool;
103 is_bufpool = xgene_enet_is_bufpool(ring->id);
111 if (is_bufpool)
130 bool is_bufpool;
139 is_bufpool = xgene_enet_is_bufpool(ring->id);
140 if (is_bufpool || xgene_enet_ring_owner(ring->id) != RING_OWNER_CPU)