Lines Matching defs:info
74 spinlock_t lock; /* net info access lock */
228 u16 info)
236 printk(KERN_INFO "%s: doorbell sid %4.4x tid %4.4x info %4.4x",
237 DRV_NAME, sid, tid, info);
238 if (info == RIONET_DOORBELL_JOIN) {
252 } else if (info == RIONET_DOORBELL_LEAVE) {
442 struct ethtool_drvinfo *info)
446 strlcpy(info->driver, DRV_NAME, sizeof(info->driver));
447 strlcpy(info->version, DRV_VERSION, sizeof(info->version));
448 strlcpy(info->fw_version, "n/a", sizeof(info->fw_version));
449 strlcpy(info->bus_info, rnet->mport->name, sizeof(info->bus_info));