Searched refs:node_sym_name (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/scsi/bfa/ |
D | bfa_fcs.c | 895 strncpy((char *)&port_cfg->node_sym_name, model, in bfa_fcs_fabric_nsymb_init() 897 strncat((char *)&port_cfg->node_sym_name, in bfa_fcs_fabric_nsymb_init() 902 strncat((char *)&port_cfg->node_sym_name, (char *)driver_info->version, in bfa_fcs_fabric_nsymb_init() 904 strncat((char *)&port_cfg->node_sym_name, in bfa_fcs_fabric_nsymb_init() 909 strncat((char *)&port_cfg->node_sym_name, in bfa_fcs_fabric_nsymb_init() 912 strncat((char *)&port_cfg->node_sym_name, in bfa_fcs_fabric_nsymb_init() 917 port_cfg->node_sym_name.symname[BFA_SYMNAME_MAXLEN - 1] = 0; in bfa_fcs_fabric_nsymb_init()
|
D | bfa_defs_fcs.h | 96 struct bfa_lport_symname_s node_sym_name; /* Node symbolic name */ member
|
D | bfa_fcs.h | 268 #define bfa_fcs_lport_get_nsym_name(_lport) ((_lport)->port_cfg.node_sym_name) 651 struct bfa_lport_symname_s node_sym_name; member
|
D | bfa_fcs_lport.c | 2087 templen = sizeof(fcs_hba_attr->node_sym_name); in bfa_fcs_lport_fdmi_build_rhba_pyld() 2088 memcpy(attr->value, &fcs_hba_attr->node_sym_name, templen); in bfa_fcs_lport_fdmi_build_rhba_pyld() 2654 strncpy(hba_attr->node_sym_name.symname, in bfa_fcs_fdmi_get_hbaattr() 2655 port->port_cfg.node_sym_name.symname, BFA_SYMNAME_MAXLEN); in bfa_fcs_fdmi_get_hbaattr()
|