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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/core/
H A Duverbs_cmd.c1436 int i, sg_ind; local
1459 sg_ind = 0;
1469 if (user_wr->num_sge + sg_ind > cmd.sge_count) {
1543 sg_ind * sizeof (struct ib_sge),
1548 sg_ind += next->num_sge;
1591 int sg_ind; local
1606 sg_ind = 0;
1615 if (user_wr->num_sge + sg_ind > sge_count) {
1643 sg_ind * sizeof (struct ib_sge),
1648 sg_ind
[all...]

Completed in 172 milliseconds