Home
last modified time | relevance | path

Searched refs:node_sym_name (Results 1 – 4 of 4) sorted by relevance

/drivers/scsi/bfa/
Dbfa_fcs.c833 strlcpy(port_cfg->node_sym_name.symname, model, in bfa_fcs_fabric_nsymb_init()
835 strlcat(port_cfg->node_sym_name.symname, in bfa_fcs_fabric_nsymb_init()
840 strlcat(port_cfg->node_sym_name.symname, (char *)driver_info->version, in bfa_fcs_fabric_nsymb_init()
842 strlcat(port_cfg->node_sym_name.symname, in bfa_fcs_fabric_nsymb_init()
847 strlcat(port_cfg->node_sym_name.symname, in bfa_fcs_fabric_nsymb_init()
850 strlcat(port_cfg->node_sym_name.symname, in bfa_fcs_fabric_nsymb_init()
855 port_cfg->node_sym_name.symname[BFA_SYMNAME_MAXLEN - 1] = 0; in bfa_fcs_fabric_nsymb_init()
Dbfa_defs_fcs.h97 struct bfa_lport_symname_s node_sym_name; /* Node symbolic name */ member
Dbfa_fcs.h269 #define bfa_fcs_lport_get_nsym_name(_lport) ((_lport)->port_cfg.node_sym_name)
652 struct bfa_lport_symname_s node_sym_name; member
Dbfa_fcs_lport.c2099 templen = sizeof(fcs_hba_attr->node_sym_name); in bfa_fcs_lport_fdmi_build_rhba_pyld()
2100 memcpy(attr->value, &fcs_hba_attr->node_sym_name, templen); in bfa_fcs_lport_fdmi_build_rhba_pyld()
2666 strlcpy(hba_attr->node_sym_name.symname, in bfa_fcs_fdmi_get_hbaattr()
2667 port->port_cfg.node_sym_name.symname, BFA_SYMNAME_MAXLEN); in bfa_fcs_fdmi_get_hbaattr()