Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00debug.c137 struct rt2x00dump_hdr *dump_hdr; in rt2x00debug_dump_frame() local
155 skbcopy = alloc_skb(sizeof(*dump_hdr) + skbdesc->desc_len + data_len, in rt2x00debug_dump_frame()
162 dump_hdr = skb_put(skbcopy, sizeof(*dump_hdr)); in rt2x00debug_dump_frame()
163 dump_hdr->version = cpu_to_le32(DUMP_HEADER_VERSION); in rt2x00debug_dump_frame()
164 dump_hdr->header_length = cpu_to_le32(sizeof(*dump_hdr)); in rt2x00debug_dump_frame()
165 dump_hdr->desc_length = cpu_to_le32(skbdesc->desc_len); in rt2x00debug_dump_frame()
166 dump_hdr->data_length = cpu_to_le32(data_len); in rt2x00debug_dump_frame()
167 dump_hdr->chip_rt = cpu_to_le16(rt2x00dev->chip.rt); in rt2x00debug_dump_frame()
168 dump_hdr->chip_rf = cpu_to_le16(rt2x00dev->chip.rf); in rt2x00debug_dump_frame()
169 dump_hdr->chip_rev = cpu_to_le16(rt2x00dev->chip.rev); in rt2x00debug_dump_frame()
[all …]