Searched defs:hci_devcoredump (Results 1 – 1 of 1) sorted by relevance
34 struct hci_devcoredump { struct35 bool supported;37 enum devcoredump_state {43 } state;45 unsigned long timeout;47 size_t alloc_size;48 char *head;49 char *tail;50 char *end;52 struct sk_buff_head dump_q;[all …]