Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/infiniband/core/
H A Duverbs_cmd.c1991 int i, sg_ind; in ib_uverbs_post_send() local
2024 sg_ind = 0; in ib_uverbs_post_send()
2033 if (user_wr->num_sge + sg_ind > cmd.sge_count) { in ib_uverbs_post_send()
2135 if (copy_from_user(next->sg_list, sgls + sg_ind, in ib_uverbs_post_send()
2141 sg_ind += next->num_sge; in ib_uverbs_post_send()
2183 int sg_ind; in ib_uverbs_unmarshall_recv() local
2207 sg_ind = 0; in ib_uverbs_unmarshall_recv()
2216 if (user_wr->num_sge + sg_ind > sge_count) { in ib_uverbs_unmarshall_recv()
2249 if (copy_from_user(next->sg_list, sgls + sg_ind, in ib_uverbs_unmarshall_recv()
2255 sg_ind += next->num_sge; in ib_uverbs_unmarshall_recv()