Searched refs:command_timer (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/libertas/
H A Dfw.c267 setup_timer(&adapter->command_timer, command_timer_fn,
272 del_timer_sync(&adapter->command_timer);
297 lbs_deb_fw("free command_timer\n");
298 del_timer(&adapter->command_timer);
H A Ddev.h247 struct timer_list command_timer; member in struct:_wlan_adapter
H A Dcmd.c999 mod_timer(&adapter->command_timer, jiffies + (10*HZ));
1001 mod_timer(&adapter->command_timer, jiffies + (5*HZ));
H A Dcmdresp.c752 del_timer(&adapter->command_timer);
H A Dmain.c741 del_timer(&adapter->command_timer);

Completed in 114 milliseconds