Lines Matching refs:comps
213 device->comps = malloc(device->comps_used * sizeof(*device->comps), in iser_create_device_ib_res()
227 struct iser_comp *comp = &device->comps[i]; in iser_create_device_ib_res()
268 struct iser_comp *comp = &device->comps[i]; in iser_create_device_ib_res()
274 struct iser_comp *comp = &device->comps[i]; in iser_create_device_ib_res()
280 free(device->comps, M_ISER_VERBS); in iser_create_device_ib_res()
295 struct iser_comp *comp = &device->comps[i]; in iser_free_device_ib_res()
305 free(device->comps, M_ISER_VERBS); in iser_free_device_ib_res()
306 device->comps = NULL; in iser_free_device_ib_res()
435 if (device->comps[index].active_qps < in iser_create_ib_conn_res()
436 device->comps[min_index].active_qps) in iser_create_ib_conn_res()
439 ib_conn->comp = &device->comps[min_index]; in iser_create_ib_conn_res()