Searched refs:active_dev (Results 1 – 2 of 2) sorted by relevance
225 handle_to_device [pcap->fd-1] = active_dev; in pcap_activate_dos()750 struct device *dev = active_dev; in close_driver()758 active_dev = NULL; in close_driver()785 disable_irq (active_dev->irq); in exc_handler()786 irq_eoi_cmd (active_dev->irq); in exc_handler()927 if (active_dev && active_dev->xmit) in pcap_xmit_hook()928 if ((*active_dev->xmit) (active_dev, buf, len) > 0) in pcap_xmit_hook()1380 pktq_inc_out (&active_dev->queue); in release_rxbuf()1407 if (idx != active_dev->queue.out_index) in get_rxbuf()1412 active_dev->queue.in_index = idx; in get_rxbuf()[all …]
205 extern struct device *active_dev LOCKED_VAR;