Searched refs:nwwn (Results 1 – 17 of 17) sorted by relevance
/linux/drivers/scsi/bfa/ |
A D | bfi_ms.h | 182 wwn_t nwwn; /* Fabric acquired PWWN */ member 257 wwn_t nwwn; /* node wwn of physical port */ member 416 wwn_t nwwn; member
|
A D | bfa_defs_fcs.h | 87 wwn_t nwwn; /* node wwn */ member 390 wwn_t nwwn; /* node wwn */ member
|
A D | bfa_fcs.c | 60 port_cfg->nwwn = ioc->attr->nwwn; in bfa_fcs_update_cfg() 747 port_cfg->nwwn = fabric->fcs->bfa->ioc.attr->nwwn; in bfa_fcs_fabric_init() 941 pcfg->pwwn, pcfg->nwwn, fabric->auth_reqd); in bfa_fcs_fabric_login() 1339 pcfg->nwwn, in bfa_fcs_fabric_send_flogi_acc()
|
A D | bfad_attr.c | 365 u64_to_wwn(fc_vport->node_name, (u8 *)&port_cfg.nwwn); in bfad_im_vport_create() 405 fc_host_node_name(vshost) = wwn_to_u64((u8 *)&port_cfg.nwwn); in bfad_im_vport_create() 819 u64 nwwn; in bfad_im_node_name_show() local 821 nwwn = bfa_fcs_lport_get_nwwn(port->fcs_port); in bfad_im_node_name_show() 822 return snprintf(buf, PAGE_SIZE, "0x%llx\n", cpu_to_be64(nwwn)); in bfad_im_node_name_show()
|
A D | bfa_fcs.h | 256 #define bfa_fcs_lport_get_nwwn(_lport) ((_lport)->port_cfg.nwwn) 327 struct bfa_fcs_lport_s *port, wwn_t nwwn); 431 wwn_t nwwn; /* node wwn of rport */ member 536 return itnim->rport->nwwn; in bfa_fcs_itnim_get_nwwn()
|
A D | bfa_svc.h | 405 wwn_t nwwn; /* node wwn of lport */ member 462 wwn_t nwwn; /* node wwn of physical port */ member 666 u16 pdusz, wwn_t pwwn, wwn_t nwwn, 669 wwn_t pwwn, wwn_t nwwn);
|
A D | bfi.h | 269 wwn_t nwwn; member 1133 wwn_t nwwn; /* switch node wwn. 8 bytes */ member 1138 wwn_t nwwn; /* switch node wwn. 8 bytes */ member
|
A D | bfa_svc.c | 1677 m->nwwn = lps->nwwn; in bfa_lps_send_login() 1881 lps->nwwn = nwwn; in bfa_lps_flogi() 1892 wwn_t nwwn) in bfa_lps_fdisc() argument 1898 lps->nwwn = nwwn; in bfa_lps_fdisc() 3165 m->nwwn = fcport->nwwn; in bfa_fcport_send_enable() 3222 fcport->nwwn = fcport->bfa->ioc.attr->nwwn; in bfa_fcport_set_wwns() 3225 bfa_trc(fcport->bfa, fcport->nwwn); in bfa_fcport_set_wwns() 3946 return fcport->nwwn; in bfa_fcport_get_wwn() 3958 attr->nwwn = fcport->nwwn; in bfa_fcport_get_attr() 6513 dport->rp_nwwn = msg->nwwn; in bfa_dport_req_comp() [all …]
|
A D | bfad_im.h | 114 wwn_t nwwn; member
|
A D | bfa_fcs_rport.c | 1714 port->port_cfg.pwwn, port->port_cfg.nwwn, in bfa_fcs_rport_send_plogi() 1836 port->port_cfg.nwwn, in bfa_fcs_rport_send_plogiacc() 1868 port->port_cfg.pwwn, port->port_cfg.nwwn); in bfa_fcs_rport_send_adisc() 1895 rport->nwwn) == FC_PARSE_OK) { in bfa_fcs_rport_adisc_response() 2262 port->port_cfg.nwwn); in bfa_fcs_rport_process_adisc() 2525 rport->nwwn = plogi->node_name; in bfa_fcs_rport_update() 3023 rport_attr->nwwn = rport->nwwn; in bfa_fcs_rport_get_attr()
|
A D | bfa_defs_svc.h | 970 wwn_t nwwn; /* node wwn */ member 1020 wwn_t nwwn; member 1216 wwn_t nwwn; /* node wwn */ member
|
A D | bfa_core.c | 1310 bfa->ioc.attr->nwwn = bfa->iocfc.cfgrsp->pbc_cfg.pbc_nwwn; in bfa_iocfc_cfgrsp() 1338 cfgrsp->pbc_cfg.pbc_nwwn = msg->nwwn; in bfa_iocfc_process_faa_addr() 1341 bfa->ioc.attr->nwwn = msg->nwwn; in bfa_iocfc_process_faa_addr()
|
A D | bfad_bsg.h | 208 wwn_t nwwn; member
|
A D | bfa_fcs_lport.c | 957 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 964 if (wwn_is_equal(rport->nwwn, nwwn)) in bfa_fcs_lport_get_rport_by_nwwn() 968 bfa_trc(port->fcs, nwwn); in bfa_fcs_lport_get_rport_by_nwwn() 3442 port->port_cfg.pwwn, port->port_cfg.nwwn, in bfa_fcs_lport_ms_send_plogi() 4407 port->port_cfg.pwwn, port->port_cfg.nwwn, in bfa_fcs_lport_ns_send_plogi() 5973 #define __vport_nwwn(__vp) ((__vp)->lport.port_cfg.nwwn)
|
A D | bfad.c | 508 port_cfg.nwwn = pbc_vport.vp_nwwn; in bfa_fcb_pbc_vport_create() 1035 (&((vport->fcs_vport).lport.port_cfg.nwwn))); in bfad_start_ops()
|
A D | bfad_bsg.c | 82 iocmd->nwwn = pattr.nwwn; in bfad_iocmd_ioc_get_info() 1956 attr->nwwn = bfad->bfa.ioc.attr->nwwn; in bfad_iocmd_vhba_query()
|
/linux/drivers/net/ethernet/brocade/bna/ |
A D | bfi.h | 186 u64 nwwn; member
|
Completed in 79 milliseconds