Searched refs:sent_hdr (Results 1 - 1 of 1) 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.c408 struct ib_mad_hdr *sent_hdr, *hdr; local
412 sent_hdr = (struct ib_mad_hdr *) sent_packet->mad.data;
414 if ((hdr->tid != sent_hdr->tid) ||
415 (hdr->mgmt_class != sent_hdr->mgmt_class))
424 if (!ib_response_mad((struct ib_mad *) sent_hdr))
427 } else if (!ib_response_mad((struct ib_mad *) sent_hdr))

Completed in 50 milliseconds