Searched refs:dump_hdr (Results 1 – 2 of 2) sorted by relevance
137 struct rt2x00dump_hdr *dump_hdr; in rt2x00debug_dump_frame() local155 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 …]
3102 struct qca_dump_hdr *dump_hdr; in handle_dump_pkt_qca() local3112 dump_hdr = (struct qca_dump_hdr *)skb->data; in handle_dump_pkt_qca()3114 seqno = le16_to_cpu(dump_hdr->seqno); in handle_dump_pkt_qca()3117 dump_size = le32_to_cpu(dump_hdr->ram_dump_size); in handle_dump_pkt_qca()3190 struct qca_dump_hdr *dump_hdr; in acl_pkt_is_dump_qca() local3205 dump_hdr = skb_pull_data(clone, sizeof(*dump_hdr)); in acl_pkt_is_dump_qca()3206 if (!dump_hdr || (dump_hdr->vse_class != QCA_MEMDUMP_VSE_CLASS) || in acl_pkt_is_dump_qca()3207 (dump_hdr->msg_type != QCA_MEMDUMP_MSG_TYPE)) in acl_pkt_is_dump_qca()3220 struct qca_dump_hdr *dump_hdr; in evt_pkt_is_dump_qca() local3231 dump_hdr = skb_pull_data(clone, sizeof(*dump_hdr)); in evt_pkt_is_dump_qca()[all …]