Lines Matching defs:poll
394 /* Link to poll list */
396 int (*poll) (struct net_device *dev, int *quota);
843 /* Add interface to tail of rx poll list. This assumes that _prep has
849 /* Try to reschedule poll. Called by irq handler. */
857 /* Try to reschedule poll. Called by dev->poll() after netif_rx_complete().
876 /* Remove interface from poll list: it must be in the poll list
877 * on current cpu. This primitive is called by dev->poll(), when
878 * it completes the work. The device cannot be out of poll list at this