Home
last modified time | relevance | path

Searched refs:shouldsleep (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/marvell/libertas/
H A Dmain.c444 int shouldsleep; in lbs_thread() local
455 shouldsleep = 0; /* Bye */ in lbs_thread()
457 shouldsleep = 1; /* We need to wait until we're _told_ to die */ in lbs_thread()
459 shouldsleep = 1; /* Sleep mode. Nothing we can do till it wakes */ in lbs_thread()
461 shouldsleep = 0; /* Command timed out. Recover */ in lbs_thread()
463 shouldsleep = 1; /* Firmware not ready. We're waiting for it */ in lbs_thread()
465 shouldsleep = 1; /* Something is en route to the device already */ in lbs_thread()
467 shouldsleep = 0; /* We've a packet to send */ in lbs_thread()
469 shouldsleep = 0; /* We have a command response */ in lbs_thread()
471 shouldsleep in lbs_thread()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/libertas/
H A Dmain.c443 int shouldsleep; in lbs_thread() local
454 shouldsleep = 0; /* Bye */ in lbs_thread()
456 shouldsleep = 1; /* We need to wait until we're _told_ to die */ in lbs_thread()
458 shouldsleep = 1; /* Sleep mode. Nothing we can do till it wakes */ in lbs_thread()
460 shouldsleep = 0; /* Command timed out. Recover */ in lbs_thread()
462 shouldsleep = 1; /* Firmware not ready. We're waiting for it */ in lbs_thread()
464 shouldsleep = 1; /* Something is en route to the device already */ in lbs_thread()
466 shouldsleep = 0; /* We've a packet to send */ in lbs_thread()
468 shouldsleep = 0; /* We have a command response */ in lbs_thread()
470 shouldsleep in lbs_thread()
[all...]

Completed in 2 milliseconds