Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/core/
H A Dsa_query.c132 struct sa_path_rec *conv_pr; member
916 path_query->conv_pr) { in ib_nl_process_good_resolve_rsp()
1471 if (query->conv_pr) { in ib_sa_path_rec_callback()
1487 kfree(query->conv_pr); in ib_sa_path_rec_release()
1558 query->conv_pr = in ib_sa_path_rec_get()
1559 kmalloc(sizeof(*query->conv_pr), gfp_mask); in ib_sa_path_rec_get()
1560 if (!query->conv_pr) { in ib_sa_path_rec_get()
1588 } else if (query->conv_pr) { in ib_sa_path_rec_get()
1591 query->conv_pr, mad->data); in ib_sa_path_rec_get()
1601 query->conv_pr : rec; in ib_sa_path_rec_get()
[all …]