Searched refs:hdr2 (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/core/
H A Duser_mad.c393 struct ib_user_mad_hdr *hdr2)
395 if (!hdr1->grh_present && !hdr2->grh_present)
396 return (hdr1->lid == hdr2->lid);
398 if (hdr1->grh_present && hdr2->grh_present)
399 return !memcmp(hdr1->gid, hdr2->gid, 16);
392 same_destination(struct ib_user_mad_hdr *hdr1, struct ib_user_mad_hdr *hdr2) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_attr_leaf.c1249 xfs_attr_leaf_hdr_t *hdr1, *hdr2; local
1279 hdr2 = &leaf2->hdr;
1309 max = be16_to_cpu(hdr2->firstused)
1311 max -= be16_to_cpu(hdr2->count) * sizeof(xfs_attr_leaf_entry_t);
1416 xfs_attr_leaf_hdr_t *hdr1, *hdr2; local
1427 hdr2 = &leaf2->hdr;
1435 max = be16_to_cpu(hdr1->count) + be16_to_cpu(hdr2->count);
1438 be16_to_cpu(hdr2->usedbytes) +
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/kernel/
H A Dsetup.c665 struct tag_header hdr2; member in struct:init_tags

Completed in 119 milliseconds