Searched defs:nwwn (Results 1 - 12 of 12) sorted by relevance

/drivers/scsi/bfa/
H A Dbfad_im.h112 wwn_t nwwn; member in struct:bfad_fcp_binding
H A Dbfad_attr.c52 * FC transport template entry, get SCSI target nwwn.
370 u64_to_wwn(fc_vport->node_name, (u8 *)&port_cfg.nwwn);
410 fc_host_node_name(vshost) = wwn_to_u64((u8 *)&port_cfg.nwwn);
827 u64 nwwn; local
829 nwwn = bfa_fcs_lport_get_nwwn(port->fcs_port);
830 return snprintf(buf, PAGE_SIZE, "0x%llx\n", cpu_to_be64(nwwn));
H A Dbfa_defs_fcs.h94 wwn_t nwwn; /* node wwn */ member in struct:bfa_lport_cfg_s
249 wwn_t fabric_name; /* attached switch's nwwn */
397 wwn_t nwwn; /* node wwn */ member in struct:bfa_rport_attr_s
H A Dbfa_fcs.h266 #define bfa_fcs_lport_get_nwwn(_lport) ((_lport)->port_cfg.nwwn)
337 struct bfa_fcs_lport_s *port, wwn_t nwwn);
441 wwn_t nwwn; /* node wwn of rport */ member in struct:bfa_fcs_rport_s
546 return itnim->rport->nwwn;
H A Dbfa_svc.h412 wwn_t nwwn; /* node wwn of lport */ member in struct:bfa_lps_s
469 wwn_t nwwn; /* node wwn of physical port */ member in struct:bfa_fcport_s
673 u16 pdusz, wwn_t pwwn, wwn_t nwwn,
676 wwn_t pwwn, wwn_t nwwn);
H A Dbfad_bsg.h215 wwn_t nwwn; member in struct:bfa_bsg_ioc_info_s
H A Dbfa_fcs_lport.c953 bfa_fcs_lport_get_rport_by_nwwn(struct bfa_fcs_lport_s *port, wwn_t nwwn) argument
960 if (wwn_is_equal(rport->nwwn, nwwn))
964 bfa_trc(port->fcs, nwwn);
3430 port->port_cfg.pwwn, port->port_cfg.nwwn,
4395 port->port_cfg.pwwn, port->port_cfg.nwwn,
5975 #define __vport_nwwn(__vp) ((__vp)->lport.port_cfg.nwwn)
H A Dbfi_ms.h189 wwn_t nwwn; /* Fabric acquired PWWN */ member in struct:bfi_faa_addr_msg_s
264 wwn_t nwwn; /* node wwn of physical port */ member in struct:bfi_fcport_enable_req_s
423 wwn_t nwwn; member in struct:bfi_lps_login_req_s
H A Dbfa_svc.c1748 m->nwwn = lps->nwwn;
1946 wwn_t pwwn, wwn_t nwwn, bfa_boolean_t auth_en)
1952 lps->nwwn = nwwn;
1963 wwn_t nwwn)
1969 lps->nwwn = nwwn;
3256 m->nwwn = fcport->nwwn;
1945 bfa_lps_flogi(struct bfa_lps_s *lps, void *uarg, u8 alpa, u16 pdusz, wwn_t pwwn, wwn_t nwwn, bfa_boolean_t auth_en) argument
1962 bfa_lps_fdisc(struct bfa_lps_s *lps, void *uarg, u16 pdusz, wwn_t pwwn, wwn_t nwwn) argument
[all...]
H A Dbfi.h276 wwn_t nwwn; member in struct:bfi_ioc_attr_s
1140 wwn_t nwwn; /* switch node wwn. 8 bytes */ member in struct:bfi_diag_dport_rsp_s
1145 wwn_t nwwn; /* switch node wwn. 8 bytes */ member in struct:bfi_diag_dport_scn_teststart_s
H A Dbfa_defs_svc.h977 wwn_t nwwn; /* node wwn */ member in struct:bfa_port_attr_s
1027 wwn_t nwwn; member in struct:bfa_port_fcpmap_s
1223 wwn_t nwwn; /* node wwn */ member in struct:bfa_vhba_attr_s
/drivers/net/ethernet/brocade/bna/
H A Dbfi.h195 u64 nwwn; member in struct:bfi_ioc_attr

Completed in 132 milliseconds