Home
last modified time | relevance | path

Searched refs:rt2x00dump_hdr (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00dump.h41 * additional information useful for debugging. See &rt2x00dump_hdr.
50 * These values are used for the @type member of &rt2x00dump_hdr.
68 * struct rt2x00dump_hdr - Dump frame header
82 * @header_length: The length of the &rt2x00dump_hdr structure. This is
96 struct rt2x00dump_hdr { struct
97 versionrt2x00dump_hdr global() argument
100 header_lengthrt2x00dump_hdr global() argument
101 desc_lengthrt2x00dump_hdr global() argument
102 data_lengthrt2x00dump_hdr global() argument
104 chip_rtrt2x00dump_hdr global() argument
105 chip_rfrt2x00dump_hdr global() argument
106 chip_revrt2x00dump_hdr global() argument
108 typert2x00dump_hdr global() argument
109 queue_indexrt2x00dump_hdr global() argument
110 entry_indexrt2x00dump_hdr global() argument
112 timestamp_secrt2x00dump_hdr global() argument
113 timestamp_usecrt2x00dump_hdr global() argument
H A Drt2x00debug.c137 struct rt2x00dump_hdr *dump_hdr; in rt2x00debug_dump_frame()