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

/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_user_mad.c439 if (!ib_response_mad(hdr)) {
440 if (!ib_response_mad(sent_hdr))
443 } else if (!ib_response_mad(sent_hdr))
569 if (!ib_response_mad(packet->msg->mad)) {
H A Dib_mad.c188 int ib_response_mad(const struct ib_mad_hdr *hdr) function
195 EXPORT_SYMBOL(ib_response_mad); variable
858 if (ib_response_mad((const struct ib_mad_hdr *)mad_priv->mad) &&
1721 if (ib_response_mad(mad_hdr)) {
1867 send_resp = ib_response_mad((struct ib_mad_hdr *)wr->send_buf.mad);
1868 rcv_resp = ib_response_mad(&rwc->recv_buf.mad->mad_hdr);
1981 if (ib_response_mad(&mad_recv_wc->recv_buf.mad->mad_hdr)) {
/freebsd-11-stable/sys/ofed/include/rdma/
H A Dib_mad.h426 * ib_response_mad - Returns if the specified MAD has been generated in
429 int ib_response_mad(const struct ib_mad_hdr *hdr);

Completed in 63 milliseconds