Lines Matching refs:host
179 len = strnlen(fc_host_symbolic_name(lport->host), 255); in fc_ct_ns_fill()
184 fc_host_symbolic_name(lport->host), len); in fc_ct_ns_fill()
189 len = strnlen(fc_host_symbolic_name(lport->host), 255); in fc_ct_ns_fill()
194 fc_host_symbolic_name(lport->host), len); in fc_ct_ns_fill()
276 fc_host_manufacturer(lport->host), in fc_ct_ms_fill()
288 fc_host_serial_number(lport->host), in fc_ct_ms_fill()
300 fc_host_model(lport->host), in fc_ct_ms_fill()
312 fc_host_model_description(lport->host), in fc_ct_ms_fill()
324 fc_host_hardware_version(lport->host), in fc_ct_ms_fill()
336 fc_host_driver_version(lport->host), in fc_ct_ms_fill()
348 fc_host_optionrom_version(lport->host), in fc_ct_ms_fill()
360 fc_host_firmware_version(lport->host), in fc_ct_ms_fill()
408 memcpy(&entry->value, fc_host_supported_fc4s(lport->host), in fc_ct_ms_fill()
420 put_unaligned_be32(fc_host_supported_speeds(lport->host), in fc_ct_ms_fill()
442 put_unaligned_be32(fc_host_maxframe_size(lport->host), in fc_ct_ms_fill()
455 dev_name(&lport->host->shost_gendev), in fc_ct_ms_fill()
456 strnlen(dev_name(&lport->host->shost_gendev), in fc_ct_ms_fill()
467 if (strlen(fc_host_system_hostname(lport->host))) in fc_ct_ms_fill()
469 fc_host_system_hostname(lport->host), in fc_ct_ms_fill()
470 strnlen(fc_host_system_hostname(lport->host), in fc_ct_ms_fill()