Lines Matching defs:info_mpipe
145 struct info_mpipe { struct
147 gxio_mpipe_iqueue_t iqueue;
149 struct napi_struct napi;
151 unsigned int num_needed_buffers[MAX_KINDS];
153 int instance;
155 bool has_iqueue;
157 bool napi_added;
158 bool napi_enabled;
160 struct tile_net_comps *comps_for_echannel[TILE_NET_CHANNELS];
162 struct tile_net_tx_wake tx_wake[TILE_NET_CHANNELS];
658 struct info_mpipe *info_mpipe = in tile_net_poll() local