Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/infiniband/core/
H A Duverbs_cmd.c1996 int i, sg_ind; in ib_uverbs_post_send() local
2029 sg_ind = 0; in ib_uverbs_post_send()
2038 if (user_wr->num_sge + sg_ind > cmd.sge_count) { in ib_uverbs_post_send()
2140 if (copy_from_user(next->sg_list, sgls + sg_ind, in ib_uverbs_post_send()
2146 sg_ind += next->num_sge; in ib_uverbs_post_send()
2188 int sg_ind; in ib_uverbs_unmarshall_recv() local
2212 sg_ind = 0; in ib_uverbs_unmarshall_recv()
2221 if (user_wr->num_sge + sg_ind > sge_count) { in ib_uverbs_unmarshall_recv()
2254 if (copy_from_user(next->sg_list, sgls + sg_ind, in ib_uverbs_unmarshall_recv()
2260 sg_ind in ib_uverbs_unmarshall_recv()
[all...]
/kernel/linux/linux-6.6/drivers/infiniband/core/
H A Duverbs_cmd.c2001 int i, sg_ind; in ib_uverbs_post_send() local
2034 sg_ind = 0; in ib_uverbs_post_send()
2043 if (user_wr->num_sge + sg_ind > cmd.sge_count) { in ib_uverbs_post_send()
2145 if (copy_from_user(next->sg_list, sgls + sg_ind, in ib_uverbs_post_send()
2151 sg_ind += next->num_sge; in ib_uverbs_post_send()
2193 int sg_ind; in ib_uverbs_unmarshall_recv() local
2217 sg_ind = 0; in ib_uverbs_unmarshall_recv()
2226 if (user_wr->num_sge + sg_ind > sge_count) { in ib_uverbs_unmarshall_recv()
2259 if (copy_from_user(next->sg_list, sgls + sg_ind, in ib_uverbs_unmarshall_recv()
2265 sg_ind in ib_uverbs_unmarshall_recv()
[all...]

Completed in 7 milliseconds