Lines Matching refs:host
167 len = strnlen(fc_host_symbolic_name(lport->host), 255); in fc_ct_ns_fill()
172 fc_host_symbolic_name(lport->host), len); in fc_ct_ns_fill()
177 len = strnlen(fc_host_symbolic_name(lport->host), 255); in fc_ct_ns_fill()
182 fc_host_symbolic_name(lport->host), len); in fc_ct_ns_fill()
264 fc_host_manufacturer(lport->host), in fc_ct_ms_fill()
276 fc_host_serial_number(lport->host), in fc_ct_ms_fill()
288 fc_host_model(lport->host), in fc_ct_ms_fill()
300 fc_host_model_description(lport->host), in fc_ct_ms_fill()
312 fc_host_hardware_version(lport->host), in fc_ct_ms_fill()
324 fc_host_driver_version(lport->host), in fc_ct_ms_fill()
336 fc_host_optionrom_version(lport->host), in fc_ct_ms_fill()
348 fc_host_firmware_version(lport->host), in fc_ct_ms_fill()
396 memcpy(&entry->value, fc_host_supported_fc4s(lport->host), in fc_ct_ms_fill()
408 put_unaligned_be32(fc_host_supported_speeds(lport->host), in fc_ct_ms_fill()
430 put_unaligned_be32(fc_host_maxframe_size(lport->host), in fc_ct_ms_fill()
443 dev_name(&lport->host->shost_gendev), in fc_ct_ms_fill()
444 strnlen(dev_name(&lport->host->shost_gendev), in fc_ct_ms_fill()
455 if (strlen(fc_host_system_hostname(lport->host))) in fc_ct_ms_fill()
457 fc_host_system_hostname(lport->host), in fc_ct_ms_fill()
458 strnlen(fc_host_system_hostname(lport->host), in fc_ct_ms_fill()