Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/infiniband/core/
Dsa_query.c89 struct ib_mad_send_buf *mad_buf; member
434 struct ib_sa_path_rec *sa_rec = query->mad_buf->context[1]; in ib_nl_set_path_rec_attrs()
435 struct ib_sa_mad *mad = query->mad_buf->mad; in ib_nl_set_path_rec_attrs()
441 query->mad_buf->context[1] = NULL; in ib_nl_set_path_rec_attrs()
524 mad = query->mad_buf->mad; in ib_nl_send_msg()
649 mad = query->mad_buf->mad; in ib_nl_process_good_resolve_rsp()
662 mad_send_wc.send_buf = query->mad_buf; in ib_nl_process_good_resolve_rsp()
664 send_handler(query->mad_buf->mad_agent, &mad_send_wc); in ib_nl_process_good_resolve_rsp()
694 ret = ib_post_send_mad(query->mad_buf, NULL); in ib_nl_request_timeout()
696 mad_send_wc.send_buf = query->mad_buf; in ib_nl_request_timeout()
[all …]