Home
last modified time | relevance | path

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

/linux/drivers/infiniband/core/
H A Dsa_query.c134 struct sa_path_rec *conv_pr; member
977 path_query->conv_pr) { in ib_nl_process_good_resolve_rsp()
1548 if (query->conv_pr) { in ib_sa_path_rec_callback()
1626 kfree(query->conv_pr); in ib_sa_path_rec_release()
1705 query->conv_pr = kmalloc_obj(*query->conv_pr, gfp_mask); in ib_sa_path_rec_get()
1706 if (!query->conv_pr) { in ib_sa_path_rec_get()
1734 } else if (query->conv_pr) { in ib_sa_path_rec_get()
1735 sa_convert_path_opa_to_ib(query->conv_pr, rec); in ib_sa_path_rec_get()
1737 query->conv_pr, mad->data); in ib_sa_path_rec_get()
1746 query->sa_query.mad_buf->context[1] = (query->conv_pr) ? in ib_sa_path_rec_get()
[all …]