Searched refs:active_dev (Results 1 – 2 of 2) sorted by relevance
224 handle_to_device [pcap->fd-1] = active_dev; in pcap_activate_dos()734 struct device *dev = active_dev; in close_driver()742 active_dev = NULL; in close_driver()769 disable_irq (active_dev->irq); in exc_handler()770 irq_eoi_cmd (active_dev->irq); in exc_handler()911 if (active_dev && active_dev->xmit) in pcap_xmit_hook()912 if ((*active_dev->xmit) (active_dev, buf, len) > 0) in pcap_xmit_hook()1366 pktq_inc_out (&active_dev->queue); in release_rxbuf()1393 if (idx != active_dev->queue.out_index) in get_rxbuf()1398 active_dev->queue.in_index = idx; in get_rxbuf()[all …]
205 extern struct device *active_dev LOCKED_VAR;