Home
last modified time | relevance | path

Searched refs:port_nwwn (Results 1 – 21 of 21) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/fcp/
H A Dfcp.c140 pinfo.port_nwwn.raw_wwn[0], pinfo.port_nwwn.raw_wwn[1], in fcp()
141 pinfo.port_nwwn.raw_wwn[2], pinfo.port_nwwn.raw_wwn[3], in fcp()
142 pinfo.port_nwwn.raw_wwn[4], pinfo.port_nwwn.raw_wwn[5], in fcp()
143 pinfo.port_nwwn.raw_wwn[6], pinfo.port_nwwn.raw_wwn[7]); in fcp()
/illumos-gate/usr/src/cmd/fcoesvc/
H A Dfcoeisvc.c53 port->port_nwwn, in main()
H A Dfcoetsvc.c53 port->port_nwwn, in main()
/illumos-gate/usr/src/lib/libfcoe/common/
H A Dlibfcoe.h116 FCOE_PORT_WWN port_nwwn; member
H A Dlibfcoe.c931 (void) memcpy(&pi->port_nwwn, &nodeWWN, in FCOE_LoadConfig()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfc_fcaif.h106 la_wwn_t port_nwwn; /* virtual port pwwn */ member
H A Dfc_ulpif.h109 la_wwn_t port_nwwn; /* node WWN */ member
/illumos-gate/usr/src/uts/common/sys/
H A Dfct.h220 uint8_t port_nwwn[FC_WWN_LEN]; member
/illumos-gate/usr/src/uts/common/io/comstar/port/fct/
H A Ddiscovery.c430 bcopy(iport->iport_port->port_nwwn, fx.fx_nwwn, 8); in fct_do_flogi()
531 bcopy(iport->iport_port->port_nwwn, fx->fx_nwwn, 8); in fct_handle_rcvd_flogi()
1460 bcopy(port->port_nwwn, p+28, 8); in fct_process_plogi()
1464 fct_wwn_to_str(port->port_nwwn_str, port->port_nwwn); in fct_process_plogi()
1933 bcopy(port->port_nwwn, p + 16, 8); in fct_process_rcvd_adisc()
H A Dfct.c397 bcopy(iport->iport_port->port_nwwn, hba_attr->NodeWWN, in fct_get_adapter_attr()
439 bcopy(iport->iport_port->port_nwwn, port_attr->NodeWWN, in fct_get_adapter_port_attr()
2408 bcopy(port->port_nwwn, p + 28, 8); in fct_create_solels()
2592 bcopy(port->port_nwwn, p + 20, 8); in fct_create_solct()
2687 bcopy(port->port_nwwn, p + 16, 8); in fct_create_solct()
/illumos-gate/usr/src/uts/common/io/comstar/port/fcoet/
H A Dfcoet_fc.c984 bcopy(port->port_nwwn, p + 28, 8); in fcoet_fill_plogi_req()
1015 bcopy(port->port_nwwn, p + 28, 8); in fcoet_fill_plogi_resp()
H A Dfcoet.c551 bcopy(ss->ss_eport->eport_nodewwn, port->port_nwwn, 8); in fcoet_attach_init()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcpvar.h275 la_wwn_t port_nwwn; member
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c2626 uchar_t *port_nwwn = bind_info->port_nwwn.raw_wwn; in ql_bind_port() local
2686 bcopy(port_nwwn, in ql_bind_port()
2706 port_nwwn[0], port_nwwn[1], port_nwwn[2], in ql_bind_port()
2707 port_nwwn[3], port_nwwn[4], port_nwwn[5], in ql_bind_port()
2708 port_nwwn[6], port_nwwn[7]); in ql_bind_port()
/illumos-gate/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt.c1923 bcopy(qlt->nvram->node_name, port->port_nwwn, 8); in qlt_port_start()
1925 fct_wwn_to_str(port->port_nwwn_str, port->port_nwwn); in qlt_port_start()
2192 bcopy(qlt->qlt_port->port_nwwn, icb+0x14, 8); in qlt_port_online()
5158 bcopy(port->port_nwwn, p + 28, 8); in qlt_fill_plogi_req()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fct.c1158 bcopy((uint8_t *)&port->wwnn, (uint8_t *)fct_port->port_nwwn, 8); in emlxs_fct_bind_port()
H A Demlxs_solaris.c1535 bcopy((caddr_t)&bind_info->port_nwwn, (caddr_t)&port->wwnn, in emlxs_fca_bind_port()
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c2532 info.port_nwwn = port->fp_service_params.node_ww_name; in fctl_attach_ulps()
H A Dfp.c13795 fc_str_to_wwn(nname, &(bind_info.port_nwwn)); in fp_bind_callbacks()
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c859 bcopy(&port_info->port_nwwn, &fport->fcipp_nwwn, in fcip_port_attach()
H A Dfcp.c12331 bcopy(&pinfo->port_nwwn, &pptr->port_nwwn, sizeof (la_wwn_t)); in fcp_cp_pinfo()