Searched refs:dev_eql (Results 1 – 1 of 1) sorted by relevance
580 static struct net_device *dev_eql; variable588 dev_eql = alloc_netdev(sizeof(equalizer_t), "eql", NET_NAME_UNKNOWN, in eql_init_module()590 if (!dev_eql) in eql_init_module()593 err = register_netdev(dev_eql); in eql_init_module()595 free_netdev(dev_eql); in eql_init_module()601 unregister_netdev(dev_eql); in eql_cleanup_module()602 free_netdev(dev_eql); in eql_cleanup_module()