Lines Matching defs:info_mpipe
146 struct info_mpipe { struct
148 gxio_mpipe_iqueue_t iqueue;
150 struct napi_struct napi;
152 unsigned int num_needed_buffers[MAX_KINDS];
154 int instance;
156 bool has_iqueue;
158 bool napi_added;
159 bool napi_enabled;
161 struct tile_net_comps *comps_for_echannel[TILE_NET_CHANNELS];
163 struct tile_net_tx_wake tx_wake[TILE_NET_CHANNELS];
659 struct info_mpipe *info_mpipe = in tile_net_poll() local