Searched defs:ath10k_pktlog_hdr (Results 1 – 1 of 1) sorted by relevance
62 struct ath10k_pktlog_hdr { struct63 __le16 flags;64 __le16 missed_cnt;65 __le16 log_type; /* Type of log information foll this header */66 __le16 size; /* Size of variable length log information in bytes */67 __le32 timestamp;68 u8 payload[];