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

/freebsd-12-stable/sys/kern/
H A Dsubr_firmware.c92 #define FW_UNLOAD 0x100 macro
351 fp->flags |= FW_UNLOAD;
404 (fp->flags & FW_UNLOAD) == 0)
410 * 2. clear FW_UNLOAD so we don't try this entry again.
413 fp->flags &= ~FW_UNLOAD; /* do not try again */
463 fp->flags |= FW_UNLOAD;

Completed in 99 milliseconds