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

/linux-4.1.27/drivers/net/ethernet/tile/
H A Dtilegx.c53 #define TILE_NET_CHANNELS 32 macro
88 #define COMPS_SIZE (TILE_NET_CHANNELS * sizeof(struct tile_net_comps))
160 struct tile_net_comps *comps_for_echannel[TILE_NET_CHANNELS];
162 struct tile_net_tx_wake tx_wake[TILE_NET_CHANNELS];
205 egress_for_echannel[TILE_NET_CHANNELS];
213 *tile_net_devs_for_channel[TILE_NET_CHANNELS];
795 for (i = 0; i < TILE_NET_CHANNELS; i++) { tile_net_handle_egress_timer()
935 for (channel = 0; channel < TILE_NET_CHANNELS; channel++) { tile_net_update()
1121 for (i = 0; i < TILE_NET_CHANNELS; i++) alloc_percpu_mpipe_resources()
1489 if (rc < 0 || rc >= TILE_NET_CHANNELS) { tile_net_link_open()

Completed in 72 milliseconds