Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/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()
1589 sa_convert_path_opa_to_ib(query->conv_pr, rec); in ib_sa_path_rec_get()
1591 query->conv_pr, ma in ib_sa_path_rec_get()
[all...]
/kernel/linux/linux-5.10/drivers/infiniband/core/
H A 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...]

Completed in 5 milliseconds