Home
last modified time | relevance | path

Searched refs:cm_dev (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/drivers/rapidio/
Drio_cm.c145 struct cm_dev { struct
180 struct cm_dev *cmdev; /* associated CM device object */ argument
203 struct cm_dev *cm;
211 struct cm_dev *cmdev;
226 static int riocm_post_send(struct cm_dev *cm, struct rio_dev *rdev,
300 static void *riocm_rx_get_msg(struct cm_dev *cm) in riocm_rx_get_msg()
329 static void riocm_rx_fill(struct cm_dev *cm, int nent) in riocm_rx_fill()
354 static void riocm_rx_free(struct cm_dev *cm) in riocm_rx_free()
376 static int riocm_req_handler(struct cm_dev *cm, void *req_data) in riocm_req_handler()
486 static void rio_cm_handler(struct cm_dev *cm, void *data) in rio_cm_handler()
[all …]
/Linux-v5.10/drivers/infiniband/core/
Dcm.c203 struct cm_device *cm_dev; member
464 ret = ib_init_ah_attr_from_wc(port->cm_dev->ib_device, in cm_init_av_for_lap()
479 return ib_init_ah_attr_from_wc(port->cm_dev->ib_device, in cm_init_av_for_response()
502 struct cm_device *cm_dev; in get_cm_port_from_path() local
508 list_for_each_entry(cm_dev, &cm.device_list, list) { in get_cm_port_from_path()
509 if (cm_dev->ib_device == attr->device) { in get_cm_port_from_path()
510 port = cm_dev->port[attr->port_num - 1]; in get_cm_port_from_path()
523 list_for_each_entry(cm_dev, &cm.device_list, list) { in get_cm_port_from_path()
524 attr = rdma_find_gid(cm_dev->ib_device, in get_cm_port_from_path()
529 port = cm_dev->port[attr->port_num - 1]; in get_cm_port_from_path()
[all …]