Home
last modified time | relevance | path

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

/drivers/infiniband/core/
Dsa_query.c136 struct sa_path_rec *conv_pr; member
1487 if (query->conv_pr) { in ib_sa_path_rec_callback()
1506 kfree(query->conv_pr); in ib_sa_path_rec_release()
1578 query->conv_pr = in ib_sa_path_rec_get()
1579 kmalloc(sizeof(*query->conv_pr), gfp_mask); in ib_sa_path_rec_get()
1580 if (!query->conv_pr) { in ib_sa_path_rec_get()
1608 } else if (query->conv_pr) { in ib_sa_path_rec_get()
1609 sa_convert_path_opa_to_ib(query->conv_pr, rec); in ib_sa_path_rec_get()
1611 query->conv_pr, mad->data); in ib_sa_path_rec_get()
1620 query->sa_query.mad_buf->context[1] = (query->conv_pr) ? in ib_sa_path_rec_get()
[all …]