Searched defs:hci_devcoredump (Results 1 – 1 of 1) sorted by relevance
41 struct hci_devcoredump { struct42 bool supported;44 enum devcoredump_state {50 } state;52 unsigned long timeout;54 size_t alloc_size;55 char *head;56 char *tail;57 char *end;59 struct sk_buff_head dump_q;[all …]