Searched refs:dev_eql (Results 1 – 1 of 1) sorted by relevance
583 static struct net_device *dev_eql; variable591 dev_eql = alloc_netdev(sizeof(equalizer_t), "eql", NET_NAME_UNKNOWN, in eql_init_module()593 if (!dev_eql) in eql_init_module()596 err = register_netdev(dev_eql); in eql_init_module()598 free_netdev(dev_eql); in eql_init_module()604 unregister_netdev(dev_eql); in eql_cleanup_module()605 free_netdev(dev_eql); in eql_cleanup_module()