Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/infiniband/core/
Dsa_query.c136 struct sa_path_rec *conv_pr; member
1494 if (query->conv_pr) { in ib_sa_path_rec_callback()
1513 kfree(query->conv_pr); in ib_sa_path_rec_release()
1584 query->conv_pr = in ib_sa_path_rec_get()
1585 kmalloc(sizeof(*query->conv_pr), gfp_mask); in ib_sa_path_rec_get()
1586 if (!query->conv_pr) { in ib_sa_path_rec_get()
1614 } else if (query->conv_pr) { in ib_sa_path_rec_get()
1615 sa_convert_path_opa_to_ib(query->conv_pr, rec); in ib_sa_path_rec_get()
1617 query->conv_pr, mad->data); in ib_sa_path_rec_get()
1626 query->sa_query.mad_buf->context[1] = (query->conv_pr) ? in ib_sa_path_rec_get()
[all …]