Searched refs:sg_ind (Results 1 – 1 of 1) sorted by relevance
2188 int i, sg_ind; in ib_uverbs_post_send() local2211 sg_ind = 0; in ib_uverbs_post_send()2221 if (user_wr->num_sge + sg_ind > cmd.sge_count) { in ib_uverbs_post_send()2306 sg_ind * sizeof (struct ib_sge), in ib_uverbs_post_send()2311 sg_ind += next->num_sge; in ib_uverbs_post_send()2354 int sg_ind; in ib_uverbs_unmarshall_recv() local2369 sg_ind = 0; in ib_uverbs_unmarshall_recv()2378 if (user_wr->num_sge + sg_ind > sge_count) { in ib_uverbs_unmarshall_recv()2406 sg_ind * sizeof (struct ib_sge), in ib_uverbs_unmarshall_recv()2411 sg_ind += next->num_sge; in ib_uverbs_unmarshall_recv()