Searched refs:hdr2 (Results 1 – 4 of 4) sorted by relevance
47 char *hdr2; member350 for (dfp = ptcfmt; dfp->hdr2 != NULL; dfp++) in umastat()358 for (dfp = ptcfmt; dfp->hdr2 != NULL; dfp++) in umastat()359 mdb_printf("%s ", dfp->hdr2); in umastat()369 for (dfp = ptcfmt; dfp->hdr2 != NULL; dfp++) in umastat()390 mdb_printf("%s%s", dfp == umemfmt ? "" : " ", dfp->hdr2); in umastat()422 mdb_printf("%s ", dfp->hdr2); in umastat()
177 __le32 hdr2; member
2131 char *hdr2; member2346 mdb_printf("%s ", dfp->hdr2); in kmastat()2379 mdb_printf("%s ", dfp->hdr2); in kmastat()
3929 static int fw_compatible(const struct fw_hdr *hdr1, const struct fw_hdr *hdr2) in fw_compatible() argument3933 if (hdr1->chip == hdr2->chip && hdr1->fw_ver == hdr2->fw_ver) in fw_compatible()3940 #define SAME_INTF(x) (hdr1->intfver_##x == hdr2->intfver_##x) in fw_compatible()3941 if (hdr1->chip == hdr2->chip && SAME_INTF(nic) && SAME_INTF(vnic) && in fw_compatible()