hdr2               42 arch/arm/kernel/atags_parse.c 	struct tag_header hdr2;
hdr2              439 drivers/infiniband/core/user_mad.c 			    struct ib_user_mad_hdr *hdr2)
hdr2              441 drivers/infiniband/core/user_mad.c 	if (!hdr1->grh_present && !hdr2->grh_present)
hdr2              442 drivers/infiniband/core/user_mad.c 	   return (hdr1->lid == hdr2->lid);
hdr2              444 drivers/infiniband/core/user_mad.c 	if (hdr1->grh_present && hdr2->grh_present)
hdr2              445 drivers/infiniband/core/user_mad.c 	   return !memcmp(hdr1->gid, hdr2->gid, 16);
hdr2             3442 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c static int fw_compatible(const struct fw_hdr *hdr1, const struct fw_hdr *hdr2)
hdr2             3446 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c 	if (hdr1->chip == hdr2->chip && hdr1->fw_ver == hdr2->fw_ver)
hdr2             3449 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c #define SAME_INTF(x) (hdr1->intfver_##x == hdr2->intfver_##x)
hdr2             3450 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c 	if (hdr1->chip == hdr2->chip && SAME_INTF(nic) && SAME_INTF(vnic) &&
hdr2               18 drivers/net/wireless/realtek/rtw88/efuse.c #define invalid_efuse_header(hdr1, hdr2) \
hdr2               19 drivers/net/wireless/realtek/rtw88/efuse.c 	((hdr1) == 0xff || (((hdr1) & 0x1f) == 0xf && (hdr2) == 0xff))
hdr2               22 drivers/net/wireless/realtek/rtw88/efuse.c #define get_efuse_blk_idx_2_byte(hdr1, hdr2) \
hdr2               23 drivers/net/wireless/realtek/rtw88/efuse.c 	((((hdr2) & 0xf0) >> 1) | (((hdr1) >> 5) & 0x07))
hdr2               45 drivers/net/wireless/realtek/rtw88/efuse.c 	u8 hdr1, hdr2;
hdr2               52 drivers/net/wireless/realtek/rtw88/efuse.c 		hdr2 = phy_map[phy_idx + 1];
hdr2               53 drivers/net/wireless/realtek/rtw88/efuse.c 		if (invalid_efuse_header(hdr1, hdr2))
hdr2               58 drivers/net/wireless/realtek/rtw88/efuse.c 			blk_idx = get_efuse_blk_idx_2_byte(hdr1, hdr2);
hdr2               59 drivers/net/wireless/realtek/rtw88/efuse.c 			word_en = hdr2 & 0xf;
hdr2             2225 drivers/scsi/csiostor/csio_hw.c static int fw_compatible(const struct fw_hdr *hdr1, const struct fw_hdr *hdr2)
hdr2             2229 drivers/scsi/csiostor/csio_hw.c 	if (hdr1->chip == hdr2->chip && hdr1->fw_ver == hdr2->fw_ver)
hdr2             2232 drivers/scsi/csiostor/csio_hw.c #define SAME_INTF(x) (hdr1->intfver_##x == hdr2->intfver_##x)
hdr2             2233 drivers/scsi/csiostor/csio_hw.c 	if (hdr1->chip == hdr2->chip && SAME_INTF(nic) && SAME_INTF(vnic) &&
hdr2              972 fs/xfs/libxfs/xfs_dir2_node.c 	struct xfs_dir3_icleaf_hdr hdr2;
hdr2              975 fs/xfs/libxfs/xfs_dir2_node.c 	dp->d_ops->leaf_hdr_from_disk(&hdr2, leaf2);
hdr2              979 fs/xfs/libxfs/xfs_dir2_node.c 	if (hdr1.count > 0 && hdr2.count > 0 &&
hdr2              981 fs/xfs/libxfs/xfs_dir2_node.c 	     be32_to_cpu(ents2[hdr2.count - 1].hashval) <
hdr2             1014 fs/xfs/libxfs/xfs_dir2_node.c 	struct xfs_dir3_icleaf_hdr hdr2;
hdr2             1028 fs/xfs/libxfs/xfs_dir2_node.c 	dp->d_ops->leaf_hdr_from_disk(&hdr2, leaf2);
hdr2             1032 fs/xfs/libxfs/xfs_dir2_node.c 	oldsum = hdr1.count + hdr2.count;
hdr2             1034 fs/xfs/libxfs/xfs_dir2_node.c 	oldstale = hdr1.stale + hdr2.stale;
hdr2             1066 fs/xfs/libxfs/xfs_dir2_node.c 					&hdr2, ents2, 0, count);
hdr2             1068 fs/xfs/libxfs/xfs_dir2_node.c 		xfs_dir3_leafn_moveents(args, blk2->bp, &hdr2, ents2, 0,
hdr2             1072 fs/xfs/libxfs/xfs_dir2_node.c 	ASSERT(hdr1.count + hdr2.count == oldsum);
hdr2             1073 fs/xfs/libxfs/xfs_dir2_node.c 	ASSERT(hdr1.stale + hdr2.stale == oldstale);
hdr2             1077 fs/xfs/libxfs/xfs_dir2_node.c 	dp->d_ops->leaf_hdr_to_disk(leaf2, &hdr2);
hdr2             1087 fs/xfs/libxfs/xfs_dir2_node.c 	if (hdr1.count < hdr2.count)
hdr2             1089 fs/xfs/libxfs/xfs_dir2_node.c 	else if (hdr1.count > hdr2.count)
hdr2             1489 fs/xfs/libxfs/xfs_dir2_node.c 		struct xfs_dir3_icleaf_hdr hdr2;
hdr2             1510 fs/xfs/libxfs/xfs_dir2_node.c 		dp->d_ops->leaf_hdr_from_disk(&hdr2, leaf);
hdr2             1512 fs/xfs/libxfs/xfs_dir2_node.c 		count += hdr2.count - hdr2.stale;