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. */
352 struct nfp_dump_error *dump_header = dump->p; in nfp_dump_error_tlv() local371 struct nfp_dump_tl *dump_header = dump->p; in nfp_dump_fwname() local393 struct nfp_dump_tl *dump_header = dump->p; in nfp_dump_hwinfo() local414 struct nfp_dump_tl *dump_header = dump->p; in nfp_dump_hwinfo_field() local452 struct nfp_dump_csr *dump_header = dump->p; in nfp_dump_csr_range() local555 struct nfp_dump_csr *dump_header = dump->p; in nfp_dump_indirect_csr_range() local600 struct nfp_dump_rtsym *dump_header = dump->p; in nfp_dump_single_rtsym() local
452 static void dump_header(struct oom_control *oc, struct task_struct *p) in dump_header() function
303 #define dump_header(_a) _dump_header(_a, __func__, __LINE__) macro