Searched refs:dump_hdr (Results 1 – 3 of 3) sorted by relevance
137 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 in rt2x00debug_dump_frame() [all...]
968 struct dump_header dump_hdr = {0}; in bnx2x_get_regs() local 983 dump_hdr.header_size = (sizeof(struct dump_header) / 4) - 1; in bnx2x_get_regs() 984 dump_hdr.preset = DUMP_ALL_PRESETS; in bnx2x_get_regs() 985 dump_hdr.version = BNX2X_DUMP_VERSION; in bnx2x_get_regs() 989 dump_hdr.dump_meta_data = DUMP_CHIP_E1; in bnx2x_get_regs() 991 dump_hdr.dump_meta_data = DUMP_CHIP_E1H; in bnx2x_get_regs() 993 dump_hdr.dump_meta_data = DUMP_CHIP_E2 | in bnx2x_get_regs() 996 dump_hdr.dump_meta_data = DUMP_CHIP_E3A0 | in bnx2x_get_regs() 999 dump_hdr.dump_meta_data = DUMP_CHIP_E3B0 | in bnx2x_get_regs() 1003 memcpy(p, &dump_hdr, sizeo in bnx2x_get_regs() 1063 struct dump_header dump_hdr = {0}; bnx2x_get_dump_data() local [all...]
3002 struct qca_dump_hdr *dump_hdr; in handle_dump_pkt_qca() local 3012 dump_hdr = (struct qca_dump_hdr *)skb->data; in handle_dump_pkt_qca() 3014 seqno = le16_to_cpu(dump_hdr->seqno); in handle_dump_pkt_qca() 3017 dump_size = le32_to_cpu(dump_hdr->ram_dump_size); in handle_dump_pkt_qca() 3090 struct qca_dump_hdr *dump_hdr; in acl_pkt_is_dump_qca() local 3105 dump_hdr = skb_pull_data(clone, sizeof(*dump_hdr)); in acl_pkt_is_dump_qca() 3106 if (!dump_hdr || (dump_hdr->vse_class != QCA_MEMDUMP_VSE_CLASS) || in acl_pkt_is_dump_qca() 3107 (dump_hdr in acl_pkt_is_dump_qca() 3120 struct qca_dump_hdr *dump_hdr; evt_pkt_is_dump_qca() local [all...]