Lines Matching defs:index
390 int index = rds_ibdev->dev->num_comp_vectors - 1;
395 index = i;
400 rds_ibdev->vector_load[index]++;
401 return index;
404 static inline void ibdev_put_vector(struct rds_ib_device *rds_ibdev, int index)
406 rds_ibdev->vector_load[index]--;
755 * return its index. This is used by the rds_ib_cm_handle_connect() code to
756 * find the interface index of where an incoming request comes from when
816 * interface index in order to create a proper RDS
822 /* No index found... Need to bail out. */
828 /* Use our address to find the correct index. */
830 /* No index found... Need to bail out. */