Lines Matching defs:index
424 int index = rds_ibdev->dev->num_comp_vectors - 1;
429 index = i;
434 rds_ibdev->vector_load[index]++;
435 return index;
438 static inline void ibdev_put_vector(struct rds_ib_device *rds_ibdev, int index)
440 rds_ibdev->vector_load[index]--;
789 * return its index. This is used by the rds_ib_cm_handle_connect() code to
790 * find the interface index of where an incoming request comes from when
850 * interface index in order to create a proper RDS
856 /* No index found... Need to bail out. */
862 /* Use our address to find the correct index. */
864 /* No index found... Need to bail out. */