Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/tile/
Dtilegx.c128 unsigned long comp_last; member
714 while (comps->comp_last < comps->comp_next) { in tile_net_free_comps()
715 unsigned int cid = comps->comp_last % TILE_NET_MAX_COMPS; in tile_net_free_comps()
721 comps->comp_last++; in tile_net_free_comps()
801 if (!egress || comps->comp_last >= comps->comp_next) in tile_net_handle_egress_timer()
805 (comps->comp_last < comps->comp_next); in tile_net_handle_egress_timer()
1647 if (comps->comp_next - comps->comp_last < TILE_NET_MAX_COMPS - 1 || in tile_net_equeue_try_reserve()