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

/linux-4.1.27/drivers/net/ethernet/tile/
H A Dtilegx.c78 #define TILE_NET_MAX_COMPS 64 macro
123 struct tile_net_comp comp_queue[TILE_NET_MAX_COMPS];
714 unsigned int cid = comps->comp_last % TILE_NET_MAX_COMPS; tile_net_free_comps()
734 int cid = comps->comp_next % TILE_NET_MAX_COMPS; add_comp()
1646 if (comps->comp_next - comps->comp_last < TILE_NET_MAX_COMPS - 1 || tile_net_equeue_try_reserve()
1655 tile_net_free_comps(equeue, comps, TILE_NET_MAX_COMPS, false); tile_net_equeue_try_reserve()

Completed in 83 milliseconds