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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/core/
H A Duser_mad.c389 struct ib_user_mad_hdr *hdr2)
391 if (!hdr1->grh_present && !hdr2->grh_present)
392 return (hdr1->lid == hdr2->lid);
394 if (hdr1->grh_present && hdr2->grh_present)
395 return !memcmp(hdr1->gid, hdr2->gid, 16);
388 same_destination(struct ib_user_mad_hdr *hdr1, struct ib_user_mad_hdr *hdr2) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/rpc_parse/
H A Dparse_misc.c523 BOOL smb_io_unihdr2(const char *desc, UNIHDR2 *hdr2, prs_struct *ps, int depth) argument
525 if (hdr2 == NULL)
534 if(!smb_io_unihdr("hdr", &hdr2->unihdr, ps, depth))
536 if(!prs_uint32("buffer", ps, depth, &hdr2->buffer))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm26/kernel/
H A Dsetup.c436 struct tag_header hdr2; member in struct:init_tags
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_attr_leaf.c1298 xfs_attr_leaf_hdr_t *hdr1, *hdr2; local
1328 hdr2 = &leaf2->hdr;
1358 max = be16_to_cpu(hdr2->firstused)
1360 max -= be16_to_cpu(hdr2->count) * sizeof(xfs_attr_leaf_entry_t);
1465 xfs_attr_leaf_hdr_t *hdr1, *hdr2; local
1476 hdr2 = &leaf2->hdr;
1484 max = be16_to_cpu(hdr1->count) + be16_to_cpu(hdr2->count);
1487 be16_to_cpu(hdr2->usedbytes) +
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/kernel/
H A Dsetup.c748 struct tag_header hdr2; member in struct:init_tags

Completed in 93 milliseconds