Home | History | Annotate | Download | only in verbs

Lines Matching refs:dev_list

122   ibv_device** dev_list;
127 dev_list = ibv_get_device_list(&dev_num);
128 CHECK(dev_list) << "No InfiniBand device found";
134 ibv_get_device_name(dev_list[device_index]))) {
135 CHECK(get_dev_active_port_count(dev_list[device_index]) != 0)
136 << "Device " << ibv_get_device_name(dev_list[device_index])
138 return dev_list[device_index];
150 if (get_dev_active_port_count(dev_list[device_index]) > 0) {
161 return dev_list[device_to_open];