Lines Matching full:instances
40 from the system. The instances are attached to the netdevice passed
42 unregistered). Instances are added in a disabled state.
153 Modern devices have multiple NAPI instances (struct napi_struct) per
154 interface. There is no strong requirement on how the instances are
159 NAPI instances most often correspond 1:1:1 to interrupts and queue pairs
163 or Rx and Tx queues can be serviced by separate NAPI instances on a single
165 a 1:1 mapping between NAPI instances and interrupts.
177 Drivers often allocate and free NAPI instances dynamically. This leads to loss
178 of NAPI-related user configuration each time NAPI instances are reallocated.
437 NAPI instances of that device. Each NAPI instance will spawn a separate
442 between IRQs and NAPI instances may not be trivial (and is driver