Searched refs:node_name (Results 1 - 14 of 14) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/char/
H A Dtape_class.h57 char * node_name
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/qla2xxx/
H A Dqla_gs.c210 memcpy(fcport->node_name, ct_rsp->rsp.ga_nxt.node_name,
224 fcport->node_name[0], fcport->node_name[1],
225 fcport->node_name[2], fcport->node_name[3],
226 fcport->node_name[4], fcport->node_name[5],
227 fcport->node_name[6], fcport->node_name[
[all...]
H A Dqla_attr.c800 u64 node_name = 0; local
804 node_name = wwn_to_u64(fcport->node_name);
809 fc_starget_node_name(starget) = node_name;
939 u64 node_name; local
942 node_name = wwn_to_u64(ha->fabric_node_name);
944 node_name = wwn_to_u64(ha->node_name);
946 fc_host_fabric_name(shost) = node_name;
1004 fc_host_node_name(ha->host) = wwn_to_u64(ha->node_name);
[all...]
H A Dqla_fw.h67 uint8_t node_name[WWN_SIZE]; member in struct:port_database_24xx
87 uint8_t node_name[WWN_SIZE]; member in struct:nvram_24xx
269 uint8_t node_name[WWN_SIZE]; /* Big endian. */ member in struct:init_cb_24xx
932 uint8_t node_name[WWN_SIZE]; member in struct:mid_conf_entry_24xx
955 uint8_t node_name[WWN_SIZE]; member in struct:mid_db_entry_24xx
H A Dqla_def.h698 uint8_t node_name[WWN_SIZE]; member in struct:__anon6923
795 uint8_t node_name[WWN_SIZE]; /* Big endian. */ member in struct:__anon6924
930 uint8_t node_name[WWN_SIZE]; /* Big endian. */ member in struct:__anon6926
1463 uint8_t node_name[WWN_SIZE]; member in struct:mbx_entry
1502 uint8_t node_name[WWN_SIZE]; member in struct:__anon6942
1528 uint8_t node_name[WWN_SIZE]; member in struct:fc_port
1681 uint8_t node_name[WWN_SIZE]; member in union:ct_fdmi_hba_attr::__anon6944
1804 uint8_t node_name[8]; member in struct:ct_sns_req::__anon6946::__anon6951
1808 uint8_t node_name[8]; member in struct:ct_sns_req::__anon6946::__anon6952
1882 uint8_t node_name[ member in struct:ct_sns_rsp::__anon6962::__anon6963
1904 uint8_t node_name[8]; member in struct:ct_sns_rsp::__anon6962::__anon6966
2395 uint8_t *node_name; member in struct:scsi_qla_host
[all...]
H A Dqla_init.c1407 memcpy(nv->node_name, val, WWN_SIZE);
1588 memcpy(icb->node_name, nv->alternate_node_name, WWN_SIZE);
1598 memcpy(icb->node_name, icb->port_name, WWN_SIZE);
1599 icb->node_name[0] &= 0xF0;
1627 ha->node_name = icb->node_name;
2014 memcpy(fcport->node_name, new_fcport->node_name,
2152 rport_ids.node_name = wwn_to_u64(fcport->node_name);
[all...]
H A Dqla_mbx.c1123 memcpy(fcport->node_name, pd24->node_name, WWN_SIZE);
1146 memcpy(fcport->node_name, pd->node_name, WWN_SIZE);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/scsi/
H A Dscsi_transport_fc.h146 u64 node_name; member in struct:fc_rport_identifiers
194 u64 node_name; member in struct:fc_rport
243 u64 node_name; member in struct:fc_starget_attrs
249 (((struct fc_starget_attrs *)&(x)->starget_data)->node_name)
339 u64 node_name; member in struct:fc_host_attrs
378 (((struct fc_host_attrs *)(x)->shost_data)->node_name)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dscsi_transport_fc.c297 fc_starget_node_name(starget) = rport->node_name;
326 fc_host->node_name = -1;
775 fc_private_rport_rd_attr_cast(node_name, "0x%llx\n", 20, unsigned long long);
909 fc_starget_rd_attr_cast(node_name, "0x%llx\n", 20, unsigned long long);
1088 fc_private_host_rd_attr_cast(node_name, "0x%llx\n", 20, unsigned long long);
1488 SETUP_STARGET_ATTRIBUTE_RD(node_name);
1501 SETUP_HOST_ATTRIBUTE_RD(node_name);
1535 SETUP_PRIVATE_RPORT_ATTRIBUTE_RD(node_name);
1828 memcpy(&rport->node_name, &ids->node_name, sizeo
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/decnet/
H A Dsysctl_net_decnet.c55 static char node_name[7] = "???"; variable
353 .procname = "node_name",
354 .data = node_name,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/lpfc/
H A Dlpfc_attr.c1579 u64 node_name; local
1586 node_name = wwn_to_u64(phba->fc_fabparam.nodeName.u.wwn);
1589 node_name = wwn_to_u64(phba->fc_nodename.u.wwn);
1593 fc_host_fabric_name(shost) = node_name;
H A Dlpfc_hbadisc.c1115 rport_ids.node_name = wwn_to_u64(ndlp->nlp_nodename.u.wwn);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/message/fusion/
H A Dmptfc.c413 rid->node_name = ((u64)pg0->WWNN.High) << 32 | (u64)pg0->WWNN.Low;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/scsi/
H A Dzfcp_erp.c3148 ids.node_name = port->wwnn;

Completed in 152 milliseconds