Home
last modified time | relevance | path

Searched refs:host_name (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/scsi/bfa/
H A Dbfad.c38 char *host_name, *os_name, *os_patch; variable
86 module_param(host_name, charp, S_IRUGO | S_IWUSR);
87 MODULE_PARM_DESC(host_name, "Hostname of the hba host machine");
951 if (host_name) in bfad_start_ops()
952 strscpy(driver_info.host_machine_name, host_name, in bfad_start_ops()
H A Dbfa_fcs_lport.c2293 if (fcs_port_attr.host_name[0] != '\0') { in bfa_fcs_lport_fdmi_build_portattr_block()
2296 templen = (u16) strlen(fcs_port_attr.host_name); in bfa_fcs_lport_fdmi_build_portattr_block()
2297 memcpy(attr->value, fcs_port_attr.host_name, templen); in bfa_fcs_lport_fdmi_build_portattr_block()
2699 strscpy(port_attr->host_name, driver_info->host_machine_name, in bfa_fcs_fdmi_get_portattr()
2700 sizeof(port_attr->host_name)); in bfa_fcs_fdmi_get_portattr()