Searched refs:cm_dev (Results 1 – 1 of 1) sorted by relevance
217 struct cm_device *cm_dev; member477 ret = ib_init_ah_attr_from_wc(port->cm_dev->ib_device, in cm_init_av_for_lap()492 return ib_init_ah_attr_from_wc(port->cm_dev->ib_device, in cm_init_av_for_response()520 struct cm_device *cm_dev; in get_cm_port_from_path() local526 list_for_each_entry(cm_dev, &cm.device_list, list) { in get_cm_port_from_path()527 if (cm_dev->ib_device == attr->device) { in get_cm_port_from_path()528 port = cm_dev->port[attr->port_num - 1]; in get_cm_port_from_path()541 list_for_each_entry(cm_dev, &cm.device_list, list) { in get_cm_port_from_path()542 attr = rdma_find_gid(cm_dev->ib_device, in get_cm_port_from_path()547 port = cm_dev->port[attr->port_num - 1]; in get_cm_port_from_path()[all …]