/* struct hci_devcoredump - Devcoredump state * * @supported: Indicates if FW dump collection is supported by driver * @state: Current state of dump collection * @timeout: Indicates a timeout for collecting the devcoredump * * @alloc_size: Total size of the dump * @head: Start of the dump * @tail: Pointer to current end of dump * @end: head + alloc_size for easy comparisons * * @dump_q: Dump queue for state machine to process * @dump_rx: Devcoredump state machine work * @dump_timeout: Devcoredump timeout work * * @coredump: Called from the driver's .coredump() function. * @dmp_hdr: Create a dump header to identify controller/fw/driver info * @notify_change: Notify driver when devcoredump state has changed
*/ struct hci_devcoredump { bool supported;
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.