Home
last modified time | relevance | path

Searched refs:nwwn (Results 1 – 17 of 17) sorted by relevance

/titanic_41/usr/src/lib/sun_fc/common/
H A DSun_fcAdapterCreateWWN.cc55 HBA_UINT32 portindex, HBA_WWN *nwwn, HBA_WWN *pwwn, in Sun_fcAdapterCreateWWN() argument
63 if ((nwwn == NULL) || (pwwn == NULL)) { in Sun_fcAdapterCreateWWN()
94 memcpy(nwwn->wwn, randomwwn.wwn, sizeof(HBA_WWN)); in Sun_fcAdapterCreateWWN()
H A DSun_fcAdapterReturnWWN.cc37 HBA_UINT32 portindex, HBA_WWN *nwwn, in Sun_fcAdapterReturnWWN() argument
/titanic_41/usr/src/cmd/fcinfo/
H A Dfcoeadm.c108 FCOE_PORT_WWN pwwn, nwwn; in fcoe_adm_create_port() local
118 bzero(&nwwn, 8); in fcoe_adm_create_port()
148 memcpy(&nwwn, &nodeWWN, sizeof (nodeWWN)); in fcoe_adm_create_port()
168 FCOE_PORTTYPE_INITIATOR, pwwn, nwwn, promiscuous); in fcoe_adm_create_port()
H A Dfcadm-list.c626 char nwwn[17], pwwn[17]; in fc_util_create_npivport() local
766 WWN2str(nwwn, &vnodeWWN); in fc_util_create_npivport()
769 nwwn, pwwn, npivportIndex, NPIV_ADD); in fc_util_create_npivport()
/titanic_41/usr/src/lib/hbaapi/common/
H A Dhbaapi-sun.h117 HBA_WWN *nwwn,
126 HBA_WWN *nwwn,
H A DHBAAPILIB-sun.c704 HBA_WWN *nwwn, in Sun_HBA_AdapterCreateWWN() argument
719 portindex, nwwn, pwwn, OUI, method)); in Sun_HBA_AdapterCreateWWN()
730 HBA_WWN *nwwn, in Sun_HBA_AdapterReturnWWN() argument
743 portindex, nwwn, pwwn)); in Sun_HBA_AdapterReturnWWN()
/titanic_41/usr/src/lib/libfcoe/common/
H A Dlibfcoe.c175 char *pwwn, char *nwwn, in fcoe_add_remove_scf_entry() argument
199 "%s:%s:%s:%d:%d", mac_name, pwwn, nwwn, in fcoe_add_remove_scf_entry()
477 FCOE_PORT_WWN nwwn, in FCOE_CreatePort() argument
529 if (!isWWNZero(nwwn)) { in FCOE_CreatePort()
531 bcopy(nwwn.wwn, param.fcp_nwwn, 8); in FCOE_CreatePort()
536 bcmp(&pwwn, &nwwn, 8) == 0) { in FCOE_CreatePort()
600 WWN2str(cnwwn, &nwwn); in FCOE_CreatePort()
H A Dlibfcoe.h139 FCOE_PORT_WWN nwwn,
/titanic_41/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfc_fcaif.h142 la_wwn_t nwwn; /* Remote port NWWN */ member
H A Dfc_portif.h359 fc_remote_node_t *fctl_create_remote_node(la_wwn_t *nwwn, int sleep);
H A Dfctl_private.h706 dev_info_t *phydip, char *nwwn, char *pwwn, uint32_t *vindex);
/titanic_41/usr/src/uts/common/io/fcoe/
H A Dfcoe.c1255 uint8_t *nwwn, *pwwn, *cnwwn, *cpwwn; in fcoe_cmp_wwn() local
1266 nwwn = mac->fm_eport.eport_nodewwn; in fcoe_cmp_wwn()
1269 if (memcmp(nwwn, cnwwn, 8) == 0) { in fcoe_cmp_wwn()
/titanic_41/usr/src/lib/storage/libg_fc/common/
H A Dmap.c438 uchar_t *nwwn) in search_wwn_entry() argument
445 memcpy(nwwn, wwn_list_s->node_wwn, WWN_SIZE); in search_wwn_entry()
457 uchar_t *nwwn) in add_wwn_entry() argument
467 memcpy(new_wwn->node_wwn, nwwn, WWN_SIZE); in add_wwn_entry()
5540 uchar_t *nwwn = NULL, *pwwn = NULL; in devices_get_all() local
5605 if ((err = get_wwn_data(node, &nwwn, &pwwn)) != in devices_get_all()
5610 memcpy(node_wwn, nwwn, in devices_get_all()
5695 get_wwn_data(di_node_t node, uchar_t **nwwn, uchar_t **pwwn) in get_wwn_data() argument
5698 nwwn) != WWN_SIZE) { in get_wwn_data()
/titanic_41/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c927 char pwwn[17], nwwn[17]; in fp_attach_handler() local
997 fc_wwn_to_str(&phyport->fp_service_params.node_ww_name, nwwn); in fp_attach_handler()
2978 &p2p_info.nwwn, in fp_port_startup()
5858 la_wwn_t nwwn; in fp_flogi_intr() local
5914 FC_GET_RSP(port, pkt->pkt_resp_acc, (uint8_t *)&nwwn, in fp_flogi_intr()
5937 &nwwn, &dwwn, d_id, PD_PLOGI_INITIATOR, in fp_flogi_intr()
6020 la_wwn_t nwwn; in fp_plogi_intr() local
6154 FC_GET_RSP(port, pkt->pkt_resp_acc, (uint8_t *)&nwwn, in fp_plogi_intr()
6159 ASSERT(fctl_is_wwn_zero(&nwwn) == FC_FAILURE); in fp_plogi_intr()
6166 pd = fctl_create_remote_port(port, &nwwn, &pwwn, d_id, in fp_plogi_intr()
[all …]
H A Dfctl.c3226 fctl_create_remote_node(la_wwn_t *nwwn, int sleep) in fctl_create_remote_node() argument
3236 rnodep->fd_node_name = *nwwn; in fctl_create_remote_node()
/titanic_41/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c1441 "rtable entry", nwwn, in fcip_lookup_rtable()
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_solaris.c5704 (caddr_t)&p2p_info->nwwn, in emlxs_fca_port_manage()