Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/infiniband/core/
Duverbs_cmd.c2448 int i, sg_ind; in ib_uverbs_post_send() local
2472 sg_ind = 0; in ib_uverbs_post_send()
2482 if (user_wr->num_sge + sg_ind > cmd.sge_count) { in ib_uverbs_post_send()
2586 sg_ind * sizeof (struct ib_sge), in ib_uverbs_post_send()
2591 sg_ind += next->num_sge; in ib_uverbs_post_send()
2634 int sg_ind; in ib_uverbs_unmarshall_recv() local
2649 sg_ind = 0; in ib_uverbs_unmarshall_recv()
2658 if (user_wr->num_sge + sg_ind > sge_count) { in ib_uverbs_unmarshall_recv()
2686 sg_ind * sizeof (struct ib_sge), in ib_uverbs_unmarshall_recv()
2691 sg_ind += next->num_sge; in ib_uverbs_unmarshall_recv()