ib_create_cm_id
EXPORT_SYMBOL(ib_create_cm_id);
id = ib_create_cm_id(id_priv->id.device, cma_sidr_rep_handler,
id = ib_create_cm_id(id_priv->id.device, cma_ib_handler, id_priv);
p->id = ib_create_cm_id(priv->ca, ipoib_cm_tx_handler, p);
priv->cm.id = ib_create_cm_id(priv->ca, ipoib_cm_rx_handler, dev);
new_cm_id = ib_create_cm_id(target->srp_host->srp_dev->dev,
sdev->cm_id = ib_create_cm_id(device, srpt_cm_handler, sdev);
struct ib_cm_id *ib_create_cm_id(struct ib_device *device,