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

/linux-4.1.27/drivers/infiniband/core/
H A Duser_mad.c414 struct ib_mad_hdr *sent_hdr, *hdr; is_duplicate() local
418 sent_hdr = (struct ib_mad_hdr *) sent_packet->mad.data; is_duplicate()
420 if ((hdr->tid != sent_hdr->tid) || is_duplicate()
421 (hdr->mgmt_class != sent_hdr->mgmt_class)) is_duplicate()
430 if (!ib_response_mad((struct ib_mad *) sent_hdr)) is_duplicate()
433 } else if (!ib_response_mad((struct ib_mad *) sent_hdr)) is_duplicate()

Completed in 61 milliseconds