Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/tile/
Dtilegx.c79 #define TILE_NET_MAX_COMPS 64 macro
124 struct tile_net_comp comp_queue[TILE_NET_MAX_COMPS];
715 unsigned int cid = comps->comp_last % TILE_NET_MAX_COMPS; in tile_net_free_comps()
735 int cid = comps->comp_next % TILE_NET_MAX_COMPS; in add_comp()
1647 if (comps->comp_next - comps->comp_last < TILE_NET_MAX_COMPS - 1 || in tile_net_equeue_try_reserve()
1656 tile_net_free_comps(equeue, comps, TILE_NET_MAX_COMPS, false); in tile_net_equeue_try_reserve()