Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/tile/
Dtilegx.c54 #define TILE_NET_CHANNELS 32 macro
89 #define COMPS_SIZE (TILE_NET_CHANNELS * sizeof(struct tile_net_comps))
161 struct tile_net_comps *comps_for_echannel[TILE_NET_CHANNELS];
163 struct tile_net_tx_wake tx_wake[TILE_NET_CHANNELS];
206 egress_for_echannel[TILE_NET_CHANNELS];
214 *tile_net_devs_for_channel[TILE_NET_CHANNELS];
796 for (i = 0; i < TILE_NET_CHANNELS; i++) { in tile_net_handle_egress_timer()
936 for (channel = 0; channel < TILE_NET_CHANNELS; channel++) { in tile_net_update()
1122 for (i = 0; i < TILE_NET_CHANNELS; i++) in alloc_percpu_mpipe_resources()
1490 if (rc < 0 || rc >= TILE_NET_CHANNELS) { in tile_net_link_open()