Searched defs:dump_header (Results 1 – 4 of 4) sorted by relevance
38 struct dump_header { struct39 u32 header_size; /* Size in DWORDs excluding this field */40 u32 version;41 u32 preset;42 u32 dump_meta_data; /* OR of CHIP and PATH. */
392 struct nfp_dump_error *dump_header = dump->p; in nfp_dump_error_tlv() local411 struct nfp_dump_tl *dump_header = dump->p; in nfp_dump_fwname() local433 struct nfp_dump_tl *dump_header = dump->p; in nfp_dump_hwinfo() local454 struct nfp_dump_tl *dump_header = dump->p; in nfp_dump_hwinfo_field() local492 struct nfp_dump_csr *dump_header = dump->p; in nfp_dump_csr_range() local595 struct nfp_dump_csr *dump_header = dump->p; in nfp_dump_indirect_csr_range() local640 struct nfp_dump_rtsym *dump_header = dump->p; in nfp_dump_single_rtsym() local
431 static void dump_header(struct oom_control *oc, struct task_struct *p) in dump_header() function
317 #define dump_header(_a) _dump_header(_a, __func__, __LINE__) macro