Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/core/
H A Duser_mad.c478 struct ib_mad_hdr *sent_hdr, *hdr; in is_duplicate() local
482 sent_hdr = (struct ib_mad_hdr *) sent_packet->mad.data; in is_duplicate()
484 if ((hdr->tid != sent_hdr->tid) || in is_duplicate()
485 (hdr->mgmt_class != sent_hdr->mgmt_class)) in is_duplicate()
494 if (!ib_response_mad(sent_hdr)) in is_duplicate()
497 } else if (!ib_response_mad(sent_hdr)) in is_duplicate()