fill_res_cm_id_entry
SET_DEVICE_OP(dev_ops, fill_res_cm_id_entry);
if (dev->ops.fill_res_cm_id_entry)
return dev->ops.fill_res_cm_id_entry(msg, cm_id);
.fill_res_cm_id_entry = c4iw_fill_res_cm_id_entry,
int (*fill_res_cm_id_entry)(struct sk_buff *msg, struct rdma_cm_id *id);