Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/scsi/bfa/
Dbfa_defs_fcs.h94 wwn_t nwwn; /* node wwn */ member
384 wwn_t nwwn; /* node wwn */ member
Dbfi_ms.h189 wwn_t nwwn; /* Fabric acquired PWWN */ member
264 wwn_t nwwn; /* node wwn of physical port */ member
424 wwn_t nwwn; member
Dbfa_fcs.h265 #define bfa_fcs_lport_get_nwwn(_lport) ((_lport)->port_cfg.nwwn)
332 struct bfa_fcs_lport_s *port, wwn_t nwwn);
429 wwn_t nwwn; /* node wwn of rport */ member
532 return itnim->rport->nwwn; in bfa_fcs_itnim_get_nwwn()
Dbfa_svc.h410 wwn_t nwwn; /* node wwn of lport */ member
467 wwn_t nwwn; /* node wwn of physical port */ member
651 u16 pdusz, wwn_t pwwn, wwn_t nwwn,
654 wwn_t pwwn, wwn_t nwwn);
Dbfad_attr.c387 u64_to_wwn(fc_vport->node_name, (u8 *)&port_cfg.nwwn); in bfad_im_vport_create()
427 fc_host_node_name(vshost) = wwn_to_u64((u8 *)&port_cfg.nwwn); in bfad_im_vport_create()
807 u64 nwwn; in bfad_im_node_name_show() local
809 nwwn = bfa_fcs_lport_get_nwwn(port->fcs_port); in bfad_im_node_name_show()
810 return snprintf(buf, PAGE_SIZE, "0x%llx\n", cpu_to_be64(nwwn)); in bfad_im_node_name_show()
Dbfa_fcs.c117 port_cfg->nwwn = ioc->attr->nwwn; in bfa_fcs_update_cfg()
697 port_cfg->nwwn = fabric->fcs->bfa->ioc.attr->nwwn; in bfa_fcs_fabric_init()
863 pcfg->pwwn, pcfg->nwwn, fabric->auth_reqd, bb_scn); in bfa_fcs_fabric_login()
1307 pcfg->nwwn, in bfa_fcs_fabric_send_flogi_acc()
Dbfad_im.h111 wwn_t nwwn; member
Dbfa_svc.c1693 m->nwwn = lps->nwwn; in bfa_lps_send_login()
1890 wwn_t pwwn, wwn_t nwwn, bfa_boolean_t auth_en, uint8_t bb_scn) in bfa_lps_flogi() argument
1896 lps->nwwn = nwwn; in bfa_lps_flogi()
1908 wwn_t nwwn) in bfa_lps_fdisc() argument
1914 lps->nwwn = nwwn; in bfa_lps_fdisc()
3024 m->nwwn = fcport->nwwn; in bfa_fcport_send_enable()
3081 fcport->nwwn = fcport->bfa->ioc.attr->nwwn; in bfa_fcport_set_wwns()
3084 bfa_trc(fcport->bfa, fcport->nwwn); in bfa_fcport_set_wwns()
3751 return fcport->nwwn; in bfa_fcport_get_wwn()
3763 attr->nwwn = fcport->nwwn; in bfa_fcport_get_attr()
Dbfa_defs_svc.h867 wwn_t nwwn; /* node wwn */ member
916 wwn_t nwwn; member
1098 wwn_t nwwn; /* node wwn */ member
Dbfa_fcs_rport.c1383 port->port_cfg.pwwn, port->port_cfg.nwwn, in bfa_fcs_rport_send_plogi()
1504 port->port_cfg.nwwn, in bfa_fcs_rport_send_plogiacc()
1535 port->port_cfg.pwwn, port->port_cfg.nwwn); in bfa_fcs_rport_send_adisc()
1562 rport->nwwn) == FC_PARSE_OK) { in bfa_fcs_rport_adisc_response()
1930 port->port_cfg.nwwn); in bfa_fcs_rport_process_adisc()
2155 rport->nwwn = plogi->node_name; in bfa_fcs_rport_update()
2598 rport_attr->nwwn = rport->nwwn; in bfa_fcs_rport_get_attr()
Dbfa_core.c1233 bfa->ioc.attr->nwwn = bfa->iocfc.cfgrsp->pbc_cfg.pbc_nwwn; in bfa_iocfc_cfgrsp()
1261 cfgrsp->pbc_cfg.pbc_nwwn = msg->nwwn; in bfa_iocfc_process_faa_addr()
1264 bfa->ioc.attr->nwwn = msg->nwwn; in bfa_iocfc_process_faa_addr()
Dbfad_bsg.h201 wwn_t nwwn; member
Dbfa_fcs_lport.c883 bfa_fcs_lport_get_rport_by_nwwn(struct bfa_fcs_lport_s *port, wwn_t nwwn) in bfa_fcs_lport_get_rport_by_nwwn() argument
890 if (wwn_is_equal(rport->nwwn, nwwn)) in bfa_fcs_lport_get_rport_by_nwwn()
894 bfa_trc(port->fcs, nwwn); in bfa_fcs_lport_get_rport_by_nwwn()
3031 port->port_cfg.pwwn, port->port_cfg.nwwn, in bfa_fcs_lport_ms_send_plogi()
3789 port->port_cfg.pwwn, port->port_cfg.nwwn, in bfa_fcs_lport_ns_send_plogi()
5085 #define __vport_nwwn(__vp) ((__vp)->lport.port_cfg.nwwn)
Dbfi.h273 wwn_t nwwn; member
Dbfad.c517 port_cfg.nwwn = pbc_vport.vp_nwwn; in bfa_fcb_pbc_vport_create()
1088 (&((vport->fcs_vport).lport.port_cfg.nwwn))); in bfad_start_ops()
Dbfad_bsg.c85 iocmd->nwwn = pattr.nwwn; in bfad_iocmd_ioc_get_info()
1811 attr->nwwn = bfad->bfa.ioc.attr->nwwn; in bfad_iocmd_vhba_query()
/linux-3.4.99/drivers/net/ethernet/brocade/bna/
Dbfi.h214 u64 nwwn; member