Searched refs:dev_eql (Results 1 – 1 of 1) sorted by relevance
584 static struct net_device *dev_eql; variable592 dev_eql = alloc_netdev(sizeof(equalizer_t), "eql", NET_NAME_UNKNOWN, in eql_init_module()594 if (!dev_eql) in eql_init_module()597 err = register_netdev(dev_eql); in eql_init_module()599 free_netdev(dev_eql); in eql_init_module()605 unregister_netdev(dev_eql); in eql_cleanup_module()606 free_netdev(dev_eql); in eql_cleanup_module()