Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/infiniband/core/
Dsa_query.c80 struct ib_mad_send_buf *mad_buf; member
494 struct ib_mad_send_buf *mad_buf; in ib_sa_cancel_query() local
502 mad_buf = query->mad_buf; in ib_sa_cancel_query()
505 ib_cancel_mad(agent, mad_buf); in ib_sa_cancel_query()
583 query->mad_buf = ib_create_send_mad(query->port->agent, 1, in alloc_mad()
587 if (IS_ERR(query->mad_buf)) { in alloc_mad()
592 query->mad_buf->ah = query->sm_ah->ah; in alloc_mad()
599 ib_free_send_mad(query->mad_buf); in free_mad()
637 query->mad_buf->timeout_ms = timeout_ms; in send_mad()
638 query->mad_buf->context[0] = query; in send_mad()
[all …]