Lines Matching refs:name
110 #define RVT_CQN_MAX 16 /* maximum length of cq name */
432 * rvt_set_ibdev_name - Craft an IB device name from client info
434 * @name: client specific name
438 const char *fmt, const char *name,
443 * registration and have things like the name work. We don't have the
445 * to work by setting the name manually here.
447 dev_set_name(&rdi->ibdev.dev, fmt, name, unit);
448 strlcpy(rdi->ibdev.name, dev_name(&rdi->ibdev.dev), IB_DEVICE_NAME_MAX);
452 * rvt_get_ibdev_name - return the IB name
455 * Return the registered name of the device.